Skip to content
Snippets Groups Projects
Commit c45a6da9 authored by Laurent's avatar Laurent
Browse files

hotline #60174 add debug info for CI

parent a5ba82d1
Branches
Tags
4 merge requests!2334Master,!2269Master,!2268Hotline master,!2265hotline #60174: fix infinite loop in ChoixPictogramme + refactoring
Pipeline #2155 failed with stage
in 12 minutes and 58 seconds
......@@ -43,8 +43,9 @@ class ZendAfi_View_Helper_Admin_ChoixPictogrammeTest extends ViewHelperTestCase
/** @test */
public function typeMenuShouldContainsIconsInImagesMenuFolder() {
$this->assertXPath($this->_render('menus'),
'//img[contains(@src, "public/opac/skins/modele/images/menus/ledgreen.png")]');
$this->assertXPath($html = $this->_render('menus'),
'//img[contains(@src, "public/opac/skins/modele/images/menus/ledgreen.png")]',
$html);
}
......
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