mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Remove debug mode in some Test cases.
This commit is contained in:
@@ -369,8 +369,6 @@ abstract class PhraseanetTestCase extends WebTestCase
|
||||
|
||||
protected function addMocks(Application $app)
|
||||
{
|
||||
$app['debug'] = true;
|
||||
|
||||
$app['form.csrf_provider'] = $app->share(function () {
|
||||
return new CsrfTestProvider();
|
||||
});
|
||||
|
Reference in New Issue
Block a user