Started PHPUnit Tests
This commit is contained in:
@ -117,7 +117,10 @@ class SystemUtil {
|
||||
Logger::log($message);
|
||||
}
|
||||
}
|
||||
exit;
|
||||
|
||||
if (!defined('PHP_UNIT_TEST')) {
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user