You are here

public function Twig_Extension::getTests in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Extension.php \Twig_Extension::getTests()

Returns a list of tests to add to the existing list.

Return value

Twig_SimpleTest[]

Overrides Twig_ExtensionInterface::getTests

File

vendor/twig/twig/lib/Twig/Extension.php, line 49

Class

Twig_Extension

Code

public function getTests() {
  return array();
}