php-parser/test/PhpParser
Nikita Popov a45fb2a621 Add CallLike parent class
This provides a helper to determine whether a call is a first-class
callable, and a way to strip the args type to Arg[] if it isn't.
2021-09-12 22:29:08 +02:00
..
Builder Introduce ComplexType base class 2021-09-02 18:35:05 +02:00
ErrorHandler updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
Internal updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
Lexer Add support for explicit octal literals 2021-09-03 16:29:30 +02:00
Node Add CallLike parent class 2021-09-12 22:29:08 +02:00
NodeVisitor Add support for intersection types 2021-09-03 15:06:33 +02:00
Parser Avoid one use of MockBuilder 2020-08-08 11:49:05 +02:00
BuilderFactoryTest.php Add attributes to integration Builder test 2021-06-17 09:18:53 +02:00
BuilderHelpersTest.php Add support for intersection types 2021-09-03 15:06:33 +02:00
CodeParsingTest.php Add support for PHP 8.1 2021-07-09 16:52:58 +02:00
CodeTestAbstract.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
CodeTestParser.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
CommentTest.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00
ConstExprEvaluatorTest.php Update test for PHP 8 error behavior 2020-09-19 15:52:05 +02:00
ErrorTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
JsonDecoderTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
LexerTest.php Support keywords in namespaced names 2020-08-09 21:11:49 +02:00
NameContextTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
NodeAbstractTest.php Fix JSON encoding test on PHP 8.1 2021-07-21 11:49:28 +02:00
NodeDumperTest.php [PHP 7.4] Add array spread 2019-05-09 19:15:35 +02:00
NodeFinderTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
NodeTraverserTest.php Remove last uses of MockBuilder 2020-08-08 11:58:00 +02:00
NodeVisitorForTesting.php Avoid most MockBuilder uses in NodeVisitor testing 2020-08-08 11:49:05 +02:00
ParserFactoryTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
ParserTest.php Add support for explicit octal literals 2021-09-03 16:29:30 +02:00
PrettyPrinterTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00