moved Template::getParent() logic to the base class
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 6 Aug 2011 07:09:18 +0000 (09:09 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 6 Aug 2011 07:09:18 +0000 (09:09 +0200)
commitc201137f2191adefc9f1d9d4ad0a8df8bda5410b
tree458c0088c50eb37999e6e6067c8a9e7af22386a1
parent46eccb9ab56355cd7c7b4de1a39fdd94232260d3
moved Template::getParent() logic to the base class
lib/Twig/Node/Module.php
lib/Twig/Template.php
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php
test/Twig/Tests/TemplateTest.php