Sfoglia il codice sorgente

Fix TestCase import

Jordi Boggiano 6 anni fa
parent
commit
86f59348f5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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