Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 078f83e

Browse files
committed
typo
1 parent 5954cf5 commit 078f83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MailRecorderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function it_can_be_constructed()
2929
*/
3030
public function it_cannot_be_constructed_without_a_PHPUnit_Framework_TestCase()
3131
{
32-
$this->markTestSkipped('Figure out wha the correct exception should be');
32+
$this->markTestSkipped('Figure out what the correct exception should be');
3333
//$this->expectException(PHPUnit_Framework_Error::class);
3434

3535
if (class_exists(TypeError::class)) {

0 commit comments

Comments
 (0)