moving the memory_limit to phpunit.xml config file

This commit is contained in:
2015-10-12 21:30:31 +02:00
parent dda6f65fc2
commit 4e00af3e48
2 changed files with 1 additions and 2 deletions

View File

@@ -20,5 +20,6 @@
<php>
<server name="KERNEL_DIR" value="/Tests/Fixtures/App/app/" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
<ini name="memory_limit" value="-1" />
</php>
</phpunit>