php-parser/test/PhpParser
Nikita Popov 1bf073a76c Avoid most MockBuilder uses in NodeVisitor testing
This removes all the warnings about at() usage ... even though
it is still used. Apparently warnings don't get emitted if the
at() usage is inside a data provider?
2020-08-08 11:49:05 +02:00
..
Builder Add support for the mixed type 2020-05-28 23:39:04 +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 reverse emulation support 2020-08-01 22:34:36 +02:00
Node Add getProperty to ClassLike 2020-02-09 22:43:42 +01:00
NodeVisitor Add ParentConnectingVisitor and NodeConnectingVisitor (#681) 2020-07-11 11:31:43 +02:00
Parser Avoid one use of MockBuilder 2020-08-08 11:49:05 +02:00
BuilderFactoryTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
CodeParsingTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01: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 updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01: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 Implement emulation of PHP 8 T_NAME_* tokens 2020-07-23 12:28:13 +02:00
NameContextTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
NodeAbstractTest.php Canonicalize to PHP 8 comment token format 2020-06-27 18:53:09 +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 Avoid most MockBuilder uses in NodeVisitor testing 2020-08-08 11:49:05 +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 Canonicalize to PHP 8 comment token format 2020-06-27 18:53:09 +02:00
PrettyPrinterTest.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00