Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix codestyle
  • Loading branch information
bbrala committed Oct 26, 2018
commit 6218cdc4d34e36aab312234a8ebface14f1c5c42
2 changes: 0 additions & 2 deletions tests/Unit/HandleResponsesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
namespace Tests\Unit;

use Swis\JsonApi\Server\Traits\HandleResponses;
use Symfony\Component\HttpFoundation\ResponseHeaderBag;
use Tests\TestCase;
use Tests\TestClasses\TestModel;

Expand Down Expand Up @@ -61,7 +60,6 @@ public function test_respond_with_collection_model()
$model->body = 'TEST';
$response = $this->mock->respondWithCollection($model);


$responseBody = json_decode($response->getContent())->data;

$this->assertEquals(200, $response->getStatusCode());
Expand Down