diff --git a/.php_cs.dist b/.php_cs.dist index e866c0f1b9f..3c71a791055 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -84,8 +84,6 @@ return PhpCsFixer\Config::create() ->files() ->in(__DIR__ . '/build') ->in(__DIR__ . '/src') - ->in(__DIR__ . '/tests/Framework') - ->in(__DIR__ . '/tests/Runner') - ->in(__DIR__ . '/tests/Util') + ->in(__DIR__ . '/tests/unit') ->name('*.php') );