diff --git a/e107_tests/tests/unit/scriptsTest.php b/e107_tests/tests/unit/scriptsTest.php index c975b611c..65967fb03 100644 --- a/e107_tests/tests/unit/scriptsTest.php +++ b/e107_tests/tests/unit/scriptsTest.php @@ -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); }