瀏覽代碼

Merge pull request #242 from stephanedelprat/patch-1

Fix typo in tests
Andreas Braun 7 年之前
父節點
當前提交
88a3022976
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/Alcaeus/MongoDbAdapter/Mongo/MongoCollectionTest.php

+ 1 - 1
tests/Alcaeus/MongoDbAdapter/Mongo/MongoCollectionTest.php

@@ -130,7 +130,7 @@ class MongoCollectionTest extends TestCase
         $this->assertSame(1, $this->getCollection()->count(['foo']));
     }
 
-    public function testInsertWithAlphaNumbericKey()
+    public function testInsertWithAlphaNumericKey()
     {
         /**
          * Force the array to store the key as a string "0".