mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22: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
|
|
@ -22,7 +22,7 @@ foreach($dsn as $piece) {
|
|||
$dbinfo[$key] = $val;
|
||||
}
|
||||
|
||||
if(\Filehandler::exists(_XE_PATH_ . 'config/install.config.php')) {
|
||||
if(file_exists(_XE_PATH_ . 'config/install.config.php')) {
|
||||
$I->deleteFile(_XE_PATH_ . 'config/install.config.php');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue