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)
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()


Trivial merge