Browse Source

fix namespace

till 13 years ago
parent
commit
23902023e5

+ 1 - 1
tests/Composer/Test/Autoload/AutoloadGeneratorTest.php

@@ -10,7 +10,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Composer\Test\Installer;
+namespace Composer\Test\Autoload;
 
 use Composer\Autoload\AutoloadGenerator;
 use Composer\Util\Filesystem;

+ 1 - 1
tests/Composer/Test/Package/LinkConstraint/MultiConstraintTest.php

@@ -10,7 +10,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Composer\Test\Package;
+namespace Composer\Test\Package\LinkConstraint;
 
 use Composer\Package\LinkConstraint\VersionConstraint;
 use Composer\Package\LinkConstraint\MultiConstraint;

+ 1 - 1
tests/Composer/Test/Package/LinkConstraint/VersionConstraintTest.php

@@ -10,7 +10,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Composer\Test\Package;
+namespace Composer\Test\Package\LinkConstraint;
 
 use Composer\Package\LinkConstraint\VersionConstraint;
 

+ 1 - 1
tests/Composer/Test/Repository/VcsRepositoryTest.php

@@ -10,7 +10,7 @@
  * file that was distributed with this source code.
  */
 
-namespace Composer\Test\Json;
+namespace Composer\Test\Repository;
 
 use Symfony\Component\Process\ExecutableFinder;
 use Composer\Package\Dumper\ArrayDumper;