php-parser/test/code/parser/stmt/namespace
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
..
alias.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
braced.test Perform automated test update 2017-01-19 22:25:22 +01:00
groupUse.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
groupUseErrors.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
groupUsePositions.test Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
invalidName.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
mix.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
name.test Perform automated test update 2017-01-19 22:25:22 +01:00
nested.test Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
notBraced.test Perform automated test update 2017-01-19 22:25:22 +01:00
nsAfterHashbang.test Support hashbang before namespace declaration 2016-01-15 22:01:51 +01:00
outsideStmt.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
outsideStmtInvalid.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00