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

Remove linting overrides #9

Merged
merged 1 commit into from
Feb 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/Feature/PwnedPasswordsServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
use Illuminate\Support\Facades\Validator;
use Ubient\PwnedPasswords\Tests\TestCase;

/**
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
class PwnedPasswordsServiceProviderTest extends TestCase
{
/** @test */
Expand Down
3 changes: 0 additions & 3 deletions tests/Unit/Api/ApiGatewayContractTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
*
* - We cannot always query the real API (how would we get our tests to pass offline?)
* - We cannot always trust the fake API (how would we know the real API still works?)
*
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
trait ApiGatewayContractTests
{
Expand Down
4 changes: 0 additions & 4 deletions tests/Unit/Api/FakeApiGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
use Ubient\PwnedPasswords\Tests\TestCase;
use Ubient\PwnedPasswords\Api\FakeApiGateway;

/**
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
class FakeApiGatewayTest extends TestCase
{
use ApiGatewayContractTests;
Expand Down
4 changes: 0 additions & 4 deletions tests/Unit/Api/PwnedPasswordsGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
use Ubient\PwnedPasswords\Tests\TestCase;
use Ubient\PwnedPasswords\Api\PwnedPasswordsGateway;

/**
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
class PwnedPasswordsGatewayTest extends TestCase
{
use ApiGatewayContractTests;
Expand Down
4 changes: 0 additions & 4 deletions tests/Unit/Rules/PwnedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
use Ubient\PwnedPasswords\Tests\TestCase;
use Ubient\PwnedPasswords\Api\FakeApiGateway;

/**
* @SuppressWarnings(PHPMD.CamelCaseMethodName)
* phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
*/
class PwnedTest extends TestCase
{
public function setUp()
Expand Down