diff --git a/tests/Support/SupportTestingEventFakeTest.php b/tests/Support/SupportTestingEventFakeTest.php index bb2d07e83994..ccef26133767 100644 --- a/tests/Support/SupportTestingEventFakeTest.php +++ b/tests/Support/SupportTestingEventFakeTest.php @@ -17,7 +17,7 @@ protected function setUp() $this->fake = new EventFake(m::mock(Dispatcher::class)); } - public function testAssertDispacthed() + public function testAssertDispatched() { try { $this->fake->assertDispatched(EventStub::class);