1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix namespace for tests for consistency

This commit is contained in:
Christophe Coevoet 2016-10-05 10:45:22 +02:00
parent 23d2e5600a
commit d5810c8a36
10 changed files with 23 additions and 10 deletions

View file

@ -10,8 +10,9 @@
* file that was distributed with this source code.
*/
namespace Composer\Repository;
namespace Composer\Test\Repository;
use Composer\Repository\PearRepository;
use Composer\TestCase;
/**