Skip to content

Commit

Permalink
no need runInSeparateProcesses for header already sent tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
  • Loading branch information
samsonasik committed Aug 11, 2020
1 parent 6f2196b commit e0e3732
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/PhpEnvironment/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ public function testSendHeadersHeadersNotAlreadySent()
$this->assertInstanceOf(Response::class, $response->sendHeaders());
}

/**
* @runInSeparateProcesses
*/
public function testSendHeadersHeadersAlreadySentPassInvalidHandler()
{
$this->expectException(InvalidArgumentException::class);
Expand All @@ -126,9 +123,6 @@ public function testSendHeadersHeadersAlreadySentPassInvalidHandler()
$response->sendHeaders();
}

/**
* @runInSeparateProcesses
*/
public function testSendHeadersHeadersAlreadySentPassValidHandler()
{
$this->expectException(RuntimeException::class);
Expand Down

0 comments on commit e0e3732

Please sign in to comment.