Skip to content

Commit b0b481b

Browse files
Fix order
1 parent fdab593 commit b0b481b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/unit/TextUI/SourceMapperTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ public static function provider(): Generator
4040
[
4141
],
4242
self::createSource(
43-
includeFiles: FileCollection::fromArray(
44-
[
45-
new File(self::fixturePath('/a/PrefixSuffix.php')),
46-
],
47-
),
4843
excludeDirectories: FilterDirectoryCollection::fromArray(
4944
[
5045
new FilterDirectory(
@@ -54,6 +49,11 @@ public static function provider(): Generator
5449
),
5550
],
5651
),
52+
includeFiles: FileCollection::fromArray(
53+
[
54+
new File(self::fixturePath('/a/PrefixSuffix.php')),
55+
],
56+
),
5757
),
5858
];
5959

0 commit comments

Comments
 (0)