You are here

public function Twig_Extension::getTests in Translation template extractor 7.3

Same name and namespace in other branches
  1. 6.3 vendor/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

2 methods override Twig_Extension::getTests()
Twig_Extension_Core::getTests in vendor/Twig/Extension/Core.php
Returns a list of tests to add to the existing list.
Twig_Extension_Staging::getTests in vendor/Twig/Extension/Staging.php
Returns a list of tests to add to the existing list.

File

vendor/Twig/Extension.php, line 49

Class

Twig_Extension

Code

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