We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b6122 commit fa8d642Copy full SHA for fa8d642
rector.php
@@ -19,5 +19,6 @@
19
PHPUnitSetList::PHPUNIT_100,
20
])
21
->withParallel()
22
- ->withPaths([__DIR__ . '/src', __DIR__ . '/tests', __FILE__])
+ ->withRootFiles()
23
+ ->withPaths([__DIR__ . '/src', __DIR__ . '/tests'])
24
->withImportNames();
0 commit comments