Skip to content

Commit 0eeb252

Browse files
authored
Fix typo in expectedExceptionMessage (#156)
1 parent b94b280 commit 0eeb252

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/FulfilledPromiseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function testCannotCancel()
2828
}
2929

3030
/**
31-
* @exepctedExceptionMessage Cannot resolve a fulfilled promise
31+
* @expectedExceptionMessage Cannot resolve a fulfilled promise
3232
*/
3333
public function testCannotResolve()
3434
{
@@ -39,7 +39,7 @@ public function testCannotResolve()
3939
}
4040

4141
/**
42-
* @exepctedExceptionMessage Cannot reject a fulfilled promise
42+
* @expectedExceptionMessage Cannot reject a fulfilled promise
4343
*/
4444
public function testCannotReject()
4545
{

tests/RejectedPromiseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testCannotResolve()
4444
}
4545

4646
/**
47-
* @exepctedExceptionMessage Cannot reject a rejected promise
47+
* @expectedExceptionMessage Cannot reject a rejected promise
4848
*/
4949
public function testCannotReject()
5050
{

0 commit comments

Comments
 (0)