Browse Source

And one last typo

José Lorenzo Rodríguez 10 years ago
parent
commit
374665365a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/Type/StringTypeTest.php

+ 1 - 1
tests/TestCase/Database/Type/StringTypeTest.php

@@ -70,7 +70,7 @@ class StringTypeTest extends TestCase
      * @expectedException InvalidArgumentException
      * @return void
      */
-    public function testToDatabseInvalidArray()
+    public function testToDatabaseInvalidArray()
     {
         $this->type->toDatabase([1, 2, 3], $this->driver);
     }