Skip to content

Commit

Permalink
Remove incomplete tests that are no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Dec 31, 2018
1 parent 64bd270 commit 3380f46
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions test/Handlers/ApiGatewayHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 3380f46

Please sign in to comment.