From 0c76e86cbee670902aae5ca8f0c4e14ced2cbef4 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Mon, 27 Apr 2015 15:54:07 +0200 Subject: [PATCH] rel #21758: fix RT --- .../modules/opac/controllers/RechercheControllerJsonTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php b/tests/application/modules/opac/controllers/RechercheControllerJsonTest.php index 89fbff55c07..1ce99fb1911 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)); } -- GitLab