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

dev #39494 fix fatals errors

parent b6bfa069
Branches
Tags
3 merge requests!2334Master,!2131Dev#39494 1940 filtres de workflow dans listviewmode,!2126dev #39494 add status
Pipeline #1250 passed with stage
in 11 minutes and 10 seconds
......@@ -39,7 +39,9 @@ abstract class TreeViewTestCase extends ViewHelperTestCase {
'role_level' => ZendAfi_Acl_AdminControllerRoles::ADMIN_PORTAIL]));
$view = new ZendAfi_Controller_Action_Helper_View();
$view->plugins = new Storm_Collection([new ZendAfi_Controller_Plugin_Manager_Article(null)]);
$plugin = new ZendAfi_Controller_Plugin_Manager_Article(null);
$plugin->visitView($view);
$view->plugins = new Storm_Collection([$plugin]);
$this->_helper = new ZendAfi_View_Helper_TreeView();
$this->_helper->setView($view);
}
......
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