mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Legacy Admin layout fixes and tests.
This commit is contained in:
@@ -12,12 +12,11 @@
|
||||
class e_menu_layoutTest extends \Codeception\Test\Unit
|
||||
{
|
||||
|
||||
/** @var e_menu_layout */
|
||||
protected $menu;
|
||||
|
||||
protected function _before()
|
||||
{
|
||||
require_once(e_HANDLER."menumanager_class.php");
|
||||
// require_once(e_HANDLER."menumanager_class.php");
|
||||
}
|
||||
|
||||
private function copydir( $src, $dst )
|
||||
|
Reference in New Issue
Block a user