Skip to content

Commit fa8d642

Browse files
committed
include root files
1 parent 27b6122 commit fa8d642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: rector.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
PHPUnitSetList::PHPUNIT_100,
2020
])
2121
->withParallel()
22-
->withPaths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__])
22+
->withRootFiles()
23+
->withPaths([__DIR__ . '/src', __DIR__ . '/tests'])
2324
->withImportNames();

0 commit comments

Comments
 (0)