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 a6846e3b71 Always use Identifier nodes
The parser will now always generate Identifier nodes (for
non-namespaced identifiers). This obsoletes the useIdentifierNodes
parser option.

Node constructors still accepts strings and will implicitly create
an Identifier wrapper. Identifier implement __toString(), so that
outside of strict-mode many things continue to work without changes.
2017-04-28 20:57:32 +02:00
..
Builder Always use Identifier nodes 2017-04-28 20:57:32 +02:00
ErrorHandler Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
Lexer Move token constants into separate class 2015-06-13 18:39:55 +02:00
Node Add getShortName() API 2017-04-28 17:10:30 +02:00
NodeVisitor Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
Parser Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
AutoloaderTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
BuilderFactoryTest.php Add BuilderFactors->args(Add BuilderFactors->args()) 2017-04-28 18:13:06 +02:00
CodeParsingTest.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
CodeTestAbstract.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
CodeTestParser.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00
CommentTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
ErrorTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
LexerTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
NameContextTest.php Add getShortName() API 2017-04-28 17:10:30 +02:00
NodeAbstractTest.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
NodeDumperTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
NodeFinderTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
NodeTraverserTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
ParserFactoryTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
ParserTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
PrettyPrinterTest.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00