소스 검색

Fix test suite on <7

Jordi Boggiano 9 년 전
부모
커밋
b9bd021516
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/Composer/Test/Plugin/Fixtures/plugin-v8/Installer/CommandProvider.php

+ 2 - 2
tests/Composer/Test/Plugin/Fixtures/plugin-v8/Installer/CommandProvider.php

@@ -2,12 +2,12 @@
 
 namespace Installer;
 
-use Composer\Plugin\Capability\CommandProvider;
+use Composer\Plugin\Capability\CommandProvider as CommandProviderCapability;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 use Composer\Command\BaseCommand;
 
-class CommandProvider implements CommandProvider
+class CommandProvider implements CommandProviderCapability
 {
     public function __construct(array $args)
     {