Skip to content

Commit

Permalink
Merge pull request #4 from conjoon/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ThorstenSuckow committed May 11, 2022
2 parents 37d599f + 02e8bc4 commit 4d9b6f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v1
tools: composer:v2

- name: Install dependencies
run: composer install --no-progress
Expand Down
5 changes: 2 additions & 3 deletions tests/Mail/Client/Message/DraftTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ public function getMockedTrait()
}
}

// @codingStandardsIgnoreStart
// phpcs:disable
class MockTrait extends AbstractMessageItem
{
use DraftTrait;
}
// @codingStandardsIgnoreEnd

// phpcs:enable

0 comments on commit 4d9b6f5

Please sign in to comment.