Skip to content

Commit f1ac8b3

Browse files
committed
BackfillFnTokenTest: minor test order tweak
The test cases weren't listed in the same order as they were found in the test case file.
1 parent 802a514 commit f1ac8b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Core/Tokenizer/BackfillFnTokenTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -653,14 +653,14 @@ public function dataNotAnArrowFunction()
653653
'Fn',
654654
],
655655
['/* testNonArrowObjectMethodCall */'],
656-
[
657-
'/* testNonArrowNamespacedFunctionCall */',
658-
'Fn',
659-
],
660656
[
661657
'/* testNonArrowObjectMethodCallUpper */',
662658
'FN',
663659
],
660+
[
661+
'/* testNonArrowNamespacedFunctionCall */',
662+
'Fn',
663+
],
664664
['/* testNonArrowNamespaceOperatorFunctionCall */'],
665665
['/* testLiveCoding */'],
666666
];

0 commit comments

Comments
 (0)