Skip to content

Commit

Permalink
Updating DBTest for PHP 5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Rowe committed Dec 17, 2013
1 parent 502ec91 commit e13c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DBTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function testTimePrecision()
public function testInvalidTimePrecision()
{
$client = new Client;
$client->SetTimePrecision([]);
$client->SetTimePrecision(array());
}

public function testQuery()
Expand Down

0 comments on commit e13c145

Please sign in to comment.