server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php
changeset 326 226d5b17a119
parent 277 bd4bc1db4f40
child 371 0365fd9977a4
--- a/server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php	Sun Oct 09 11:44:18 2016 +0200
+++ b/server/src/tests/Repositories/DocumentRepositoryIntegrationTest.php	Tue Oct 11 02:49:59 2016 +0200
@@ -62,7 +62,7 @@
     public function testAll() {
         $expectedId = $this->corpusDocIdBaseUri.'crdo-ALA_738';
         $docList = $this->documentRepository->all();
-        $this->assertCount(2, $docList, "Should have one element");
+        $this->assertCount(2, $docList, "Should have 2 element");
 
         $resDoc = $docList[0];