public function LegacyTwigTestExtension::getTests in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/LegacyIntegrationTest.php \LegacyTwigTestExtension::getTests()
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ LegacyIntegrationTest.php, line 38
Class
Code
public function getTests() {
return array(
'multi word' => new Twig_Test_Method($this, 'is_multi_word'),
);
}