Skip to content

Commit f5b347f

Browse files
author
Harlan Wilton
committed
Fixing StyleCI errors
1 parent 0e52f26 commit f5b347f

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

tests/Auth/Provider/AuthorizationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
class AuthorizationTest extends BaseTestCase
1313
{
14-
1514
public function testExceptionThrownWhenAuthorizationHeaderIsInvalid()
1615
{
1716
$this->expectException(BadRequestHttpException::class);

tests/BaseTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Dingo\Api\Tests;
34

45
use Dingo\Api\Http\Response;
@@ -7,7 +8,6 @@
78

89
class BaseTestCase extends TestCase
910
{
10-
1111
public function tearDown(): void
1212
{
1313
parent::tearDown();

tests/DispatcherTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ class DispatcherTest extends BaseTestCase
5656
*/
5757
protected $auth;
5858

59-
6059
public function setUp(): void
6160
{
6261
$this->container = new Container;

tests/Http/Middleware/AuthTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Dingo\Api\Tests\Http\Middleware;
44

55
use Dingo\Api\Auth\Auth;
6-
use Dingo\Api\Exception\InternalHttpException;
76
use Dingo\Api\Http\Middleware\Auth as AuthMiddleware;
87
use Dingo\Api\Http\Request;
98
use Dingo\Api\Routing\Route;

0 commit comments

Comments
 (0)