fixed unit tests when XDebug is enabled
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 5 Oct 2012 15:04:55 +0000 (17:04 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 5 Oct 2012 15:04:55 +0000 (17:04 +0200)
test/Twig/Tests/Fixtures/functions/dump.test

index 371a587..f407237 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 "dump" function
+--CONDITION--
+!extension_loaded('xdebug')
 --TEMPLATE--
 {{ dump('foo') }}
 {{ dump('foo', 'bar') }}