Skip to content

Commit

Permalink
Fixed typo in method call
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 10, 2016
1 parent 82c96f6 commit ebe5018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/IntegerTypeTest.php
Expand Up @@ -69,7 +69,7 @@ public function testToPHP()
*/
public function testToDatabase()
{
$this->asserNull($this->type->toDatabase(null, $this->driver));
$this->assertNull($this->type->toDatabase(null, $this->driver));

$result = $this->type->toDatabase('some data', $this->driver);
$this->assertSame(0, $result);
Expand Down

0 comments on commit ebe5018

Please sign in to comment.