From 4e00af3e486c8a57d8a8b63ce4856e2cbb3473b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 12 Oct 2015 21:30:31 +0200 Subject: [PATCH] moving the memory_limit to phpunit.xml config file --- Tests/Controller/AccompanyingPeriodControllerTest.php | 2 -- phpunit.xml.dist | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/Controller/AccompanyingPeriodControllerTest.php b/Tests/Controller/AccompanyingPeriodControllerTest.php index 56225c1c5..00e55b7b4 100644 --- a/Tests/Controller/AccompanyingPeriodControllerTest.php +++ b/Tests/Controller/AccompanyingPeriodControllerTest.php @@ -22,12 +22,10 @@ namespace Chill\PersonBundle\Tests\Controller; -ini_set('memory_limit', '-1'); use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; use Chill\PersonBundle\Entity\AccompanyingPeriod; use Chill\PersonBundle\Entity\Person; -use Chill\PersonBundle\Entity\AccompanyingPeriod\ClosingMotive; /** * Test the creation or deletion of accompanying periods diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c13f031a9..ede59a518 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -20,5 +20,6 @@ +