Fixed constants
This commit is contained in:
parent
60a2b7282a
commit
4fee89fb80
46 changed files with 204 additions and 212 deletions
|
|
@ -87,7 +87,7 @@ class RunCommand extends Command
|
|||
// Allow PHPCI to run in "debug mode"
|
||||
if ($input->hasOption('debug') && $input->getOption('debug')) {
|
||||
$output->writeln('<comment>Debug mode enabled.</comment>');
|
||||
define('PHPCI_DEBUG_MODE', true);
|
||||
define('DEBUG_MODE', true);
|
||||
}
|
||||
|
||||
$running = $this->validateRunningBuilds();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue