mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Remove old _ALL_CLASSES from old manifest builder (has been replaced since)
This commit is contained in:
parent
1f4aa0537b
commit
68c5066adf
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user