Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 23, 2023
1 parent d2b064e commit edc3038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/DeferredTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit edc3038

Please sign in to comment.