Skip to content

Commit

Permalink
review PHP CS fixer for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelcom committed Mar 7, 2019
1 parent 9d75a72 commit 1ff64b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ return PhpCsFixer\Config::create()
'declare',
],
],
'php_unit_test_class_requires_covers' => false,
))
->setFinder($finder);
4 changes: 1 addition & 3 deletions tests/WsSecurityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
use WsdlToPhp\WsSecurity\WsSecurity;

/**
* @covers \WsdlToPhp\WsSecurity\WsSecurity
*
* @internal
*/
class WsSecurityTest extends TestCase
final class WsSecurityTest extends TestCase
{
public function testCreateWithExpiresIn()
{
Expand Down

0 comments on commit 1ff64b0

Please sign in to comment.