php-parser/test/PhpParser
Nikita Popov 0265c28e6e Switch NameResolver resolve methods to be immutable
To make it theoretically possible to expose this as API.

Add slice() method to Name to allow this. Deprecate existing mutable
Name APIs.
2015-07-12 23:56:57 +02:00
..
Builder Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Switch NameResolver resolve methods to be immutable 2015-07-12 23:56:57 +02:00
NodeVisitor Support running against PHP 7 testsuite 2015-06-13 19:09:24 +02:00
Parser Add some tests for Multiple parser 2015-07-12 22:00:02 +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 Fix infinite recursion in Use builder __call 2015-07-12 22:11:43 +02: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
ParserFactoryTest.php Add dummy ParserFactory test 2015-07-12 22:53:17 +02: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