protected function Twig_Tests_Node_Expression_TestTest::getEnvironment in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/test/Twig/Tests/Node/Expression/TestTest.php \Twig_Tests_Node_Expression_TestTest::getEnvironment()
Overrides Twig_Test_NodeTestCase::getEnvironment
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ Node/ Expression/ TestTest.php, line 70
Class
Code
protected function getEnvironment() {
if (PHP_VERSION_ID >= 50300) {
return include 'PHP53/TestInclude.php';
}
return parent::getEnvironment();
}