mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-2605_fix-unittest-bootstrap_4.1
remove debug
This commit is contained in:
@@ -43,8 +43,6 @@ class LocaleServiceProvider implements ServiceProviderInterface
|
||||
|
||||
if (0 === count($enabledLanguages)) {
|
||||
$app['monolog']->error('Wrong language configuration, no language activated');
|
||||
$app['monolog']->error(var_export(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS), true));
|
||||
// throw new \Exception('Wrong language configuration, no language activated');
|
||||
return $availableLanguages;
|
||||
}
|
||||
|
||||
|
@@ -380,8 +380,6 @@ abstract class PhraseanetTestCase extends WebTestCase
|
||||
|
||||
$app->boot();
|
||||
|
||||
// $app['monolog'] = $this->getMock('Psr\Log\LoggerInterface');
|
||||
|
||||
return $app;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user