Skip to content

Commit 74501b9

Browse files
committed
Tests/UndoNamespacedNameSingleTokenTest: improve test markers
Make the test marker names more descriptive.
1 parent e332340 commit 74501b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 */

tests/Core/Tokenizer/UndoNamespacedNameSingleTokenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ public static function dataIdentifierTokenization()
831831
],
832832
],
833833
[
834-
'/* testFunctionPartiallyQualified */',
834+
'/* testFunctionCallPartiallyQualified */',
835835
[
836836
[
837837
'type' => 'T_STRING',

0 commit comments

Comments
 (0)