fixed tests for PHP 5.2
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 16 May 2012 15:00:05 +0000 (17:00 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 16 May 2012 15:00:05 +0000 (17:00 +0200)
test/Twig/Tests/Fixtures/regression/simple_xml_element.test

index 6cb036b..110aef8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Twig is able to deal with SimpleXMLElement instances as variables
+--CONDITION--
+version_compare(phpversion(), '5.3.0', '>=')
 --TEMPLATE--
 Hello '{{ images.image.0.group }}'!
 {{ images.children().count() }}