Skip to content

Commit

Permalink
Fix missing empty lines in the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
reimic committed Mar 22, 2024
1 parent e689835 commit 1283c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
composer-options: "--optimize-autoloader"

- name: Run PHPUnit tests
run: phpunit tests --testdox
run: phpunit tests --testdox
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
with:
os: ${{ matrix.os }}
php: ${{ matrix.php }}
phpunit-config: ${{ 'phpunit.xml.dist' }}
phpunit-config: ${{ 'phpunit.xml.dist' }}
2 changes: 1 addition & 1 deletion tests/unit/configuration/PhpUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

use Yoast\PHPUnitPolyfills\TestCases\XTestCase as TestCase;

abstract class PHPUnitTestCase extends TestCase {}
abstract class PHPUnitTestCase extends TestCase {}

0 comments on commit 1283c1e

Please sign in to comment.