php-parser/test/code/parser/expr/fetchAndCall
Nikita Popov 4392a7b164 Fix PHP5 static call fixup
Variable nodes directly store the variable name as a string, they
don't use VarLikeIdentifier. So remove this wrapper if it exists.
2017-11-11 12:23:14 +01:00
..
args.test Perform automated test update 2017-01-19 22:25:22 +01:00
constantDeref.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
constFetch.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
funcCall.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
newDeref.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
objectAccess.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00
simpleArrayAccess.test Perform automated test update 2017-01-19 22:25:22 +01:00
staticCall.test Fix PHP5 static call fixup 2017-11-11 12:23:14 +01:00
staticPropertyFetch.test Always use Identifier nodes 2017-04-28 20:57:32 +02:00