This repository was archived by the owner on Apr 23, 2021. It is now read-only.
File tree 5 files changed +0
-19
lines changed
5 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 5
5
use Illuminate \Support \Facades \Validator ;
6
6
use Ubient \PwnedPasswords \Tests \TestCase ;
7
7
8
- /**
9
- * @SuppressWarnings(PHPMD.CamelCaseMethodName)
10
- * phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
11
- */
12
8
class PwnedPasswordsServiceProviderTest extends TestCase
13
9
{
14
10
/** @test */
Original file line number Diff line number Diff line change 9
9
*
10
10
* - We cannot always query the real API (how would we get our tests to pass offline?)
11
11
* - 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
15
12
*/
16
13
trait ApiGatewayContractTests
17
14
{
Original file line number Diff line number Diff line change 6
6
use Ubient \PwnedPasswords \Tests \TestCase ;
7
7
use Ubient \PwnedPasswords \Api \FakeApiGateway ;
8
8
9
- /**
10
- * @SuppressWarnings(PHPMD.CamelCaseMethodName)
11
- * phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12
- */
13
9
class FakeApiGatewayTest extends TestCase
14
10
{
15
11
use ApiGatewayContractTests;
Original file line number Diff line number Diff line change 6
6
use Ubient \PwnedPasswords \Tests \TestCase ;
7
7
use Ubient \PwnedPasswords \Api \PwnedPasswordsGateway ;
8
8
9
- /**
10
- * @SuppressWarnings(PHPMD.CamelCaseMethodName)
11
- * phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
12
- */
13
9
class PwnedPasswordsGatewayTest extends TestCase
14
10
{
15
11
use ApiGatewayContractTests;
Original file line number Diff line number Diff line change 8
8
use Ubient \PwnedPasswords \Tests \TestCase ;
9
9
use Ubient \PwnedPasswords \Api \FakeApiGateway ;
10
10
11
- /**
12
- * @SuppressWarnings(PHPMD.CamelCaseMethodName)
13
- * phpcs:disable PSR1.Methods.CamelCapsMethodName.NotCamelCaps
14
- */
15
11
class PwnedTest extends TestCase
16
12
{
17
13
public function setUp ()
You can’t perform that action at this time.
0 commit comments