Skip to content

Commit 90e70f4

Browse files
authored
Merge pull request #272 from PHPCSStandards/feature/tests-undonamespacednamesingletoken-improve
Tests/UndoNamespacedNameSingleTokenTest: use named data sets
2 parents 874f4cb + 9e0b3ec commit 90e70f4

File tree

2 files changed

+139
-139
lines changed

2 files changed

+139
-139
lines changed

tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class MyClass
7979
/* testFunctionCallUnqualified */
8080
echo function_name();
8181

82-
/* testFunctionPartiallyQualified */
82+
/* testFunctionCallPartiallyQualified */
8383
echo Level\function_name();
8484

8585
/* testCatchRelative */

0 commit comments

Comments
 (0)