1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/test/PhpParser
Nikita Popov 1d62e9d8cc Fix implicit visibility for properties as well
Also switch to using PPP mask.
2015-07-05 20:17:52 +02:00
..
Builder Strict type compliance 2015-03-24 11:19:17 +01:00
Lexer Add support for "yield from" 2015-04-26 11:56:02 +02:00
Node Fix implicit visibility for properties as well 2015-07-05 20:17:52 +02:00
NodeVisitor Add support for anonymous classes 2015-04-26 23:04:31 +02:00
Serializer Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Unserializer Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00
AutoloaderTest.php Fix registering of PHP 7 aliases 2015-03-24 20:04:50 +01:00
BuilderFactoryTest.php Add "use" builder 2015-03-10 16:05:55 +01:00
CodeTestAbstract.php Strict type compliance 2015-03-24 11:19:17 +01: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 Add missing regex anchor 2015-06-20 12:34:10 +02:00
NodeAbstractTest.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01: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 Add some more tests 2015-05-01 20:18:04 +02:00
PrettyPrinterTest.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00