Skip to content
Snippets Groups Projects

Hotline 6.49

Merged Ghislain Loas requested to merge hotline_6.49 into master
Compare and
+ 2
2
Preferences
Compare changes
@@ -94,7 +94,7 @@ abstract class AbonneVSmartTestCase extends AbstractControllerTestCase {
'notices' => 'MONTESPAN',
'user' => $this->manon]);
$this->panier_romans->save();
xdebug_break();
}
}
@@ -133,7 +133,7 @@ class AbonneVSmartTest extends AbonneVSmartTestCase {
/** @test */
function aDivAbonneFicheShouldContainsVousAvezDeuxPaniersDeNotice() {
$this->assertXPathContentContains('//div/a[contains(@href, "panier")]',
'Vous avez 2 paniers de notices',$this->_response->getBody());
'Vous avez 2 paniers',$this->_response->getBody());
}