php-parser/test/PhpParser/Builder
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
..
ClassTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
FunctionTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
InterfaceTest.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
MethodTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
NamespaceTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
ParamTest.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
PropertyTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
TraitTest.php Bump phpunit version (#381) 2017-04-27 18:14:07 +02:00
UseTest.php Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00