Skip to content
Snippets Groups Projects
Commit 3dcead2e authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #33757 fix tests failrues

parent 5414aa0d
Branches
Tags
5 merge requests!1553Master,!1502Master,!1501Stable,!1325Dev#33757 gestion des preferences de l utilisateur,!1309Dev#33757 gestion des preferences de l utilisateur
......@@ -34,12 +34,6 @@ class AbonneControllerSettingsFormTest extends AbstractControllerTestCase {
public function domainSelectorShouldBePresent() {
$this->assertXPathContentContains('//div', 'Mes thèmes préférés');
}
/** @test */
public function formBackUrlShouldBeSearch() {
$this->assertXPath('//form[@data-backurl="opac/recherche/simple"]', $this->_response->getBody());
}
}
......@@ -70,10 +64,4 @@ class AbonneControllserSettingsFormPostTest extends AbstractControllerTestCase {
public function userSettingsShouldHaveBeenUpdated() {
$this->assertEquals([$this->music, $this->sport], $this->_user->getBookmarkedDomains());
}
/** @test */
public function shouldRedirect() {
$this->assertRedirect();
}
}
\ No newline at end of file
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