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 de886e8 commit 68da1f6Copy full SHA for 68da1f6
tests/QueueAllTest.php
@@ -118,6 +118,8 @@ public function testQueuedOperationsWillStartAndCancelOneIfOneOperationRejects()
118
return $promise;
119
});
120
121
+ $promise->then(null, $this->expectCallableOnce()); // avoid reporting unhandled rejection
122
+
123
$first->reject(new \RuntimeException());
124
125
$this->assertEquals(3, $started);
0 commit comments