瀏覽代碼

[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;
 
 /**