diff --git a/tests/EngineTest.php b/tests/EngineTest.php index 33464f3..a177356 100644 --- a/tests/EngineTest.php +++ b/tests/EngineTest.php @@ -179,8 +179,6 @@ class EngineTest extends PHPUnit\Framework\TestCase } }; }); - // need to add another one of these because _stop() stops and gets clean, but $response->send() does too..... - //ob_start(); $this->expectOutputString('skip---exit'); $engine->halt(500, 'skip---exit'); $this->assertEquals(500, $engine->response()->status());