Home
last modified time | relevance | path

Searched refs:getTest (Results 1 – 9 of 9) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php46 public function getTest($suiteClassName, $suiteClassFile = '', $suffixes = '') function in PHPUnit_Runner_BaseTestRunner
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php135 $suite = $runner->getTest(
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1262 public function getTest($name) function in Twig\\Environment
H A DExpressionParser.php625 list($name, $test) = $this->getTest($node->getTemplateLine());
636 private function getTest($line) function in Twig\\ExpressionParser
641 if ($test = $this->env->getTest($name)) {
649 if ($test = $this->env->getTest($name)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DTestExpression.php32 $test = $compiler->getEnvironment()->getTest($name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Runner/
H A DBaseTestRunnerTest.php16 $runner->getTest('NonStatic');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTestDecorator.php84 public function getTest() function in PHPUnit_Extensions_TestDecorator
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG239 getFunctions(), getFilters(), getTests(), getFunction(), getFilter(), getTest(),
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestDecorator.php124 function &getTest() { function in PHPUnit_TestDecorator