diff --git a/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php b/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php index 89fbff55c074c0534a70719a7fea9b335ce931f4..1ce99fb1911f2ca971b9a0c3d80c24a687fdf81e 100644 --- a/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php +++ b/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php @@ -160,13 +160,13 @@ class RechercheControllerJsonWithResultTest extends RechercheControllerJsonTestC /** @test */ - public function totalShouldBeOne() { + public function totalShouldBeTwo() { $this->assertEquals(2, $this->_json->total); } /** @test */ - public function recordsShouldContainsOneResult() { + public function recordsShouldContainsTwoResults() { $this->assertEquals(2, count($this->_json->records)); }