From 3380f4664e3de080bc9dcb73375d592e3089c0c6 Mon Sep 17 00:00:00 2001 From: Luke Waite Date: Sun, 30 Dec 2018 19:31:50 -0500 Subject: [PATCH] Remove incomplete tests that are no longer necessary --- test/Handlers/ApiGatewayHandlerTest.php | 26 ------------------------- 1 file changed, 26 deletions(-) diff --git a/test/Handlers/ApiGatewayHandlerTest.php b/test/Handlers/ApiGatewayHandlerTest.php index 1f94785..511efba 100644 --- a/test/Handlers/ApiGatewayHandlerTest.php +++ b/test/Handlers/ApiGatewayHandlerTest.php @@ -126,32 +126,6 @@ public function it_ignores_a_payload_from_an_alb() $this->assertFalse($handler->canHandle()); } - /** @test */ - public function handler_creates_a_valid_request_object() - { - $this->markTestIncomplete('should refactor out into helper, and test'); - } - - /** @test */ - public function converts_a_response_object() - { - $kernel = \Mockery::mock('Illuminate\Foundation\Http\Kernel'); - - $this->markTestIncomplete(); - } - - /** @test */ - public function converts_a_json_response_object() - { - $this->markTestIncomplete(); - } - - /** @test */ - public function handles_payload() - { - $this->markTestIncomplete('should test the returned response that comes out of the mock is sent up'); - } - /** @test */ public function it_coverts_headers_json_to_a_server_array_of_headers() {