1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/PhpParser
2015-07-11 22:33:19 +02:00
..
Builder Support properties in trait builder 2015-07-11 22:31:45 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Fix implicit visibility for properties as well 2015-07-05 20:17:52 +02:00
NodeVisitor Support running against PHP 7 testsuite 2015-06-13 19:09:24 +02:00
Parser Split parsing tests into code tests and other stuff 2015-06-20 11:44:29 +02:00
Serializer Support running against PHP 7 testsuite 2015-06-13 19:09:24 +02:00
Unserializer Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
AutoloaderTest.php Drop support for PHP 7 aliases 2015-05-02 22:21:12 +02:00
BuilderFactoryTest.php Add "use" builder 2015-03-10 16:05:55 +01:00
CodeParsingTest.php Rename ParserInterface to Parser 2015-06-20 11:47:25 +02:00
CodeTestAbstract.php Split parsing tests into code tests and other stuff 2015-06-20 11:44:29 +02:00
CommentTest.php Use stricter assertions where possible 2014-09-30 20:38:09 +02:00
ErrorTest.php Add some more tests 2015-05-01 20:18:04 +02:00
LexerTest.php Merge branch '1.x' 2015-06-20 12:34:36 +02:00
NodeAbstractTest.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
NodeDumperTest.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
NodeTraverserTest.php #184 Add a flag to NodeTraverser to avoid cloning nodes 2015-03-22 11:19:04 +13:00
ParserTest.php Rename ParserInterface to Parser 2015-06-20 11:47:25 +02:00
PrettyPrinterTest.php Split parsing tests into code tests and other stuff 2015-06-20 11:44:29 +02:00