Skip to content
Snippets Groups Projects
Commit 3a945d22 authored by llaffont's avatar llaffont
Browse files

Fix breadcrum test for domain widget

parent 50a504e5
Branches
Tags
2 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!1112091 Domains Browsing
......@@ -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 {
......
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