fixed registration of tests and functions as anonymous functions (closes #946)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 4 Jan 2013 21:19:42 +0000 (22:19 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 4 Jan 2013 21:20:09 +0000 (22:20 +0100)
commite48b1f3bdf0120ea9297428082f06ada059b1620
tree909933b2103e9e2c336fd507bb9a24d07ca9cc37
parent7d3b8d78b0ff6eee24c99ad62d9d38dd23d3089f
fixed registration of tests and functions as anonymous functions (closes #946)
CHANGELOG
lib/Twig/Environment.php
lib/Twig/Node/Expression/Call.php
lib/Twig/Node/Expression/Test.php
test/Twig/Tests/Node/Expression/FilterTest.php
test/Twig/Tests/Node/Expression/FunctionTest.php
test/Twig/Tests/Node/Expression/TestTest.php