mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
moving the memory_limit to phpunit.xml config file
This commit is contained in:
parent
dda6f65fc2
commit
4e00af3e48
@ -22,12 +22,10 @@
|
|||||||
|
|
||||||
namespace Chill\PersonBundle\Tests\Controller;
|
namespace Chill\PersonBundle\Tests\Controller;
|
||||||
|
|
||||||
ini_set('memory_limit', '-1');
|
|
||||||
|
|
||||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
use Chill\PersonBundle\Entity\AccompanyingPeriod;
|
||||||
use Chill\PersonBundle\Entity\Person;
|
use Chill\PersonBundle\Entity\Person;
|
||||||
use Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test the creation or deletion of accompanying periods
|
* Test the creation or deletion of accompanying periods
|
||||||
|
@ -20,5 +20,6 @@
|
|||||||
<php>
|
<php>
|
||||||
<server name="KERNEL_DIR" value="/Tests/Fixtures/App/app/" />
|
<server name="KERNEL_DIR" value="/Tests/Fixtures/App/app/" />
|
||||||
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
|
||||||
|
<ini name="memory_limit" value="-1" />
|
||||||
</php>
|
</php>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user