Skip to content

Commit 0d79f8f

Browse files
committed
GetMemberPropertiesTest: sync the order of the data sets with the test case file
1 parent 08a98ad commit 0d79f8f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/Core/File/GetMemberPropertiesTest.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,17 @@ public function dataGetMemberProperties()
210210
'nullable_type' => false,
211211
],
212212
],
213+
[
214+
'/* testNoPrefix */',
215+
[
216+
'scope' => 'public',
217+
'scope_specified' => false,
218+
'is_static' => false,
219+
'is_readonly' => false,
220+
'type' => '',
221+
'nullable_type' => false,
222+
],
223+
],
213224
[
214225
'/* testPublicStaticWithDocblock */',
215226
[
@@ -287,17 +298,6 @@ public function dataGetMemberProperties()
287298
'nullable_type' => true,
288299
],
289300
],
290-
[
291-
'/* testNoPrefix */',
292-
[
293-
'scope' => 'public',
294-
'scope_specified' => false,
295-
'is_static' => false,
296-
'is_readonly' => false,
297-
'type' => '',
298-
'nullable_type' => false,
299-
],
300-
],
301301
[
302302
'/* testGroupProtectedStatic 1 */',
303303
[

0 commit comments

Comments
 (0)