mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Should fix the "Call to undefined function parse_admin()" test issue.
This commit is contained in:
@@ -15,7 +15,13 @@
|
||||
|
||||
public function testAdminScripts()
|
||||
{
|
||||
$exclude = array('index.php', 'menus.php'); // FIXME menus defines e_ADMIN_AREA which messes up other tests.
|
||||
$exclude = array(
|
||||
'index.php',
|
||||
'menus.php', // FIXME menus defines e_ADMIN_AREA which messes up other tests.
|
||||
'header.php',
|
||||
'footer.php'
|
||||
);
|
||||
|
||||
$this->loadScripts(e_ADMIN, $exclude);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user