Skip to content

Commit 76d822d

Browse files
committed
Fix build
1 parent ce563e2 commit 76d822d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/PHPStan/Command/CommandHelperTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,26 +234,26 @@ public function dataParameters(): array
234234
__DIR__ . '/exclude-paths/full.neon',
235235
[
236236
'excludePaths' => [
237-
'analyse' => [
238-
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test',
239-
],
240237
'analyseAndScan' => [
241238
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test2',
242239
],
240+
'analyse' => [
241+
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test',
242+
],
243243
],
244244
],
245245
],
246246
[
247247
__DIR__ . '/exclude-paths/including.neon',
248248
[
249249
'excludePaths' => [
250+
'analyseAndScan' => [
251+
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test3',
252+
],
250253
'analyse' => [
251254
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test',
252255
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test2',
253256
],
254-
'analyseAndScan' => [
255-
__DIR__ . DIRECTORY_SEPARATOR . 'exclude-paths' . DIRECTORY_SEPARATOR . 'test3',
256-
],
257257
],
258258
],
259259
],

0 commit comments

Comments
 (0)