Browse Source

Fix TestCase import

Jordi Boggiano 6 năm trước cách đây
mục cha
commit
86f59348f5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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