We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26448d9 commit b7c48b2Copy full SHA for b7c48b2
tests/phpunit/WordPressCorePluginTest.php
@@ -31,7 +31,7 @@
31
use Composer\Test\Mock\HttpDownloaderMock;
32
use Composer\Util\HttpDownloader;
33
use Composer\Util\Loop;
34
-use Roots\Composer\WordPressCorePlugin;
+use Moox\Composer\WordPressCorePlugin;
35
use PHPUnit\Framework\TestCase;
36
37
class WordPressCorePluginTest extends TestCase
@@ -63,7 +63,7 @@ public function testActivate()
63
64
$installer = $installationManager->getInstaller('wordpress-core');
65
66
- $this->assertInstanceOf('\Roots\Composer\WordPressCoreInstaller', $installer);
+ $this->assertInstanceOf('\Moox\Composer\WordPressCoreInstaller', $installer);
67
}
68
69
/**
0 commit comments