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:
parent
23d2e5600a
commit
d5810c8a36
10 changed files with 23 additions and 10 deletions
|
@ -10,8 +10,9 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Composer\Repository;
|
||||
namespace Composer\Test\Repository;
|
||||
|
||||
use Composer\Repository\FilesystemRepository;
|
||||
use Composer\TestCase;
|
||||
|
||||
class FilesystemRepositoryTest extends TestCase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue