Browse Source

[tests] Remove unused "use" directive.

Daniele Alessandri 11 năm trước cách đây
mục cha
commit
80cb31514a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;
 
 /**