浏览代码

Fixed another typo

José Lorenzo Rodríguez 10 年之前
父节点
当前提交
7c9e5cd4ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/TestCase/Database/Type/BoolTypeTest.php

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

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