Explorar el Código

Fix TestCase import

Jordi Boggiano hace 6 años
padre
commit
86f59348f5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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