php-parser/test/code/parser/stmt/namespace
Nikita Popov 9620f79cdc Add partial group use support
Supported via Stmt\GroupUse which has Name $prefix in addition to
the usual.

Still missing: Mixed group uses.
2015-06-12 23:05:28 +02:00
..
alias.test Add support for function and constant import (PHP 5.6) 2014-03-26 22:33:45 +01:00
braced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
groupUse.test Add partial group use support 2015-06-12 23:05:28 +02:00
invalidName.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
mix.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
name.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
nested.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00
notBraced.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
outsideStmt.test Insert comments when pretty printing 2012-05-11 16:18:14 +02:00
outsideStmtInvalid.test Don't distinguish test-fail / test 2015-04-30 17:45:36 +02:00