PHRAS-2605_fix-unittest-bootstrap_4.1

remove debug
This commit is contained in:
Jean-Yves Gaulier
2019-05-28 15:06:06 +02:00
parent dca1387a17
commit 0cbc5a8ef4
2 changed files with 0 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -380,8 +380,6 @@ abstract class PhraseanetTestCase extends WebTestCase
$app->boot();
// $app['monolog'] = $this->getMock('Psr\Log\LoggerInterface');
return $app;
}