Gets the registered Tests.
Twig_TestInterface[] An array of Twig_TestInterface instances
public function getTests() { if (!$this->extensionInitialized) { $this ->initExtensions(); } return $this->tests; }