1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/test/PhpParser
Nikita Popov 1899471f80 Update test for PHP 8 error behavior
Replace division by zero with a different error condition that
still warns, and adjust the expected message based on PHP version.
2020-09-19 15:52: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 Correctly handle ?-> in encapsed strings 2020-09-19 15:47:14 +02: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 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 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