Skip to content

Commit 20c2ce0

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Include tests directory when running php-cs-fixer
1 parent 8f13f2d commit 20c2ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

+1
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@ return PhpCsFixer\Config::create()
163163
PhpCsFixer\Finder::create()
164164
->files()
165165
->in(__DIR__ . '/src')
166+
->in(__DIR__ . '/tests')
166167
->notName('*.phpt')
167168
);

0 commit comments

Comments
 (0)