phpci/Tests/PHPCI
Adirelle f46a8be648 LoggerConfig::getFor always returns the same instance of Logger for the same $name.
This avoid issues when push handlers/processors to that logger.
Use the Monolog\ErrorHandler to log errors and exceptions.
PHPCI/Logging/Handler becomes PHPCI/ErrorHandler.
And it only throws ErrorException for reported errors.
No need to initialize a second $loggerConfig in daemonise.

Close #892
2015-04-23 13:25:53 +02:00
..
Command Command to create a new build 2015-04-22 12:00:38 +02:00
Controller Enforce "en" lang in tests. 2015-04-22 11:49:26 +02:00
Helper Let CommandExecutor::findBinary throw an exception when the binary is missing. 2015-04-22 12:19:05 +02:00
Logging LoggerConfig::getFor always returns the same instance of Logger for the same $name. 2015-04-23 13:25:53 +02:00
Model Enforce "en" lang in tests. 2015-04-22 11:49:26 +02:00
Plugin Enforce "en" lang in tests. 2015-04-22 11:49:26 +02:00
Service When starting a manual build, replace the "Manual" commit id with the HEAD hash. 2015-04-23 13:13:29 +02:00