bug#1194 Make Twig HHVM compatible (fabpot)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 Sep 2013 11:30:35 +0000 (13:30 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 Sep 2013 11:30:35 +0000 (13:30 +0200)
commitd41fc42a233bd26eb0328777e674b70383e74a5b
tree022738838b6133fe052f4f4734ccee4ee76969b1
parent7ba4a429e22bf36c98ccefc076110837c0a9e9fd
parent7a7e8c534d7c62d1e879cb423f0d4cae13cfcbf6
bug#1194 Make Twig HHVM compatible (fabpot)

This PR was merged into the master branch.

Discussion
----------

Make Twig HHVM compatible

Work in progress

Commits
-------

7a7e8c5 removed a test that do not pass on hhvm as it is not able to compare DateTime objects properly
89779bc fixed a test on hhvm
f939ea6 skipped a test on hhvm
cbbcd89 fixed some tests as hhvm always returns false for ReflectionArgument::isOptional()