--- 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];