mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Add memory limit setting in unit tests
This commit is contained in:
@@ -99,6 +99,8 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
ini_set('memory_limit', '2048M');
|
||||
|
||||
$this->start = $start = microtime(true);
|
||||
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user