fixed unit tests when XDebug is enabled

This commit is contained in:
Fabien Potencier
2012-10-05 17:04:55 +02:00
parent 515f34abc3
commit 8b63fbe72f
@@ -1,5 +1,7 @@
--TEST--
"dump" function
--CONDITION--
!extension_loaded('xdebug')
--TEMPLATE--
{{ dump('foo') }}
{{ dump('foo', 'bar') }}