소스 검색

[tests] Remove unused "use" directive.

Daniele Alessandri 11 년 전
부모
커밋
80cb31514a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/Predis/Replication/ReplicationStrategyTest.php

+ 0 - 1
tests/Predis/Replication/ReplicationStrategyTest.php

@@ -12,7 +12,6 @@
 namespace Predis\Replication;
 
 use PredisTestCase;
-use Predis\Command\CommandInterface;
 use Predis\Profile\ServerProfile;
 
 /**