You are here

public function Twig_Extension::getTests in Translation template extractor 6.3

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

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

Return value

array An array of tests

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 59

Class

Twig_Extension

Code

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