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

Merge remote-tracking branch 'refs/remotes/origin/master' into...

Merge remote-tracking branch 'refs/remotes/origin/master' into hotline#74605_probleme_d_affichage_d_image_pour_article
parents 102da632 053a1a59
Branches
Tags
4 merge requests!2660Master,!2625Master,!2624Hotline,!2623hotline #74605 fix file manager selection return value
Pipeline #3990 passed with stage
in 39 minutes and 53 seconds
......@@ -140,7 +140,6 @@ class Class_Feature {
$session->features_seen = true;
Class_ScriptLoader::getInstance()
->notify($this->_renderContent($features), false, 10, 'new_features');
}
......
......@@ -253,6 +253,8 @@ class NoticeAjaxControllerItemsCustomIconsTest
$profil->setCfgNotice($config);
$profil->setDefaultSkin($this->mock()
->whenCalled('getCssUrl')
->answers(true)
->whenCalled('getPath')->answers('/skins/customized')
->whenCalled('getTemplatesPath')->answers('/skins/customized/html')
->whenCalled('getImageUrl')
......
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