Searched refs:testDir (Results 1 – 1 of 1) sorted by relevance
3 $testDir = __DIR__ . '/../../test'; variable4 require $testDir . '/bootstrap.php';5 require $testDir . '/PhpParser/CodeTestParser.php';6 require $testDir . '/PhpParser/CodeParsingTest.php';8 $inputDirs = [$testDir . '/code/parser', $testDir . '/code/prettyPrinter'];
Completed in 3 milliseconds