php-parser/test/PhpParser
Nikita Popov 3da189769c Distinguish between implicit/explicit alias
The UseUse::$alias node can now be null if an alias is not
explicitly given. As such "use Foo\Bar" and "use Foo\Bar as Bar"
are now represented differently.

The UseUse->getAlias() method replicates the previous semantics,
by returning "Bar" in both cases.
2017-04-28 21:05:01 +02:00
..
Builder Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +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