Home
last modified time | relevance | path

Searched refs:parseModeLine (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/
H A DupdateTests.php22 $modes = $codeParsingTest->parseModeLine($modeLine);
/PHP-Parser/test/PhpParser/
H A DCodeTestAbstract.php26 public function parseModeLine(?string $modeLine): array { function in PhpParser\\CodeTestAbstract
H A DPrettyPrinterTest.php32 [$parser, $prettyPrinter] = $this->createParserAndPrinter($this->parseModeLine($modeLine));
192 [$parser, $printer] = $this->createParserAndPrinter($this->parseModeLine($modeLine));
230 [$parser, $printer] = $this->createParserAndPrinter($this->parseModeLine($modeLine));
H A DCodeParsingTest.php13 $modes = $this->parseModeLine($modeLine);

Completed in 7 milliseconds