Skip to content
Snippets Groups Projects
Commit ffb187f0 authored by gloas's avatar gloas
Browse files

removing $this->_response->getBody()

parent 89631df9
Branches
Tags
No related merge requests found
......@@ -725,7 +725,7 @@ class RechercheControllerSimpleActionWithListeFormatMurTest extends RechercheCon
/** @test */
public function pageShouldContainsDivNotice() {
$this->assertXPath('//div[@class="liste_mur"]//div[@class="notice"]', $this->_response->getBody());
$this->assertXPath('//div[@class="liste_mur"]//div[@class="notice"]');
}
......@@ -760,7 +760,7 @@ class RechercheControllerSimpleActionWithListeFormatMurTest extends RechercheCon
/** @test */
public function iconeSupportShouldHaveTitleLivres() {
$this->assertXPath('//img[@class="icone_support"][@title="Livres"]', $this->_response->getBody());
$this->assertXPath('//img[@class="icone_support"][@title="Livres"]');
}
/** @test */
......@@ -1555,7 +1555,7 @@ class RechercheControllerAjoutNoticePanierUrlWithMurConfigTest extends Recherche
/** @test **/
public function permalinkShouldBeDisplay() {
$this->assertXPath('//input[contains(@value,"recherche/viewnotice/expressionRecherche/")]',$this->_response->getBody());
$this->assertXPath('//input[contains(@value,"recherche/viewnotice/expressionRecherche/")]');
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment