Home
last modified time | relevance | path

Searched refs:getTests (Results 1 – 3 of 3) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php52 return self::getTests(__DIR__ . '/../code/prettyPrinter', 'test');
56 return self::getTests(__DIR__ . '/../code/prettyPrinter', 'file-test');
218 return self::getTests(__DIR__ . '/../code/formatPreservation', 'test', 3);
250 self::getTests(__DIR__ . '/../code/prettyPrinter', 'test'),
251 self::getTests(__DIR__ . '/../code/parser', 'test')
H A DCodeTestAbstract.php6 protected static function getTests($directory, $fileExtension, $chunksPerTest = 2) { function in PhpParser\\CodeTestAbstract
H A DCodeParsingTest.php54 return self::getTests(__DIR__ . '/../code/parser', 'test');

Completed in 6 milliseconds