Skip to content

Commit

Permalink
BackfillFnTokenTest: minor test order tweak
Browse files Browse the repository at this point in the history
The test cases weren't listed in the same order as they were found in the test case file.
  • Loading branch information
jrfnl committed Jul 20, 2020
1 parent 802a514 commit f1ac8b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Core/Tokenizer/BackfillFnTokenTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -653,14 +653,14 @@ public function dataNotAnArrowFunction()
'Fn',
],
['/* testNonArrowObjectMethodCall */'],
[
'/* testNonArrowNamespacedFunctionCall */',
'Fn',
],
[
'/* testNonArrowObjectMethodCallUpper */',
'FN',
],
[
'/* testNonArrowNamespacedFunctionCall */',
'Fn',
],
['/* testNonArrowNamespaceOperatorFunctionCall */'],
['/* testLiveCoding */'],
];
Expand Down

0 comments on commit f1ac8b3

Please sign in to comment.