[FrameworkBundle] removed temporary XDebug hack as the nesting issue has been resolved now

This commit is contained in:
Fabien Potencier 2012-07-22 10:02:56 +02:00
parent 214e0554be
commit 4bafd1d788

View File

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