From edc3038299e6b79e0af3ae772e7e389bcb833071 Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Mon, 23 Oct 2023 22:35:48 +0900 Subject: [PATCH] Comment --- tests/DeferredTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/DeferredTest.php b/tests/DeferredTest.php index 98c4c15..946cc7a 100644 --- a/tests/DeferredTest.php +++ b/tests/DeferredTest.php @@ -103,6 +103,7 @@ public function testThrowsSame(): void $this->assertSame($e, $e2); } + // Make sure the input is discarded $reflectionClass = new \ReflectionClass($later); $property = $reflectionClass->getProperty('input'); $property->setAccessible(true);