Browse Source

Fix TestCase import

Jordi Boggiano 6 years ago
parent
commit
86f59348f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/Composer/Test/FactoryTest.php

+ 0 - 1
tests/Composer/Test/FactoryTest.php

@@ -12,7 +12,6 @@
 
 namespace Composer\Test;
 
-use PHPUnit\Framework\TestCase;
 use Composer\Factory;
 
 class FactoryTest extends TestCase