php-parser/test
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
..
code Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
PhpParser Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
bootstrap.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00
updateTests.php Add test porting infrastructure 2017-01-19 22:24:48 +01:00