File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 run : php bin/phpcs --config-set php_path php
5555
5656 - name : ' PHPUnit: run the tests'
57- run : vendor/bin/phpunit tests/AllTests.php --no-coverage
57+ run : vendor/bin/phpunit tests/AllTests.php --no-coverage --filter ReplaceTabsInToken
5858
5959 # Note: The code style check is run as an integration test.
6060 - name : ' PHPCS: check code style without cache, no parallel'
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164
165165 - name : ' PHPUnit: run the tests without code coverage'
166166 if : ${{ matrix.skip_tests != true }}
167- run : vendor/bin/phpunit tests/AllTests.php --no-coverage
167+ run : vendor/bin/phpunit tests/AllTests.php --no-coverage --filter ReplaceTabsInToken
168168
169169 - name : ' PHPCS: check code style without cache, no parallel'
170170 if : ${{ matrix.custom_ini == false && matrix.php != '7.4' }}
You can’t perform that action at this time.
0 commit comments