From 605e9e04cc22b6de606d075ccc3d2ee4fcd02667 Mon Sep 17 00:00:00 2001 From: othillo Date: Mon, 7 Nov 2022 20:43:46 +0100 Subject: [PATCH] applied coding standard --- test/JsonRequestTransformerListenerTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/JsonRequestTransformerListenerTest.php b/test/JsonRequestTransformerListenerTest.php index d09044d..6b6292e 100755 --- a/test/JsonRequestTransformerListenerTest.php +++ b/test/JsonRequestTransformerListenerTest.php @@ -28,6 +28,7 @@ public function setUp(): void /** * @test + * * @dataProvider jsonContentTypes */ public function it_transforms_requests_with_a_json_content_type($contentType) @@ -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) @@ -106,6 +108,7 @@ public function notJsonContentTypes() /** * @test + * * @dataProvider provideValidNonStructuredJson */ public function it_also_accepts_valid_json_if_its_not_structured_content($body): void