mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Fix unit tests and misuse of global scope
This commit is contained in:
parent
19ec92fc68
commit
08e7f7e32a
5 changed files with 4 additions and 6 deletions
|
|
@ -46,7 +46,7 @@ if(file_exists(RX_BASEDIR . 'config/config.user.inc.php'))
|
|||
/**
|
||||
* Define the list of legacy class names for the autoloader.
|
||||
*/
|
||||
$RX_AUTOLOAD_FILE_MAP = array_change_key_case(array(
|
||||
$GLOBALS['RX_AUTOLOAD_FILE_MAP'] = array_change_key_case(array(
|
||||
'CacheBase' => 'classes/cache/CacheHandler.class.php',
|
||||
'CacheHandler' => 'classes/cache/CacheHandler.class.php',
|
||||
'Context' => 'classes/context/Context.class.php',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue