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.
2 parents de886e8 + 68da1f6 commit 55f6c80Copy full SHA for 55f6c80
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