Selaa lähdekoodia

[tests] Rename test case classes.

Daniele Alessandri 11 vuotta sitten
vanhempi
commit
d2c001812f
100 muutettua tiedostoa jossa 100 lisäystä ja 100 poistoa
  1. 1 1
      bin/generate-command-test.php
  2. 1 1
      tests/PHPUnit/PredisCommandTestCase.php
  3. 1 1
      tests/PHPUnit/PredisConnectionTestCase.php
  4. 1 1
      tests/PHPUnit/PredisDistributorTestCase.php
  5. 1 1
      tests/PHPUnit/PredisProfileTestCase.php
  6. 1 1
      tests/Predis/Cluster/Distributor/HashRingTest.php
  7. 1 1
      tests/Predis/Cluster/Distributor/KetamaRingTest.php
  8. 1 1
      tests/Predis/Command/ConnectionAuthTest.php
  9. 1 1
      tests/Predis/Command/ConnectionEchoTest.php
  10. 1 1
      tests/Predis/Command/ConnectionPingTest.php
  11. 1 1
      tests/Predis/Command/ConnectionQuitTest.php
  12. 1 1
      tests/Predis/Command/ConnectionSelectTest.php
  13. 1 1
      tests/Predis/Command/HashDeleteTest.php
  14. 1 1
      tests/Predis/Command/HashExistsTest.php
  15. 1 1
      tests/Predis/Command/HashGetAllTest.php
  16. 1 1
      tests/Predis/Command/HashGetMultipleTest.php
  17. 1 1
      tests/Predis/Command/HashGetTest.php
  18. 1 1
      tests/Predis/Command/HashIncrementByFloatTest.php
  19. 1 1
      tests/Predis/Command/HashIncrementByTest.php
  20. 1 1
      tests/Predis/Command/HashKeysTest.php
  21. 1 1
      tests/Predis/Command/HashLengthTest.php
  22. 1 1
      tests/Predis/Command/HashScanTest.php
  23. 1 1
      tests/Predis/Command/HashSetMultipleTest.php
  24. 1 1
      tests/Predis/Command/HashSetPreserveTest.php
  25. 1 1
      tests/Predis/Command/HashSetTest.php
  26. 1 1
      tests/Predis/Command/HashValuesTest.php
  27. 1 1
      tests/Predis/Command/KeyDeleteTest.php
  28. 1 1
      tests/Predis/Command/KeyDumpTest.php
  29. 1 1
      tests/Predis/Command/KeyExistsTest.php
  30. 1 1
      tests/Predis/Command/KeyExpireAtTest.php
  31. 1 1
      tests/Predis/Command/KeyExpireTest.php
  32. 1 1
      tests/Predis/Command/KeyKeysTest.php
  33. 1 1
      tests/Predis/Command/KeyKeysV12xTest.php
  34. 1 1
      tests/Predis/Command/KeyMoveTest.php
  35. 1 1
      tests/Predis/Command/KeyPersistTest.php
  36. 1 1
      tests/Predis/Command/KeyPreciseExpireAtTest.php
  37. 1 1
      tests/Predis/Command/KeyPreciseExpireTest.php
  38. 1 1
      tests/Predis/Command/KeyPreciseTimeToLiveTest.php
  39. 1 1
      tests/Predis/Command/KeyRandomTest.php
  40. 1 1
      tests/Predis/Command/KeyRenamePreserveTest.php
  41. 1 1
      tests/Predis/Command/KeyRenameTest.php
  42. 1 1
      tests/Predis/Command/KeyRestoreTest.php
  43. 1 1
      tests/Predis/Command/KeyScanTest.php
  44. 1 1
      tests/Predis/Command/KeySortTest.php
  45. 1 1
      tests/Predis/Command/KeyTimeToLiveTest.php
  46. 1 1
      tests/Predis/Command/KeyTypeTest.php
  47. 1 1
      tests/Predis/Command/ListIndexTest.php
  48. 1 1
      tests/Predis/Command/ListInsertTest.php
  49. 1 1
      tests/Predis/Command/ListLengthTest.php
  50. 1 1
      tests/Predis/Command/ListPopFirstBlockingTest.php
  51. 1 1
      tests/Predis/Command/ListPopFirstTest.php
  52. 1 1
      tests/Predis/Command/ListPopLastBlockingTest.php
  53. 1 1
      tests/Predis/Command/ListPopLastPushHeadBlockingTest.php
  54. 1 1
      tests/Predis/Command/ListPopLastPushHeadTest.php
  55. 1 1
      tests/Predis/Command/ListPopLastTest.php
  56. 1 1
      tests/Predis/Command/ListPushHeadTest.php
  57. 1 1
      tests/Predis/Command/ListPushHeadXTest.php
  58. 1 1
      tests/Predis/Command/ListPushTailTest.php
  59. 1 1
      tests/Predis/Command/ListPushTailXTest.php
  60. 1 1
      tests/Predis/Command/ListRangeTest.php
  61. 1 1
      tests/Predis/Command/ListRemoveTest.php
  62. 1 1
      tests/Predis/Command/ListSetTest.php
  63. 1 1
      tests/Predis/Command/ListTrimTest.php
  64. 1 1
      tests/Predis/Command/PubSubPublishTest.php
  65. 1 1
      tests/Predis/Command/PubSubPubsubTest.php
  66. 1 1
      tests/Predis/Command/PubSubSubscribeByPatternTest.php
  67. 1 1
      tests/Predis/Command/PubSubSubscribeTest.php
  68. 1 1
      tests/Predis/Command/PubSubUnsubscribeByPatternTest.php
  69. 1 1
      tests/Predis/Command/PubSubUnsubscribeTest.php
  70. 1 1
      tests/Predis/Command/ServerBackgroundRewriteAOFTest.php
  71. 1 1
      tests/Predis/Command/ServerBackgroundSaveTest.php
  72. 1 1
      tests/Predis/Command/ServerClientTest.php
  73. 1 1
      tests/Predis/Command/ServerConfigTest.php
  74. 1 1
      tests/Predis/Command/ServerDatabaseSizeTest.php
  75. 1 1
      tests/Predis/Command/ServerEvalSHATest.php
  76. 1 1
      tests/Predis/Command/ServerEvalTest.php
  77. 1 1
      tests/Predis/Command/ServerFlushAllTest.php
  78. 1 1
      tests/Predis/Command/ServerFlushDatabaseTest.php
  79. 1 1
      tests/Predis/Command/ServerInfoTest.php
  80. 1 1
      tests/Predis/Command/ServerInfoV26xTest.php
  81. 1 1
      tests/Predis/Command/ServerLastSaveTest.php
  82. 1 1
      tests/Predis/Command/ServerMonitorTest.php
  83. 1 1
      tests/Predis/Command/ServerObjectTest.php
  84. 1 1
      tests/Predis/Command/ServerSaveTest.php
  85. 1 1
      tests/Predis/Command/ServerScriptTest.php
  86. 1 1
      tests/Predis/Command/ServerSentinelTest.php
  87. 1 1
      tests/Predis/Command/ServerShutdownTest.php
  88. 1 1
      tests/Predis/Command/ServerSlaveOfTest.php
  89. 1 1
      tests/Predis/Command/ServerSlowlogTest.php
  90. 1 1
      tests/Predis/Command/ServerTimeTest.php
  91. 1 1
      tests/Predis/Command/SetAddTest.php
  92. 1 1
      tests/Predis/Command/SetCardinalityTest.php
  93. 1 1
      tests/Predis/Command/SetDifferenceStoreTest.php
  94. 1 1
      tests/Predis/Command/SetDifferenceTest.php
  95. 1 1
      tests/Predis/Command/SetIntersectionStoreTest.php
  96. 1 1
      tests/Predis/Command/SetIntersectionTest.php
  97. 1 1
      tests/Predis/Command/SetIsMemberTest.php
  98. 1 1
      tests/Predis/Command/SetMembersTest.php
  99. 1 1
      tests/Predis/Command/SetMoveTest.php
  100. 1 1
      tests/Predis/Command/SetPopTest.php

+ 1 - 1
bin/generate-command-test.php

@@ -175,7 +175,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-$realm
  */
-class $class extends CommandTestCase
+class $class extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

+ 1 - 1
tests/PHPUnit/CommandTestCase.php → tests/PHPUnit/PredisCommandTestCase.php

@@ -18,7 +18,7 @@ use Predis\Profile;
 /**
  *
  */
-abstract class CommandTestCase extends PredisTestCase
+abstract class PredisCommandTestCase extends PredisTestCase
 {
     /**
      * Returns the expected command.

+ 1 - 1
tests/PHPUnit/ConnectionTestCase.php → tests/PHPUnit/PredisConnectionTestCase.php

@@ -17,7 +17,7 @@ use Predis\Profile;
 /**
  * @group realm-connection
  */
-abstract class ConnectionTestCase extends PredisTestCase
+abstract class PredisConnectionTestCase extends PredisTestCase
 {
     /**
      * @group disconnected

+ 1 - 1
tests/PHPUnit/DistributorTestCase.php → tests/PHPUnit/PredisDistributorTestCase.php

@@ -16,7 +16,7 @@ use PredisTestCase;
 /**
  *
  */
-abstract class DistributorTestCase extends PredisTestCase
+abstract class PredisDistributorTestCase extends PredisTestCase
 {
     /**
      * Returns a new instance of the tested distributor.

+ 1 - 1
tests/PHPUnit/RedisProfileTestCase.php → tests/PHPUnit/PredisProfileTestCase.php

@@ -17,7 +17,7 @@ use Predis\Command\Processor\ProcessorChain;
 /**
  *
  */
-abstract class RedisProfileTestCase extends PredisTestCase
+abstract class PredisProfileTestCase extends PredisTestCase
 {
     /**
      * Returns a new instance of the tested profile.

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

@@ -14,7 +14,7 @@ namespace Predis\Cluster\Distributor;
 /**
  * @todo To be improved.
  */
-class HashRingTest extends DistributorTestCase
+class HashRingTest extends PredisDistributorTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -14,7 +14,7 @@ namespace Predis\Cluster\Distributor;
 /**
  * @todo To be improved.
  */
-class KetamaRingTest extends DistributorTestCase
+class KetamaRingTest extends PredisDistributorTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-connection
  */
-class ConnectionAuthTest extends CommandTestCase
+class ConnectionAuthTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-connection
  */
-class ConnectionEchoTest extends CommandTestCase
+class ConnectionEchoTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-connection
  */
-class ConnectionPingTest extends CommandTestCase
+class ConnectionPingTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-connection
  */
-class ConnectionQuitTest extends CommandTestCase
+class ConnectionQuitTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-connection
  */
-class ConnectionSelectTest extends CommandTestCase
+class ConnectionSelectTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashDeleteTest extends CommandTestCase
+class HashDeleteTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashExistsTest extends CommandTestCase
+class HashExistsTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashGetAllTest extends CommandTestCase
+class HashGetAllTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashGetMultipleTest extends CommandTestCase
+class HashGetMultipleTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashGetTest extends CommandTestCase
+class HashGetTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashIncrementByFloatTest extends CommandTestCase
+class HashIncrementByFloatTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashIncrementByTest extends CommandTestCase
+class HashIncrementByTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashKeysTest extends CommandTestCase
+class HashKeysTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashLengthTest extends CommandTestCase
+class HashLengthTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashScanTest extends CommandTestCase
+class HashScanTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashSetMultipleTest extends CommandTestCase
+class HashSetMultipleTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashSetPreserveTest extends CommandTestCase
+class HashSetPreserveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashSetTest extends CommandTestCase
+class HashSetTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-hash
  */
-class HashValuesTest extends CommandTestCase
+class HashValuesTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyDeleteTest extends CommandTestCase
+class KeyDeleteTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyDumpTest extends CommandTestCase
+class KeyDumpTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyExistsTest extends CommandTestCase
+class KeyExistsTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyExpireAtTest extends CommandTestCase
+class KeyExpireAtTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyExpireTest extends CommandTestCase
+class KeyExpireTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyKeysTest extends CommandTestCase
+class KeyKeysTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -19,7 +19,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyKeysV12xTest extends CommandTestCase
+class KeyKeysV12xTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyMoveTest extends CommandTestCase
+class KeyMoveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyPersistTest extends CommandTestCase
+class KeyPersistTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyPreciseExpireAtTest extends CommandTestCase
+class KeyPreciseExpireAtTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyPreciseExpireTest extends CommandTestCase
+class KeyPreciseExpireTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyPreciseTimeToLiveTest extends CommandTestCase
+class KeyPreciseTimeToLiveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyRandomTest extends CommandTestCase
+class KeyRandomTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyRenamePreserveTest extends CommandTestCase
+class KeyRenamePreserveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyRenameTest extends CommandTestCase
+class KeyRenameTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyRestoreTest extends CommandTestCase
+class KeyRestoreTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyScanTest extends CommandTestCase
+class KeyScanTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeySortTest extends CommandTestCase
+class KeySortTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyTimeToLiveTest extends CommandTestCase
+class KeyTimeToLiveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-key
  */
-class KeyTypeTest extends CommandTestCase
+class KeyTypeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListIndexTest extends CommandTestCase
+class ListIndexTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListInsertTest extends CommandTestCase
+class ListInsertTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListLengthTest extends CommandTestCase
+class ListLengthTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -17,7 +17,7 @@ namespace Predis\Command;
  * @todo Testing blocking pop operations against Redis using PHP is
  *       tricky, so we will skip these kind of tests for now.
  */
-class ListPopFirstBlockingTest extends CommandTestCase
+class ListPopFirstBlockingTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPopFirstTest extends CommandTestCase
+class ListPopFirstTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -17,7 +17,7 @@ namespace Predis\Command;
  * @todo Testing blocking pop operations against Redis using PHP is
  *       tricky, so we will skip these kind of tests for now.
  */
-class ListPopLastBlockingTest extends CommandTestCase
+class ListPopLastBlockingTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -17,7 +17,7 @@ namespace Predis\Command;
  * @todo Testing blocking pop operations against Redis using PHP is
  *       tricky, so we will skip these kind of tests for now.
  */
-class ListPopLastPushHeadBlockingTest extends CommandTestCase
+class ListPopLastPushHeadBlockingTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPopLastPushHeadTest extends CommandTestCase
+class ListPopLastPushHeadTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPopLastTest extends CommandTestCase
+class ListPopLastTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPushHeadTest extends CommandTestCase
+class ListPushHeadTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPushHeadXTest extends CommandTestCase
+class ListPushHeadXTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPushTailTest extends CommandTestCase
+class ListPushTailTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListPushTailXTest extends CommandTestCase
+class ListPushTailXTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListRangeTest extends CommandTestCase
+class ListRangeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListRemoveTest extends CommandTestCase
+class ListRemoveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListSetTest extends CommandTestCase
+class ListSetTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-list
  */
-class ListTrimTest extends CommandTestCase
+class ListTrimTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubPublishTest extends CommandTestCase
+class PubSubPublishTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubPubsubTest extends CommandTestCase
+class PubSubPubsubTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubSubscribeByPatternTest extends CommandTestCase
+class PubSubSubscribeByPatternTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubSubscribeTest extends CommandTestCase
+class PubSubSubscribeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubUnsubscribeByPatternTest extends CommandTestCase
+class PubSubUnsubscribeByPatternTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-pubsub
  */
-class PubSubUnsubscribeTest extends CommandTestCase
+class PubSubUnsubscribeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerBackgroundRewriteAOFTest extends CommandTestCase
+class ServerBackgroundRewriteAOFTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerBackgroundSaveTest extends CommandTestCase
+class ServerBackgroundSaveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerClientTest extends CommandTestCase
+class ServerClientTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerConfigTest extends CommandTestCase
+class ServerConfigTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerDatabaseSizeTest extends CommandTestCase
+class ServerDatabaseSizeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-scripting
  */
-class ServerEvalSHATest extends CommandTestCase
+class ServerEvalSHATest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-scripting
  */
-class ServerEvalTest extends CommandTestCase
+class ServerEvalTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerFlushAllTest extends CommandTestCase
+class ServerFlushAllTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerFlushDatabaseTest extends CommandTestCase
+class ServerFlushDatabaseTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerInfoTest extends CommandTestCase
+class ServerInfoTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerInfoV26xTest extends CommandTestCase
+class ServerInfoV26xTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerLastSaveTest extends CommandTestCase
+class ServerLastSaveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -16,7 +16,7 @@ namespace Predis\Command;
  * @group realm-server
  * @group realm-monitor
  */
-class ServerMonitorTest extends CommandTestCase
+class ServerMonitorTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerObjectTest extends CommandTestCase
+class ServerObjectTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerSaveTest extends CommandTestCase
+class ServerSaveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-scripting
  */
-class ServerScriptTest extends CommandTestCase
+class ServerScriptTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerSentinelTest extends CommandTestCase
+class ServerSentinelTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerShutdownTest extends CommandTestCase
+class ServerShutdownTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerSlaveOfTest extends CommandTestCase
+class ServerSlaveOfTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -18,7 +18,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerSlowlogTest extends CommandTestCase
+class ServerSlowlogTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-server
  */
-class ServerTimeTest extends CommandTestCase
+class ServerTimeTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetAddTest extends CommandTestCase
+class SetAddTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetCardinalityTest extends CommandTestCase
+class SetCardinalityTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetDifferenceStoreTest extends CommandTestCase
+class SetDifferenceStoreTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetDifferenceTest extends CommandTestCase
+class SetDifferenceTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetIntersectionStoreTest extends CommandTestCase
+class SetIntersectionStoreTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetIntersectionTest extends CommandTestCase
+class SetIntersectionTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetIsMemberTest extends CommandTestCase
+class SetIsMemberTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetMembersTest extends CommandTestCase
+class SetMembersTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetMoveTest extends CommandTestCase
+class SetMoveTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

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

@@ -15,7 +15,7 @@ namespace Predis\Command;
  * @group commands
  * @group realm-set
  */
-class SetPopTest extends CommandTestCase
+class SetPopTest extends PredisCommandTestCase
 {
     /**
      * {@inheritdoc}

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä