diff --git a/.php_cs.dist b/.php_cs.dist index 5cb475d5ce49889eb24c27fe30976b21f17ccf48..24cf09a5c0909a50ff292c193bd5c57912029621 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -14,6 +14,7 @@ $config ->notPath('l10n') ->notPath('lib/Vendor') ->notPath('src') + ->notPath('tests/configs') ->notPath('vendor') ->in(__DIR__); return $config;