diff --git a/tests/library/ZendAfi/View/Helper/Accueil/DomainBrowserTest.php b/tests/library/ZendAfi/View/Helper/Accueil/DomainBrowserTest.php index ff584bfc18d46895e65941f3170b887d403b445b..321e323180491a795160fbaa2f17d4c5889d1d5f 100644 --- a/tests/library/ZendAfi/View/Helper/Accueil/DomainBrowserTest.php +++ b/tests/library/ZendAfi/View/Helper/Accueil/DomainBrowserTest.php @@ -91,7 +91,6 @@ class ZendAfi_View_Helper_Accueil_DomainBrowserWithRootDomainTest extends ZendAf abstract class ZendAfi_View_Helper_Accueil_DomainBrowserWithDefaultSettingsTestCase extends ZendAfi_View_Helper_Accueil_DomainBrowserTestCase { - public function setUp() { parent::setUp(); @@ -170,12 +169,13 @@ class ZendAfi_View_Helper_Accueil_DomainBrowserWithDisplayModeSettingTest extend /** @test */ - public function renderListShouldDisplayUlLiForBreadcrumb() { - $this->assertXPath($this->_html, '//div[@class="breadcrumb_domains"]//ul//li//a'); + public function renderListShouldNotDisplayUlLiForBreadcrumb() { + $this->assertNotXPath($this->_html, '//div[@class="breadcrumb_domains"]//ul//li//a'); } +} + -} class ZendAfi_View_Helper_Accueil_DomainBrowserBrowsingRootTest extends ZendAfi_View_Helper_Accueil_DomainBrowserTestCase {