Sfoglia il codice sorgente

[tests] Remove useless backslash in "use" directive.

Daniele Alessandri 11 anni fa
parent
commit
f18d7103f5
100 ha cambiato i file con 99 aggiunte e 102 eliminazioni
  1. 0 3
      tests/PHPUnit/ArrayHasSameValuesConstraint.php
  2. 1 1
      tests/PHPUnit/CommandTestCase.php
  3. 1 1
      tests/PHPUnit/ConnectionTestCase.php
  4. 1 1
      tests/PHPUnit/DistributionStrategyTestCase.php
  5. 1 1
      tests/PHPUnit/ServerVersionTestCase.php
  6. 1 1
      tests/Predis/ClientExceptionTest.php
  7. 1 1
      tests/Predis/ClientTest.php
  8. 1 1
      tests/Predis/Cluster/Distribution/EmptyRingExceptionTest.php
  9. 1 1
      tests/Predis/Cluster/PredisClusterHashStrategyTest.php
  10. 1 1
      tests/Predis/Cluster/RedisClusterHashStrategyTest.php
  11. 1 1
      tests/Predis/Collection/Iterator/HashKeyTest.php
  12. 1 1
      tests/Predis/Collection/Iterator/KeyspaceTest.php
  13. 1 1
      tests/Predis/Collection/Iterator/ListKeyTest.php
  14. 1 1
      tests/Predis/Collection/Iterator/SetKeyTest.php
  15. 1 1
      tests/Predis/Collection/Iterator/SortedSetKeyTest.php
  16. 1 1
      tests/Predis/Command/CommandTest.php
  17. 1 1
      tests/Predis/Command/ConnectionAuthTest.php
  18. 1 1
      tests/Predis/Command/ConnectionEchoTest.php
  19. 1 1
      tests/Predis/Command/ConnectionPingTest.php
  20. 1 1
      tests/Predis/Command/ConnectionQuitTest.php
  21. 1 1
      tests/Predis/Command/ConnectionSelectTest.php
  22. 1 1
      tests/Predis/Command/HashDeleteTest.php
  23. 1 1
      tests/Predis/Command/HashExistsTest.php
  24. 1 1
      tests/Predis/Command/HashGetAllTest.php
  25. 1 1
      tests/Predis/Command/HashGetMultipleTest.php
  26. 1 1
      tests/Predis/Command/HashGetTest.php
  27. 1 1
      tests/Predis/Command/HashIncrementByFloatTest.php
  28. 1 1
      tests/Predis/Command/HashIncrementByTest.php
  29. 1 1
      tests/Predis/Command/HashKeysTest.php
  30. 1 1
      tests/Predis/Command/HashLengthTest.php
  31. 1 1
      tests/Predis/Command/HashScanTest.php
  32. 1 1
      tests/Predis/Command/HashSetMultipleTest.php
  33. 1 1
      tests/Predis/Command/HashSetPreserveTest.php
  34. 1 1
      tests/Predis/Command/HashSetTest.php
  35. 1 1
      tests/Predis/Command/HashValuesTest.php
  36. 1 1
      tests/Predis/Command/KeyDeleteTest.php
  37. 1 1
      tests/Predis/Command/KeyDumpTest.php
  38. 1 1
      tests/Predis/Command/KeyExistsTest.php
  39. 1 1
      tests/Predis/Command/KeyExpireAtTest.php
  40. 1 1
      tests/Predis/Command/KeyExpireTest.php
  41. 1 1
      tests/Predis/Command/KeyKeysTest.php
  42. 1 1
      tests/Predis/Command/KeyKeysV12xTest.php
  43. 1 1
      tests/Predis/Command/KeyMoveTest.php
  44. 1 1
      tests/Predis/Command/KeyPersistTest.php
  45. 1 1
      tests/Predis/Command/KeyPreciseExpireAtTest.php
  46. 1 1
      tests/Predis/Command/KeyPreciseExpireTest.php
  47. 1 1
      tests/Predis/Command/KeyPreciseTimeToLiveTest.php
  48. 1 1
      tests/Predis/Command/KeyRandomTest.php
  49. 1 1
      tests/Predis/Command/KeyRenamePreserveTest.php
  50. 1 1
      tests/Predis/Command/KeyRenameTest.php
  51. 1 1
      tests/Predis/Command/KeyRestoreTest.php
  52. 1 1
      tests/Predis/Command/KeyScanTest.php
  53. 1 1
      tests/Predis/Command/KeySortTest.php
  54. 1 1
      tests/Predis/Command/KeyTimeToLiveTest.php
  55. 1 1
      tests/Predis/Command/KeyTypeTest.php
  56. 1 1
      tests/Predis/Command/ListIndexTest.php
  57. 1 1
      tests/Predis/Command/ListInsertTest.php
  58. 1 1
      tests/Predis/Command/ListLengthTest.php
  59. 1 1
      tests/Predis/Command/ListPopFirstBlockingTest.php
  60. 1 1
      tests/Predis/Command/ListPopFirstTest.php
  61. 1 1
      tests/Predis/Command/ListPopLastBlockingTest.php
  62. 1 1
      tests/Predis/Command/ListPopLastPushHeadBlockingTest.php
  63. 1 1
      tests/Predis/Command/ListPopLastPushHeadTest.php
  64. 1 1
      tests/Predis/Command/ListPopLastTest.php
  65. 1 1
      tests/Predis/Command/ListPushHeadTest.php
  66. 1 1
      tests/Predis/Command/ListPushHeadXTest.php
  67. 1 1
      tests/Predis/Command/ListPushTailTest.php
  68. 1 1
      tests/Predis/Command/ListPushTailXTest.php
  69. 1 1
      tests/Predis/Command/ListRangeTest.php
  70. 1 1
      tests/Predis/Command/ListRemoveTest.php
  71. 1 1
      tests/Predis/Command/ListSetTest.php
  72. 1 1
      tests/Predis/Command/ListTrimTest.php
  73. 1 1
      tests/Predis/Command/PrefixHelpersTest.php
  74. 1 1
      tests/Predis/Command/PrefixableCommandTest.php
  75. 1 1
      tests/Predis/Command/Processor/KeyPrefixProcessorTest.php
  76. 1 1
      tests/Predis/Command/Processor/ProcessorChainTest.php
  77. 1 1
      tests/Predis/Command/PubSubPublishTest.php
  78. 1 1
      tests/Predis/Command/PubSubSubscribeByPatternTest.php
  79. 1 1
      tests/Predis/Command/PubSubSubscribeTest.php
  80. 1 1
      tests/Predis/Command/PubSubUnsubscribeByPatternTest.php
  81. 1 1
      tests/Predis/Command/PubSubUnsubscribeTest.php
  82. 1 1
      tests/Predis/Command/ScriptedCommandTest.php
  83. 1 1
      tests/Predis/Command/ServerBackgroundRewriteAOFTest.php
  84. 1 1
      tests/Predis/Command/ServerBackgroundSaveTest.php
  85. 1 1
      tests/Predis/Command/ServerClientTest.php
  86. 1 1
      tests/Predis/Command/ServerConfigTest.php
  87. 1 1
      tests/Predis/Command/ServerDatabaseSizeTest.php
  88. 1 1
      tests/Predis/Command/ServerEvalSHATest.php
  89. 1 1
      tests/Predis/Command/ServerEvalTest.php
  90. 1 1
      tests/Predis/Command/ServerFlushAllTest.php
  91. 1 1
      tests/Predis/Command/ServerFlushDatabaseTest.php
  92. 1 1
      tests/Predis/Command/ServerInfoTest.php
  93. 1 1
      tests/Predis/Command/ServerInfoV26xTest.php
  94. 1 1
      tests/Predis/Command/ServerLastSaveTest.php
  95. 1 1
      tests/Predis/Command/ServerMonitorTest.php
  96. 1 1
      tests/Predis/Command/ServerObjectTest.php
  97. 1 1
      tests/Predis/Command/ServerSaveTest.php
  98. 1 1
      tests/Predis/Command/ServerScriptTest.php
  99. 1 1
      tests/Predis/Command/ServerShutdownTest.php
  100. 1 1
      tests/Predis/Command/ServerSlaveOfTest.php

+ 0 - 3
tests/PHPUnit/ArrayHasSameValuesConstraint.php

@@ -9,9 +9,6 @@
  * file that was distributed with this source code.
  * file that was distributed with this source code.
  */
  */
 
 
-use \PHPUnit_Framework_Constraint;
-use \PHPUnit_Framework_ExpectationFailedException;
-
 /**
 /**
  * Constraint that accepts arrays with the same elements but different order.
  * Constraint that accepts arrays with the same elements but different order.
  */
  */

+ 1 - 1
tests/PHPUnit/CommandTestCase.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/PHPUnit/ConnectionTestCase.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Connection;
 namespace Predis\Connection;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;
 
 

+ 1 - 1
tests/PHPUnit/DistributionStrategyTestCase.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Cluster\Distribution;
 namespace Predis\Cluster\Distribution;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/PHPUnit/ServerVersionTestCase.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Profile;
 namespace Predis\Profile;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/ClientExceptionTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis;
 namespace Predis;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/ClientTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis;
 namespace Predis;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Connection\ConnectionFactory;
 use Predis\Connection\ConnectionFactory;
 use Predis\Connection\MasterSlaveReplication;
 use Predis\Connection\MasterSlaveReplication;

+ 1 - 1
tests/Predis/Cluster/Distribution/EmptyRingExceptionTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Cluster\Distribution;
 namespace Predis\Cluster\Distribution;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @todo Not really useful right now.
  * @todo Not really useful right now.

+ 1 - 1
tests/Predis/Cluster/PredisClusterHashStrategyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Cluster;
 namespace Predis\Cluster;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Cluster\Distribution\HashRing;
 use Predis\Cluster\Distribution\HashRing;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Cluster/RedisClusterHashStrategyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Cluster;
 namespace Predis\Cluster;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;
 
 

+ 1 - 1
tests/Predis/Collection/Iterator/HashKeyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Collection\Iterator;
 namespace Predis\Collection\Iterator;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Collection/Iterator/KeyspaceTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Collection\Iterator;
 namespace Predis\Collection\Iterator;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Collection/Iterator/ListKeyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Collection\Iterator;
 namespace Predis\Collection\Iterator;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Collection/Iterator/SetKeyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Collection\Iterator;
 namespace Predis\Collection\Iterator;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Collection/Iterator/SortedSetKeyTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Collection\Iterator;
 namespace Predis\Collection\Iterator;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 use Predis\Client;
 use Predis\Client;
 use Predis\Profile\ServerProfile;
 use Predis\Profile\ServerProfile;

+ 1 - 1
tests/Predis/Command/CommandTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/Command/ConnectionAuthTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ConnectionEchoTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ConnectionPingTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ConnectionQuitTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ConnectionSelectTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashDeleteTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashExistsTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashGetAllTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashGetMultipleTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashGetTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashIncrementByFloatTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashIncrementByTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashKeysTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashLengthTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashScanTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashSetMultipleTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashSetPreserveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashSetTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/HashValuesTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyDeleteTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyDumpTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyExistsTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyExpireAtTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyExpireTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyKeysTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyKeysV12xTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * We only perform disconnected tests for this commands because
  * We only perform disconnected tests for this commands because

+ 1 - 1
tests/Predis/Command/KeyMoveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyPersistTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyPreciseExpireAtTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyPreciseExpireTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyPreciseTimeToLiveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyRandomTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyRenamePreserveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyRenameTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyRestoreTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyScanTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeySortTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyTimeToLiveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/KeyTypeTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListIndexTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListInsertTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListLengthTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopFirstBlockingTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopFirstTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopLastBlockingTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopLastPushHeadBlockingTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopLastPushHeadTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPopLastTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPushHeadTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPushHeadXTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPushTailTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListPushTailXTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListRangeTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListRemoveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListSetTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ListTrimTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/PrefixHelpersTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/Command/PrefixableCommandTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/Command/Processor/KeyPrefixProcessorTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command\Processor;
 namespace Predis\Command\Processor;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/Command/Processor/ProcessorChainTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command\Processor;
 namespace Predis\Command\Processor;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  *
  *

+ 1 - 1
tests/Predis/Command/PubSubPublishTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/PubSubSubscribeByPatternTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/PubSubSubscribeTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/PubSubUnsubscribeByPatternTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/PubSubUnsubscribeTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ScriptedCommandTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group realm-scripting
  * @group realm-scripting

+ 1 - 1
tests/Predis/Command/ServerBackgroundRewriteAOFTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerBackgroundSaveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerClientTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerConfigTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerDatabaseSizeTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerEvalSHATest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerEvalTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerFlushAllTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerFlushDatabaseTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerInfoTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerInfoV26xTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerLastSaveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerMonitorTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerObjectTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerSaveTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerScriptTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerShutdownTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

+ 1 - 1
tests/Predis/Command/ServerSlaveOfTest.php

@@ -11,7 +11,7 @@
 
 
 namespace Predis\Command;
 namespace Predis\Command;
 
 
-use \PHPUnit_Framework_TestCase as StandardTestCase;
+use PHPUnit_Framework_TestCase as StandardTestCase;
 
 
 /**
 /**
  * @group commands
  * @group commands

Some files were not shown because too many files changed in this diff