Skip to content

Commit

Permalink
Remove test case in ApplicationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 25, 2023
1 parent df8b825 commit e7c6f62
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/Forward/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@ protected function doSetUp()
$this->builder = new Builder;
}

/**
* @runInSeparateProcess
*
* @return void
*/
public function test_run_with_404_error()
{
$this->builder->setUrl('GET', '/');

$this->builder->make()->run();

$response = http_response_code();

$this->assertEquals(404, $response);
}

/**
* @runInSeparateProcess
*
Expand Down

0 comments on commit e7c6f62

Please sign in to comment.