Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 9c4d271

Browse files
Remove linting overrides (#9)
1 parent 20c93bb commit 9c4d271

5 files changed

+0
-19
lines changed

tests/Feature/PwnedPasswordsServiceProviderTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
use Illuminate\Support\Facades\Validator;
66
use Ubient\PwnedPasswords\Tests\TestCase;
77

8-
/**
9-
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
10-
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11-
*/
128
class PwnedPasswordsServiceProviderTest extends TestCase
139
{
1410
/** @test */

tests/Unit/Api/ApiGatewayContractTests.php

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
*
1010
* - We cannot always query the real API (how would we get our tests to pass offline?)
1111
* - We cannot always trust the fake API (how would we know the real API still works?)
12-
*
13-
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
14-
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
1512
*/
1613
trait ApiGatewayContractTests
1714
{

tests/Unit/Api/FakeApiGatewayTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
use Ubient\PwnedPasswords\Tests\TestCase;
77
use Ubient\PwnedPasswords\Api\FakeApiGateway;
88

9-
/**
10-
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
11-
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12-
*/
139
class FakeApiGatewayTest extends TestCase
1410
{
1511
use ApiGatewayContractTests;

tests/Unit/Api/PwnedPasswordsGatewayTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
use Ubient\PwnedPasswords\Tests\TestCase;
77
use Ubient\PwnedPasswords\Api\PwnedPasswordsGateway;
88

9-
/**
10-
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
11-
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12-
*/
139
class PwnedPasswordsGatewayTest extends TestCase
1410
{
1511
use ApiGatewayContractTests;

tests/Unit/Rules/PwnedTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
use Ubient\PwnedPasswords\Tests\TestCase;
99
use Ubient\PwnedPasswords\Api\FakeApiGateway;
1010

11-
/**
12-
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
13-
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14-
*/
1511
class PwnedTest extends TestCase
1612
{
1713
public function setUp()

0 commit comments

Comments
 (0)