Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b6324e

Browse files
authored
minor: add priorities for PHPUnit hooks (#1073)
1 parent 9cb6d44 commit 4b6324e

5 files changed

Lines changed: 175 additions & 150 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
$csFixerConfig = require $file;
1212
$csFixerConfig->setFinder(
1313
$csFixerConfig->getFinder()
14+
->notName('WebTestCaseWithBothTraitsInWrongOrderTest.php')
1415
->in(__DIR__.'/utils')
1516
->in(__DIR__.'/config')
1617
);

0 commit comments

Comments
 (0)