php-parser/test/PhpParser
WhizSid d46f261ef9
Adding class constant to builder factory (#765)
* Adding class constant to builder factory

* Fix formatting,doc issues and Tweak returning node from ClassConst

* Fix PHPUnit
2021-03-21 20:58:21 +01:00
..
Builder Adding class constant to builder factory (#765) 2021-03-21 20:58:21 +01: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 emulation for enum keyword 2021-03-20 17:49:44 +01:00
Node Add getProperty to ClassLike 2020-02-09 22:43:42 +01:00
NodeVisitor [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
Parser Avoid one use of MockBuilder 2020-08-08 11:49:05 +02:00
BuilderFactoryTest.php Adding class constant to builder factory (#765) 2021-03-21 20:58:21 +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 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 [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +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 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