From: Fabien Potencier Date: Sun, 12 Sep 2010 06:01:34 +0000 (+0200) Subject: made a small update to doc and rename a test file X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5a354ea859cf52dd378ecf5ff3e85307ea3a035c;p=web%2Fkonrad%2Ftwig.git made a small update to doc and rename a test file --- diff --git a/doc/02-Twig-for-Template-Designers.markdown b/doc/02-Twig-for-Template-Designers.markdown index f93939b..c0dace8 100644 --- a/doc/02-Twig-for-Template-Designers.markdown +++ b/doc/02-Twig-for-Template-Designers.markdown @@ -1246,7 +1246,7 @@ variable: the foo attribute really is the `false` PHP value {% endif %} -### `constant` +### `constant` (new in Twig 0.9.9) `constant` checks if a variable has the exact same value as a constant. You can use either global constants or class constants: diff --git a/test/Twig/Tests/Fixtures/tests/const.test b/test/Twig/Tests/Fixtures/tests/constant.test similarity index 100% rename from test/Twig/Tests/Fixtures/tests/const.test rename to test/Twig/Tests/Fixtures/tests/constant.test