[FrameworkBundle] raised the max nesting level for XDebug for tests to pass

This commit is contained in:
Fabien Potencier 2012-07-18 10:19:41 +02:00
parent e0409f5218
commit f6815be7f2
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ class FormHelperDivLayoutTest extends AbstractDivLayoutTest
protected function setUp()
{
ini_set('xdebug.max_nesting_level', 120);
parent::setUp();
$root = realpath(__DIR__.'/../../../Resources/views');