Skip to content

Commit b7c48b2

Browse files
authored
Update WordPressCorePluginTest.php
1 parent 26448d9 commit b7c48b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/phpunit/WordPressCorePluginTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use Composer\Test\Mock\HttpDownloaderMock;
3232
use Composer\Util\HttpDownloader;
3333
use Composer\Util\Loop;
34-
use Roots\Composer\WordPressCorePlugin;
34+
use Moox\Composer\WordPressCorePlugin;
3535
use PHPUnit\Framework\TestCase;
3636

3737
class WordPressCorePluginTest extends TestCase
@@ -63,7 +63,7 @@ public function testActivate()
6363

6464
$installer = $installationManager->getInstaller('wordpress-core');
6565

66-
$this->assertInstanceOf('\Roots\Composer\WordPressCoreInstaller', $installer);
66+
$this->assertInstanceOf('\Moox\Composer\WordPressCoreInstaller', $installer);
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)