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 89dd223 commit 5028b00Copy full SHA for 5028b00
1 file changed
tests/React/Promise/PromiseTest.php
@@ -65,7 +65,7 @@ public function shouldReject()
65
}
66
67
/** @test */
68
- public function shouldProgres()
+ public function shouldProgress()
69
{
70
$promise = new Promise(function($_, $_, $progress) use (&$notify) {
71
$notify = $progress;
0 commit comments