Home
last modified time | relevance | path

Searched refs:createTest (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php47 …$node = $this->createTest(new ConstantExpression('foo', 1), 'anonymous', [new ConstantExpression('…
53 $node = $this->createTest($string, 'barbar');
56 $node = $this->createTest($string, 'barbar', ['foo' => new ConstantExpression('bar', 1)]);
59 $node = $this->createTest($string, 'barbar', ['arg2' => new ConstantExpression('bar', 1)]);
62 $node = $this->createTest($string, 'barbar', [
73 protected function createTest($node, $name, array $arguments = []) function in Twig_Tests_Node_Expression_TestTest
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php429 public static function createTest(ReflectionClass $theClass, $name) function in PHPUnit_Framework_TestSuite
860 $test = self::createTest($class, $name);