You are here

public function Twig_Extension_Staging::getTests in Translation template extractor 6.3

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

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

Return value

array An array of tests

Overrides Twig_Extension::getTests

File

vendor/Twig/Extension/Staging.php, line 101

Class

Twig_Extension_Staging
Internal class.

Code

public function getTests() {
  return $this->tests;
}