Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
applied coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
othillo committed Nov 7, 2022
1 parent 9522481 commit 605e9e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/JsonRequestTransformerListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function setUp(): void

/**
* @test
*
* @dataProvider jsonContentTypes
*/
public function it_transforms_requests_with_a_json_content_type($contentType)
Expand Down Expand Up @@ -68,6 +69,7 @@ public function it_returns_a_bad_request_response_if_json_is_invalid()

/**
* @test
*
* @dataProvider notJsonContentTypes
*/
public function it_does_not_transform_other_content_types($contentType)
Expand Down Expand Up @@ -106,6 +108,7 @@ public function notJsonContentTypes()

/**
* @test
*
* @dataProvider provideValidNonStructuredJson
*/
public function it_also_accepts_valid_json_if_its_not_structured_content($body): void
Expand Down

0 comments on commit 605e9e0

Please # to comment.