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 0137470 commit 4250253Copy full SHA for 4250253
1 file changed
tests/PromiseTest/RejectTestTrait.php
@@ -52,7 +52,7 @@ public function rejectShouldThrowWhenCalledWithAFulfilledPromise()
52
}
53
54
/** @test */
55
- public function rrejectShouldThrowWhenCalledWithARejectedPromise()
+ public function rejectShouldThrowWhenCalledWithARejectedPromise()
56
{
57
$this->setExpectedException('\InvalidArgumentException');
58
0 commit comments