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 0731b47655 Don't distinguish test-fail / test
With error recovery this is fluid. Using .test for everything.
2015-04-30 17:45:36 +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 Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01: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 Make column info 1-based 2015-04-18 21:20:45 +02:00
LexerTest.php Fix lexer tests for HHVM 2015-02-26 19:19:40 +01: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 Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
PrettyPrinterTest.php Rename nodes for compat with PHP 7 2015-03-20 21:49:38 +01:00