Skip to content

Commit 8ecd89e

Browse files
authored
Merge pull request #267 from PHPCSStandards/feature/tests-namedfunctioncallargs-improvements
Tests/NamedFunctionCallArgumentsTest: various improvements
2 parents 4c1a042 + 292f3c5 commit 8ecd89e

File tree

2 files changed

+200
-111
lines changed

2 files changed

+200
-111
lines changed

tests/Core/Tokenizer/NamedFunctionCallArgumentsTest.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ array_fill(
3232
value: 50
3333
);
3434

35-
/* testNamespaceOperatorFunction */
35+
/* testNamespaceRelativeFunction */
3636
namespace\function_name(label:$string, more: false);
3737

38-
/* testNamespaceRelativeFunction */
38+
/* testPartiallyQualifiedFunction */
3939
Partially\Qualified\function_name(label:$string, more: false);
4040

41-
/* testNamespacedFQNFunction */
41+
/* testFullyQualifiedFunction */
4242
\Fully\Qualified\function_name(label: $string, more:false);
4343

4444
/* testVariableFunction */

0 commit comments

Comments
 (0)