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

hotline #35614 fix test failure due to main folder name

parent 6047f994
Branches
Tags
7 merge requests!1553Master,!1502Master,!1501Stable,!1472Stable,!1390Master,!1383Hotline master,!1374Hotline#35614 bookmarks doesnt work with sigb account level
......@@ -99,7 +99,7 @@ class AbonneControllerViewableDomainTest extends AbonneControllerSettingsTestCas
/** @test */
public function domainMusicAndSportShouldBePresent() {
$this->assertSame('[{"id":"domains","label":"Domaines","categories":[{"id":1,"label":"Music","categories":[],"items":[],"options":{"ico":"\/ghislo\/public\/admin\/images\/picto\/domaines_16.png"}},{"id":2,"label":"Sport","categories":[],"items":[],"options":{"ico":"\/ghislo\/public\/admin\/images\/picto\/domaines_16.png"}}],"items":[],"options":{"ico":"\/ghislo\/public\/admin\/images\/picto\/domaines_16.png","multipleSelection":true}}]', $this->_response->getBody());
public function domainMusicShouldBePresent() {
$this->assertContains('[{"id":"domains","label":"Domaines","categories":[{"id":1,"label":"Music","categories":[],"items":[],"options":{"ico":', $this->_response->getBody());
}
}
\ 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