Searched refs:getTests (Results 1 – 3 of 3) sorted by relevance
/PHP-Parser/test/PhpParser/ |
H A D | PrettyPrinterTest.php | 52 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 D | CodeTestAbstract.php | 6 protected static function getTests($directory, $fileExtension, $chunksPerTest = 2) { function in PhpParser\\CodeTestAbstract
|
H A D | CodeParsingTest.php | 54 return self::getTests(__DIR__ . '/../code/parser', 'test');
|
Completed in 6 milliseconds