MINOR Remove old _ALL_CLASSES from old manifest builder (has been replaced since)

This commit is contained in:
Sean Harvey 2012-05-10 13:25:04 +12:00
parent 1f4aa0537b
commit 68c5066adf
1 changed files with 0 additions and 5 deletions

View File

@ -55,11 +55,6 @@ $_SERVER['REQUEST_URI'] = BASE_URL . '/dev';
// Fake a session
$_SESSION = null;
global $_ALL_CLASSES;
if(isset($_ALL_CLASSES)) {
$_ALL_CLASSES['parents']['FakeController'] = array_merge($_ALL_CLASSES['parents']['Controller'], array('Controller' => 'Controller'));
}
// Prepare manifest autoloader
$controller = new FakeController();