File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 tools : pecl, composer, php-cs-fixer
4141
4242 - name : Run PHP-CS-Fixer fix
43- run : php-cs-fixer fix --dry-run --diff --ansi
43+ run : bin/ php-cs-fixer-wrapper fix --dry-run --diff --ansi
4444
4545 phpstan :
4646 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class SystemUtilTest extends TestCase
1515 public static function setUpBeforeClass (): void
1616 {
1717 if (PHP_OS_FAMILY !== 'Linux ' ) {
18- self ::markTestIncomplete ('This test is only for Linux ' );
18+ self ::markTestSkipped ('This test is only for Linux ' );
1919 }
2020 }
2121
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class SystemUtilTest extends TestCase
1515 public static function setUpBeforeClass (): void
1616 {
1717 if (PHP_OS_FAMILY !== 'Darwin ' ) {
18- self ::markTestIncomplete ('This test is only for macOS ' );
18+ self ::markTestSkipped ('This test is only for macOS ' );
1919 }
2020 }
2121
You can’t perform that action at this time.
0 commit comments