public function Twig_Extension::getTests in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/Extension.php \Twig_Extension::getTests()
Returns a list of tests to add to the existing list.
Return value
Overrides Twig_ExtensionInterface::getTests
File
- vendor/
twig/ twig/ lib/ Twig/ Extension.php, line 49
Class
Code
public function getTests() {
return array();
}