From 317ad3140edb46ea4934614ffce432a94bf50b6d Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Mon, 1 Jan 2024 23:26:04 -0700 Subject: [PATCH] removed comment --- tests/EngineTest.php | 2 -- 1 file changed, 2 deletions(-) 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());