File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
use Mediact \CodingStandard \PhpStorm \Patcher \ConfigPatcherInterface ;
15
15
use org \bovigo \vfs \vfsStream ;
16
16
use PHPUnit \Framework \TestCase ;
17
- use Mediact \CodingStandard \PhpStorm \Plugin ;
17
+ use Mediact \CodingStandard \PhpStorm \InstallerPlugin ;
18
18
19
19
/**
20
20
* @coversDefaultClass \Mediact\CodingStandard\PhpStorm\InstallerPlugin
@@ -30,7 +30,7 @@ public function testGetSubscribedEvents()
30
30
{
31
31
$ this ->assertInternalType (
32
32
'array ' ,
33
- Plugin ::getSubscribedEvents ()
33
+ InstallerPlugin ::getSubscribedEvents ()
34
34
);
35
35
}
36
36
@@ -82,7 +82,7 @@ public function testOnNewCodeEvent()
82
82
->method ('patch ' )
83
83
->with ($ this ->isInstanceOf (EnvironmentInterface::class));
84
84
85
- $ plugin = new Plugin ($ patcher );
85
+ $ plugin = new InstallerPlugin ($ patcher );
86
86
$ plugin ->onNewCodeEvent ($ event );
87
87
}
88
88
}
You can’t perform that action at this time.
0 commit comments