Browse Source

[phpdoc] Fix undefined namespaces.

Daniele Alessandri 11 years ago
parent
commit
aa5c893d5a
100 changed files with 140 additions and 140 deletions
  1. 1 1
      src/Cluster/StrategyInterface.php
  2. 3 3
      tests/PHPUnit/PredisConnectionTestCase.php
  3. 1 1
      tests/PHPUnit/PredisDistributorTestCase.php
  4. 1 1
      tests/PHPUnit/PredisProfileTestCase.php
  5. 4 4
      tests/Predis/ClientTest.php
  6. 1 1
      tests/Predis/Cluster/Distributor/EmptyRingExceptionTest.php
  7. 1 1
      tests/Predis/Collection/Iterator/HashKeyTest.php
  8. 1 1
      tests/Predis/Collection/Iterator/KeyspaceTest.php
  9. 1 1
      tests/Predis/Collection/Iterator/SetKeyTest.php
  10. 1 1
      tests/Predis/Collection/Iterator/SortedSetKeyTest.php
  11. 1 1
      tests/Predis/Command/ConnectionSelectTest.php
  12. 1 1
      tests/Predis/Command/HashDeleteTest.php
  13. 1 1
      tests/Predis/Command/HashExistsTest.php
  14. 1 1
      tests/Predis/Command/HashGetAllTest.php
  15. 1 1
      tests/Predis/Command/HashGetMultipleTest.php
  16. 1 1
      tests/Predis/Command/HashGetTest.php
  17. 2 2
      tests/Predis/Command/HashIncrementByFloatTest.php
  18. 2 2
      tests/Predis/Command/HashIncrementByTest.php
  19. 1 1
      tests/Predis/Command/HashKeysTest.php
  20. 1 1
      tests/Predis/Command/HashLengthTest.php
  21. 1 1
      tests/Predis/Command/HashSetMultipleTest.php
  22. 1 1
      tests/Predis/Command/HashSetPreserveTest.php
  23. 1 1
      tests/Predis/Command/HashSetTest.php
  24. 1 1
      tests/Predis/Command/HashValuesTest.php
  25. 1 1
      tests/Predis/Command/HyperLogLogAddTest.php
  26. 2 2
      tests/Predis/Command/HyperLogLogCountTest.php
  27. 1 1
      tests/Predis/Command/HyperLogLogMergeTest.php
  28. 1 1
      tests/Predis/Command/KeyMoveTest.php
  29. 1 1
      tests/Predis/Command/KeyRenamePreserveTest.php
  30. 1 1
      tests/Predis/Command/KeyRenameTest.php
  31. 3 3
      tests/Predis/Command/KeySortTest.php
  32. 1 1
      tests/Predis/Command/ListIndexTest.php
  33. 1 1
      tests/Predis/Command/ListInsertTest.php
  34. 1 1
      tests/Predis/Command/ListLengthTest.php
  35. 1 1
      tests/Predis/Command/ListPopFirstTest.php
  36. 2 2
      tests/Predis/Command/ListPopLastPushHeadTest.php
  37. 1 1
      tests/Predis/Command/ListPopLastTest.php
  38. 1 1
      tests/Predis/Command/ListPushHeadTest.php
  39. 1 1
      tests/Predis/Command/ListPushHeadXTest.php
  40. 1 1
      tests/Predis/Command/ListPushTailTest.php
  41. 1 1
      tests/Predis/Command/ListPushTailXTest.php
  42. 1 1
      tests/Predis/Command/ListRangeTest.php
  43. 1 1
      tests/Predis/Command/ListRemoveTest.php
  44. 2 2
      tests/Predis/Command/ListSetTest.php
  45. 1 1
      tests/Predis/Command/ListTrimTest.php
  46. 1 1
      tests/Predis/Command/PubSubSubscribeByPatternTest.php
  47. 1 1
      tests/Predis/Command/PubSubSubscribeTest.php
  48. 3 3
      tests/Predis/Command/ServerClientTest.php
  49. 2 2
      tests/Predis/Command/ServerConfigTest.php
  50. 2 2
      tests/Predis/Command/ServerEvalSHATest.php
  51. 2 2
      tests/Predis/Command/ServerEvalTest.php
  52. 1 1
      tests/Predis/Command/ServerObjectTest.php
  53. 1 1
      tests/Predis/Command/ServerScriptTest.php
  54. 1 1
      tests/Predis/Command/ServerSlowlogTest.php
  55. 1 1
      tests/Predis/Command/SetAddTest.php
  56. 1 1
      tests/Predis/Command/SetCardinalityTest.php
  57. 1 1
      tests/Predis/Command/SetDifferenceStoreTest.php
  58. 1 1
      tests/Predis/Command/SetDifferenceTest.php
  59. 1 1
      tests/Predis/Command/SetIntersectionStoreTest.php
  60. 1 1
      tests/Predis/Command/SetIntersectionTest.php
  61. 1 1
      tests/Predis/Command/SetIsMemberTest.php
  62. 1 1
      tests/Predis/Command/SetMembersTest.php
  63. 2 2
      tests/Predis/Command/SetMoveTest.php
  64. 1 1
      tests/Predis/Command/SetPopTest.php
  65. 1 1
      tests/Predis/Command/SetRandomMemberTest.php
  66. 1 1
      tests/Predis/Command/SetRemoveTest.php
  67. 1 1
      tests/Predis/Command/SetUnionStoreTest.php
  68. 1 1
      tests/Predis/Command/SetUnionTest.php
  69. 1 1
      tests/Predis/Command/StringAppendTest.php
  70. 1 1
      tests/Predis/Command/StringBitCountTest.php
  71. 3 3
      tests/Predis/Command/StringBitOpTest.php
  72. 3 3
      tests/Predis/Command/StringDecrementByTest.php
  73. 2 2
      tests/Predis/Command/StringDecrementTest.php
  74. 3 3
      tests/Predis/Command/StringGetBitTest.php
  75. 1 1
      tests/Predis/Command/StringGetRangeTest.php
  76. 1 1
      tests/Predis/Command/StringGetSetTest.php
  77. 1 1
      tests/Predis/Command/StringGetTest.php
  78. 3 3
      tests/Predis/Command/StringIncrementByFloatTest.php
  79. 3 3
      tests/Predis/Command/StringIncrementByTest.php
  80. 1 1
      tests/Predis/Command/StringIncrementTest.php
  81. 3 3
      tests/Predis/Command/StringPreciseSetExpireTest.php
  82. 4 4
      tests/Predis/Command/StringSetBitTest.php
  83. 3 3
      tests/Predis/Command/StringSetExpireTest.php
  84. 2 2
      tests/Predis/Command/StringSetRangeTest.php
  85. 1 1
      tests/Predis/Command/StringStrlenTest.php
  86. 1 1
      tests/Predis/Command/TransactionDiscardTest.php
  87. 1 1
      tests/Predis/Command/TransactionExecTest.php
  88. 1 1
      tests/Predis/Command/TransactionMultiTest.php
  89. 1 1
      tests/Predis/Command/TransactionWatchTest.php
  90. 1 1
      tests/Predis/Command/ZSetAddTest.php
  91. 1 1
      tests/Predis/Command/ZSetCardinalityTest.php
  92. 1 1
      tests/Predis/Command/ZSetCountTest.php
  93. 1 1
      tests/Predis/Command/ZSetIncrementByTest.php
  94. 1 1
      tests/Predis/Command/ZSetIntersectionStoreTest.php
  95. 2 2
      tests/Predis/Command/ZSetLexCountTest.php
  96. 2 2
      tests/Predis/Command/ZSetRangeByLexTest.php
  97. 1 1
      tests/Predis/Command/ZSetRangeByScoreTest.php
  98. 1 1
      tests/Predis/Command/ZSetRangeTest.php
  99. 1 1
      tests/Predis/Command/ZSetRankTest.php
  100. 2 2
      tests/Predis/Command/ZSetRemoveRangeByLexTest.php

+ 1 - 1
src/Cluster/StrategyInterface.php

@@ -11,7 +11,7 @@
 
 namespace Predis\Cluster;
 
-use Predis\Cluster\Distribution\DistributorInterface;
+use Predis\Cluster\Distributor\DistributorInterface;
 use Predis\Command\CommandInterface;
 
 /**

+ 3 - 3
tests/PHPUnit/PredisConnectionTestCase.php

@@ -22,7 +22,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
     /**
      * @group disconnected
      * @group slow
-     * @expectedException Predis\Connection\ConnectionException
+     * @expectedException \Predis\Connection\ConnectionException
      */
     public function testThrowExceptionWhenUnableToConnect()
     {
@@ -283,7 +283,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
     /**
      * @group connected
      * @group slow
-     * @expectedException Predis\Connection\ConnectionException
+     * @expectedException \Predis\Connection\ConnectionException
      */
     public function testThrowsExceptionOnConnectionTimeout()
     {
@@ -295,7 +295,7 @@ abstract class PredisConnectionTestCase extends PredisTestCase
     /**
      * @group connected
      * @group slow
-     * @expectedException Predis\Connection\ConnectionException
+     * @expectedException \Predis\Connection\ConnectionException
      */
     public function testThrowsExceptionOnReadWriteTimeout()
     {

+ 1 - 1
tests/PHPUnit/PredisDistributorTestCase.php

@@ -21,7 +21,7 @@ abstract class PredisDistributorTestCase extends PredisTestCase
     /**
      * Returns a new instance of the tested distributor.
      *
-     * @return Predis\Cluster\Distributor\DistributorInterface
+     * @return \Predis\Cluster\Distributor\DistributorInterface
      */
     abstract protected function getDistributorInstance();
 

+ 1 - 1
tests/PHPUnit/PredisProfileTestCase.php

@@ -188,7 +188,7 @@ abstract class PredisProfileTestCase extends PredisTestCase
 
     /**
      * @group disconnected
-     * @expectedException Predis\ClientException
+     * @expectedException \Predis\ClientException
      * @expectedExceptionMessage Command 'UNKNOWN' is not a registered Redis command.
      */
     public function testCreateUndefinedCommand()

+ 4 - 4
tests/Predis/ClientTest.php

@@ -394,7 +394,7 @@ class ClientTest extends PredisTestCase
 
     /**
      * @group disconnected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testExecuteCommandThrowsExceptionOnRedisError()
@@ -457,7 +457,7 @@ class ClientTest extends PredisTestCase
 
     /**
      * @group disconnected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testCallingRedisCommandThrowsExceptionOnServerError()
@@ -565,7 +565,7 @@ class ClientTest extends PredisTestCase
 
     /**
      * @group disconnected
-     * @expectedException Predis\ClientException
+     * @expectedException \Predis\ClientException
      * @expectedExceptionMessage Command 'INVALIDCOMMAND' is not a registered Redis command.
      */
     public function testThrowsExceptionOnNonRegisteredRedisCommand()
@@ -591,7 +591,7 @@ class ClientTest extends PredisTestCase
 
     /**
      * @group disconnected
-     * @expectedException Predis\NotSupportedException
+     * @expectedException \Predis\NotSupportedException
      * @expectedExceptionMessage Retrieving connections by ID is supported only by aggregate connections.
      */
     public function testGetConnectionByIdWorksOnlyWithAggregateConnections()

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

@@ -20,7 +20,7 @@ class EmptyRingExceptionTest extends PredisTestCase
 {
     /**
      * @group disconnected
-     * @expectedException Predis\Cluster\Distributor\EmptyRingException
+     * @expectedException \Predis\Cluster\Distributor\EmptyRingException
      */
     public function testExceptionMessage()
     {

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

@@ -21,7 +21,7 @@ class HashKeyTest extends PredisTestCase
 {
     /**
      * @group disconnected
-     * @expectedException Predis\NotSupportedException
+     * @expectedException \Predis\NotSupportedException
      * @expectedExceptionMessage The current profile does not support 'HSCAN'.
      */
     public function testThrowsExceptionOnInvalidProfile()

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

@@ -21,7 +21,7 @@ class KeyspaceTest extends PredisTestCase
 {
     /**
      * @group disconnected
-     * @expectedException Predis\NotSupportedException
+     * @expectedException \Predis\NotSupportedException
      * @expectedExceptionMessage The current profile does not support 'SCAN'.
      */
     public function testThrowsExceptionOnInvalidProfile()

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

@@ -21,7 +21,7 @@ class SetKeyTest extends PredisTestCase
 {
     /**
      * @group disconnected
-     * @expectedException Predis\NotSupportedException
+     * @expectedException \Predis\NotSupportedException
      * @expectedExceptionMessage The current profile does not support 'SSCAN'.
      */
     public function testThrowsExceptionOnInvalidProfile()

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

@@ -21,7 +21,7 @@ class SortedSetKeyTest extends PredisTestCase
 {
     /**
      * @group disconnected
-     * @expectedException Predis\NotSupportedException
+     * @expectedException \Predis\NotSupportedException
      * @expectedExceptionMessage The current profile does not support 'ZSCAN'.
      */
     public function testThrowsExceptionOnInvalidProfile()

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

@@ -70,7 +70,7 @@ class ConnectionSelectTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR invalid DB index
      */
     public function testThrowsExceptionOnUnexpectedDatabase()

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

@@ -85,7 +85,7 @@ class HashDeleteTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -74,7 +74,7 @@ class HashExistsTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -75,7 +75,7 @@ class HashGetAllTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -91,7 +91,7 @@ class HashGetMultipleTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -71,7 +71,7 @@ class HashGetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -83,7 +83,7 @@ class HashIncrementByFloatTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR hash value is not a valid float
      */
     public function testThrowsExceptionOnStringField()
@@ -96,7 +96,7 @@ class HashIncrementByFloatTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -83,7 +83,7 @@ class HashIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR hash value is not an integer
      */
     public function testThrowsExceptionOnStringField()
@@ -96,7 +96,7 @@ class HashIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -75,7 +75,7 @@ class HashKeysTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -70,7 +70,7 @@ class HashLengthTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -97,7 +97,7 @@ class HashSetMultipleTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -74,7 +74,7 @@ class HashSetPreserveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -73,7 +73,7 @@ class HashSetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -75,7 +75,7 @@ class HashValuesTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -76,7 +76,7 @@ class HyperLogLogAddTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/HyperLogLogCountTest.php

@@ -77,7 +77,7 @@ class HyperLogLogCountTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()
@@ -91,7 +91,7 @@ class HyperLogLogCountTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfAtLeastOneKey()

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

@@ -73,7 +73,7 @@ class HyperLogLogMergeTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -80,7 +80,7 @@ class KeyMoveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR index out of range
      */
     public function testThrowsExceptionOnInvalidDatabases()

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

@@ -72,7 +72,7 @@ class KeyRenamePreserveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR no such key
      */
     public function testReturnsFalseOnNonExistingKeys()

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

@@ -71,7 +71,7 @@ class KeyRenameTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR no such key
      */
     public function testThrowsExceptionOnNonExistingKeys()

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

@@ -36,11 +36,11 @@ class KeySortTest extends PredisCommandTestCase
     /**
      * Utility method to to an LPUSH of some unordered values on a key.
      *
-     * @param  Predis\Client $redis Redis client instance.
+     * @param  \Predis\Client $redis Redis client instance.
      * @param  string        $key   Target key
      * @return array
      */
-    protected function lpushUnorderedList(Predis\Client $redis, $key)
+    protected function lpushUnorderedList(\Predis\Client $redis, $key)
     {
         $list = array(2, 100, 3, 1, 30, 10);
         $redis->lpush($key, $list);
@@ -229,7 +229,7 @@ class KeySortTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -86,7 +86,7 @@ class ListIndexTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -94,7 +94,7 @@ class ListInsertTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -81,7 +81,7 @@ class ListLengthTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -81,7 +81,7 @@ class ListPopFirstTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -100,7 +100,7 @@ class ListPopLastPushHeadTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfSourceKey()
@@ -113,7 +113,7 @@ class ListPopLastPushHeadTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfDestinationKey()

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

@@ -81,7 +81,7 @@ class ListPopLastTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -84,7 +84,7 @@ class ListPushHeadTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -82,7 +82,7 @@ class ListPushHeadXTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -84,7 +84,7 @@ class ListPushTailTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -82,7 +82,7 @@ class ListPushTailXTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -125,7 +125,7 @@ class ListRangeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -109,7 +109,7 @@ class ListRemoveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -70,7 +70,7 @@ class ListSetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR index out of range
      */
     public function testThrowsExceptionOnIndexOutOfRange()
@@ -83,7 +83,7 @@ class ListSetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -115,7 +115,7 @@ class ListTrimTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -144,7 +144,7 @@ class PubSubSubscribeByPatternTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / QUIT allowed in this context
      */
     public function testCannotSendOtherCommandsAfterPsubscribe()

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

@@ -144,7 +144,7 @@ class PubSubSubscribeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / QUIT allowed in this context
      */
     public function testCannotSendOtherCommandsAfterSubscribe()

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

@@ -186,7 +186,7 @@ BUFFER;
      * @requiresRedisVersion >= 2.6.9
      * @dataProvider invalidConnectionNameProvider
      *
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @param string $invalidConnectionName
      */
     public function testInvalidSetNameOfConnection($invalidConnectionName)
@@ -197,7 +197,7 @@ BUFFER;
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptioOnWrongModifier()
     {
@@ -208,7 +208,7 @@ BUFFER;
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR No such client
      */
     public function testThrowsExceptionWhenKillingUnknownClient()

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

@@ -134,7 +134,7 @@ class ServerConfigTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR Unsupported CONFIG parameter: foo
      */
     public function testThrowsExceptionWhenSettingUnknownConfiguration()
@@ -156,7 +156,7 @@ class ServerConfigTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnUnknownSubcommand()
     {

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

@@ -83,7 +83,7 @@ class ServerEvalSHATest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnWrongNumberOfKeys()
     {
@@ -98,7 +98,7 @@ class ServerEvalSHATest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnInvalidScript()
     {

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

@@ -81,7 +81,7 @@ class ServerEvalTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnWrongNumberOfKeys()
     {
@@ -93,7 +93,7 @@ class ServerEvalTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnInvalidScript()
     {

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

@@ -102,7 +102,7 @@ class ServerObjectTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnInvalidSubcommand()
     {

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

@@ -97,7 +97,7 @@ class ServerScriptTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnInvalidSubcommand()
     {

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

@@ -107,7 +107,7 @@ class ServerSlowlogTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      */
     public function testThrowsExceptionOnInvalidSubcommand()
     {

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

@@ -83,7 +83,7 @@ class SetAddTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -79,7 +79,7 @@ class SetCardinalityTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -102,7 +102,7 @@ class SetDifferenceStoreTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfSourceKey()

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

@@ -104,7 +104,7 @@ class SetDifferenceTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -115,7 +115,7 @@ class SetIntersectionStoreTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfSourceKey()

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

@@ -115,7 +115,7 @@ class SetIntersectionTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -83,7 +83,7 @@ class SetIsMemberTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -75,7 +75,7 @@ class SetMembersTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/SetMoveTest.php

@@ -76,7 +76,7 @@ class SetMoveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfSourceKey()
@@ -90,7 +90,7 @@ class SetMoveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfDestinationKey()

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

@@ -72,7 +72,7 @@ class SetPopTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -80,7 +80,7 @@ class SetRandomMemberTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -87,7 +87,7 @@ class SetRemoveTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -102,7 +102,7 @@ class SetUnionStoreTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongTypeOfSourceKey()

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

@@ -104,7 +104,7 @@ class SetUnionTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -82,7 +82,7 @@ class StringAppendTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -79,7 +79,7 @@ class StringBitCountTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringBitOpTest.php

@@ -131,7 +131,7 @@ class StringBitOpTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR BITOP NOT must be called with a single source key.
      */
     public function testBitwiseNOTAcceptsOnlyOneSourceKey()
@@ -141,7 +141,7 @@ class StringBitOpTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR syntax error
      */
     public function testThrowsExceptionOnInvalidOperation()
@@ -151,7 +151,7 @@ class StringBitOpTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnInvalidSourceKey()

+ 3 - 3
tests/Predis/Command/StringDecrementByTest.php

@@ -82,7 +82,7 @@ class StringDecrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnDecrementValueNotInteger()
@@ -94,7 +94,7 @@ class StringDecrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnKeyValueNotInteger()
@@ -107,7 +107,7 @@ class StringDecrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/StringDecrementTest.php

@@ -81,7 +81,7 @@ class StringDecrementTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnKeyValueNotInteger()
@@ -94,7 +94,7 @@ class StringDecrementTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringGetBitTest.php

@@ -74,7 +74,7 @@ class StringGetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR bit offset is not an integer or out of range
      */
     public function testThrowsExceptionOnNegativeOffset()
@@ -87,7 +87,7 @@ class StringGetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR bit offset is not an integer or out of range
      */
     public function testThrowsExceptionOnInvalidOffset()
@@ -100,7 +100,7 @@ class StringGetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -85,7 +85,7 @@ class StringGetRangeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -71,7 +71,7 @@ class StringGetSetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -92,7 +92,7 @@ class StringGetTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringIncrementByFloatTest.php

@@ -82,7 +82,7 @@ class StringIncrementByFloatTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not a valid float
      */
     public function testThrowsExceptionOnDecrementValueNotFloat()
@@ -94,7 +94,7 @@ class StringIncrementByFloatTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not a valid float
      */
     public function testThrowsExceptionOnKeyValueNotFloat()
@@ -107,7 +107,7 @@ class StringIncrementByFloatTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringIncrementByTest.php

@@ -82,7 +82,7 @@ class StringIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnDecrementValueNotInteger()
@@ -94,7 +94,7 @@ class StringIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnKeyValueNotInteger()
@@ -107,7 +107,7 @@ class StringIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -81,7 +81,7 @@ class StringIncrementTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringPreciseSetExpireTest.php

@@ -82,7 +82,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnNonIntegerTTL()
@@ -92,7 +92,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR invalid expire time in SETEX
      * @todo Should not Redis return PSETEX instead of SETEX here?
      */
@@ -103,7 +103,7 @@ class StringPreciseSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR invalid expire time in SETEX
      * @todo Should not Redis return PSETEX instead of SETEX here?
      */

+ 4 - 4
tests/Predis/Command/StringSetBitTest.php

@@ -86,7 +86,7 @@ class StringSetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR bit is not an integer or out of range
      */
     public function testThrowsExceptionOnInvalidBitValue()
@@ -96,7 +96,7 @@ class StringSetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR bit offset is not an integer or out of range
      */
     public function testThrowsExceptionOnNegativeOffset()
@@ -106,7 +106,7 @@ class StringSetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR bit offset is not an integer or out of range
      */
     public function testThrowsExceptionOnInvalidOffset()
@@ -116,7 +116,7 @@ class StringSetBitTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 3 - 3
tests/Predis/Command/StringSetExpireTest.php

@@ -83,7 +83,7 @@ class StringSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR value is not an integer or out of range
      */
     public function testThrowsExceptionOnNonIntegerTTL()
@@ -93,7 +93,7 @@ class StringSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR invalid expire time in SETEX
      */
     public function testThrowsExceptionOnZeroTTL()
@@ -103,7 +103,7 @@ class StringSetExpireTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR invalid expire time in SETEX
      */
     public function testThrowsExceptionOnNegativeTTL()

+ 2 - 2
tests/Predis/Command/StringSetRangeTest.php

@@ -100,7 +100,7 @@ class StringSetRangeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR offset is out of range
      */
     public function testThrowsExceptionOnInvalidOffset()
@@ -110,7 +110,7 @@ class StringSetRangeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -81,7 +81,7 @@ class StringStrlenTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -68,7 +68,7 @@ class TransactionDiscardTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR DISCARD without MULTI
      */
     public function testThrowsExceptionWhenCallingOutsideTransaction()

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

@@ -100,7 +100,7 @@ class TransactionExecTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR EXEC without MULTI
      */
     public function testThrowsExceptionWhenCallingOutsideTransaction()

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

@@ -78,7 +78,7 @@ class TransactionMultiTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR MULTI calls can not be nested
      */
     public function testThrowsExceptionWhenCallingMultiInsideTransaction()

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

@@ -105,7 +105,7 @@ class TransactionWatchTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage ERR WATCH inside MULTI is not allowed
      */
     public function testThrowsExceptionWhenCallingInsideTransaction()

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

@@ -96,7 +96,7 @@ class ZSetAddTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -70,7 +70,7 @@ class ZSetCardinalityTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -103,7 +103,7 @@ class ZSetCountTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -70,7 +70,7 @@ class ZSetIncrementByTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -156,7 +156,7 @@ class ZSetIntersectionStoreTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/ZSetLexCountTest.php

@@ -104,7 +104,7 @@ class ZSetLexCountTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage min or max not valid string range item
      */
     public function testThrowsExceptionOnInvalidRangeFormat()
@@ -118,7 +118,7 @@ class ZSetLexCountTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/ZSetRangeByLexTest.php

@@ -167,7 +167,7 @@ class ZSetRangeByLexTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage min or max not valid string range item
      */
     public function testThrowsExceptionOnInvalidRangeFormat()
@@ -181,7 +181,7 @@ class ZSetRangeByLexTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -214,7 +214,7 @@ class ZSetRangeByScoreTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -142,7 +142,7 @@ class ZSetRangeTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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

@@ -73,7 +73,7 @@ class ZSetRankTest extends PredisCommandTestCase
 
     /**
      * @group connected
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

+ 2 - 2
tests/Predis/Command/ZSetRemoveRangeByLexTest.php

@@ -116,7 +116,7 @@ class ZSetRemoveRangeByLexTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage min or max not valid string range item
      */
     public function testThrowsExceptionOnInvalidRangeFormat()
@@ -130,7 +130,7 @@ class ZSetRemoveRangeByLexTest extends PredisCommandTestCase
     /**
      * @group connected
      * @requiresRedisVersion >= 2.8.9
-     * @expectedException Predis\Response\ServerException
+     * @expectedException \Predis\Response\ServerException
      * @expectedExceptionMessage Operation against a key holding the wrong kind of value
      */
     public function testThrowsExceptionOnWrongType()

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