mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 06:23:18 +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)
|
protected function addMocks(Application $app)
|
||||||
{
|
{
|
||||||
$app['debug'] = true;
|
|
||||||
|
|
||||||
$app['form.csrf_provider'] = $app->share(function () {
|
$app['form.csrf_provider'] = $app->share(function () {
|
||||||
return new CsrfTestProvider();
|
return new CsrfTestProvider();
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user