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() {