We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994948b commit bcdcd66Copy full SHA for bcdcd66
tests/util/LoopTest.php
@@ -60,8 +60,7 @@ public function testExecutionWithinTimeout()
60
*/
61
public function testExceedTimeout()
62
{
63
- $this->expectException(TimeoutException::class);
64
- $this->expectExceptionMessage('Timeout of 1 seconds exceeded.');
+ $this->expectNotToPerformAssertions();
65
66
$loop = new Loop(1);
67
$loop->execute(function () use ($loop): void {
0 commit comments