Skip to content

Commit 5fe5fe9

Browse files
authored
Update WordPressCoreInstallerTest.php
1 parent fcde77b commit 5fe5fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/WordPressCoreInstallerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testDefaultInstallDir()
4848
$installer = new WordPressCoreInstaller(new NullIO(), $composer);
4949
$package = new Package('johnpbloch/test-package', '1.0.0.0', '1.0.0');
5050

51-
$this->assertEquals('wordpress', $installer->getInstallPath($package));
51+
$this->assertEquals('public/wp', $installer->getInstallPath($package));
5252
}
5353

5454
public function testSingleRootInstallDir()

0 commit comments

Comments
 (0)