Skip to content

Commit a50b10f

Browse files
authored
Merge pull request #21 from articstudio/develop
Fix tests PSR2
2 parents e37f4ce + 0f796e6 commit a50b10f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Commands/Php/Psr2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Psr2 extends PhpBinShellCommand
1313
*/
1414
protected $shellCommand = 'php ./vendor/bin/phpcs '
1515
. '--standard=PSR2 --colors '
16-
. '--ignore=*/vendor/*,*/build/*,*/resources/* ./';
16+
. '--ignore=*/vendor/*,*/build/*,*/resources/*,*/test*/* ./';
1717

1818
/**
1919
* Command name

src/Commands/Php/Psr2Fix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Psr2Fix extends PhpBinShellCommand
1313
*/
1414
protected $shellCommand = 'php ./vendor/bin/phpcbf '
1515
. '--standard=PSR2 --colors '
16-
. '--ignore=*/vendor/*,*/build/*,*/resources/* ./';
16+
. '--ignore=*/vendor/*,*/build/*,*/resources/*,*/test*/* ./';
1717

1818
/**
1919
* Command name

0 commit comments

Comments
 (0)