removed comment

pull/501/head
n0nag0n 1 year ago
parent bf2075245e
commit 317ad3140e

@ -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());

Loading…
Cancel
Save