Skip to content

Commit d8d4e5d

Browse files
authored
Merge pull request #361 from asgrim/fix-location-of-InstallPiePackageFromPathTest
Fix location of InstallPiePackageFromPathTest
2 parents 000fc09 + 7208eb9 commit d8d4e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/behaviour/Installing/InstallForPhpProject/InstallPiePackageFromPathTest.php renamed to test/unit/Installing/InstallForPhpProject/InstallPiePackageFromPathTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Php\PieBehaviourTest\Installing\InstallForPhpProject;
5+
namespace Php\PieUnitTest\Installing\InstallForPhpProject;
66

77
use Composer\Package\RootPackage;
88
use Php\Pie\Command\InvokeSubCommand;

0 commit comments

Comments
 (0)