Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 23, 2013
1 parent 5e270a4 commit 9782d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function testSetResource()
{
$this->markTestIncomplete('edit this');
$resource = oci_connect($this->variables['username'], $this->variables['password']);

$connection = new Connection(array());
$this->assertSame($connection, $connection->setResource($resource));

Expand Down

0 comments on commit 9782d7f

Please sign in to comment.