Add memory limit setting in unit tests

This commit is contained in:
Romain Neutron
2013-06-14 22:27:52 +02:00
parent 42db38d055
commit 6e3950f799

View File

@@ -99,6 +99,8 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
public function setUp()
{
ini_set('memory_limit', '2048M');
$this->start = $start = microtime(true);
parent::setUp();