Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DPrettyPrinterTest.php31 protected function doTestPrettyPrintMethod($method, $name, $code, $expected, $modeLine) {
40 public function testPrettyPrint($name, $code, $expected, $mode): void {
47 public function testPrettyPrintFile($name, $code, $expected, $mode): void {
93 public function testKindAttributes($node, $expected): void {
149 public function testUnnaturalLiterals($node, $expected): void {
191 …public function testFormatPreservingPrint($name, $code, $modification, $expected, $modeLine): void…
224 public function testRoundTripPrint($name, $code, $expected, $modeLine): void {
H A DCodeTestParser.php53 private function extractMode(string $expected): array {
H A DConstExprEvaluatorTest.php10 public function testEvaluate($exprString, $expected): void {
H A DCodeParsingTest.php12 public function testParse($name, $code, $expected, $modeLine): void {
/PHP-Parser/test/PhpParser/Node/Scalar/
H A DStringTest.php28 public function testParseEscapeSequences($expected, $string, $quote): void {
38 public function testCreate($expected, $string): void {
/PHP-Parser/test/PhpParser/Node/
H A DIdentifierTest.php20 public function testIsSpecialClassName($identifier, $expected): void {
H A DNameTest.php150 public function testIsSpecialClassName($name, $expected): void {

Completed in 26 milliseconds