Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mironchik committed Dec 22, 2020
1 parent e56d2c3 commit e813da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use VirtualFileSystem\FileSystem as Vfs;
use PHPUnit\Framework\TestCase;

class FunctionalTest extends TestCase
class FunctionalTest extends TestCase
{
use MockeryPHPUnitIntegration;

Expand Down Expand Up @@ -58,7 +58,7 @@ protected function initUpchuck()
*/
protected function mockEvents()
{
return m::mock('Illuminate\Events\Dispatcher', ['dispatch' => null]);
return m::mock('Illuminate\Contracts\Events\Dispatcher', ['dispatch' => null]);
}

// https://github.com/laracasts/TestDummy/blob/master/tests/FactoryTest.php#L18
Expand Down

0 comments on commit e813da3

Please sign in to comment.