Skip to content

Commit bc6fbb4

Browse files
committed
Case sensitive Tests
1 parent 81430e4 commit bc6fbb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
->exclude('vendor')
1414
->in(__DIR__.'/src')
1515
->in(__DIR__.'/Tool')
16-
->in(__DIR__.'/tests')
16+
->in(__DIR__.'/Tests')
1717
);

0 commit comments

Comments
 (0)