fixed a test on hhvm
authorFabien Potencier <fabien.potencier@gmail.com>
Thu, 19 Sep 2013 12:01:05 +0000 (14:01 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 Sep 2013 11:15:04 +0000 (13:15 +0200)
test/Twig/Tests/Fixtures/regression/simple_xml_element.test

index 110aef8..61babef 100644 (file)
@@ -4,7 +4,7 @@ Twig is able to deal with SimpleXMLElement instances as variables
 version_compare(phpversion(), '5.3.0', '>=')
 --TEMPLATE--
 Hello '{{ images.image.0.group }}'!
-{{ images.children().count() }}
+{{ images.children().image.count() }}
 {% for image in images %}
     - {{ image.group }}
 {% endfor %}