Remi Collet d1290dfde0 fix test for ArgumentCountError exception with PHP 7.1 8 年 前
..
Processor 0dff761a61 Merge branch 'v1.1-commands-redis-3.2' 8 年 前
CommandTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
ConnectionAuthTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ConnectionEchoTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ConnectionPingTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
ConnectionQuitTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
ConnectionSelectTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
GeospatialGeoAddTest.php 7ef9619f5c Add new command: GEOADD (Redis 3.2.0). 8 年 前
GeospatialGeoDistTest.php b2284d015f Add new command: GEODIST (Redis 3.2.0). 8 年 前
GeospatialGeoHashTest.php 0b6b3b2558 Add new command: GEOHASH (Redis 3.2.0). 8 年 前
GeospatialGeoPosTest.php ad7b8b08cb Run php-cs-fixer. 8 年 前
GeospatialGeoRadiusByMemberTest.php ad7b8b08cb Run php-cs-fixer. 8 年 前
GeospatialGeoRadiusTest.php ad7b8b08cb Run php-cs-fixer. 8 年 前
HashDeleteTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashExistsTest.php 231a3440f7 Do not parse response to HEXISTS into boolean value. 9 年 前
HashGetAllTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashGetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashGetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashIncrementByFloatTest.php b6a14cda04 [tests] Fix test executed on current Redis unstable. 8 年 前
HashIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashKeysTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 年 前
HashSetMultipleTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HashSetPreserveTest.php 3fdfc50683 Do not parse response to HSETNX into boolean value. 9 年 前
HashSetTest.php ae26ecc8bf Do not parse response to HSET into boolean value. 9 年 前
HashStringLengthTest.php 1ab65da368 [tests] Missing @requiresRedisVersion for HSTRLEN. 8 年 前
HashValuesTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
HyperLogLogAddTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
HyperLogLogCountTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
HyperLogLogMergeTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
KeyDeleteTest.php d2c001812f [tests] Rename test case classes. 11 年 前
KeyDumpTest.php d2c001812f [tests] Rename test case classes. 11 年 前
KeyExistsTest.php bb6287f22d [tests] Fix obviously wrong annotation. 9 年 前
KeyExpireAtTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
KeyExpireTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
KeyKeysTest.php d2c001812f [tests] Rename test case classes. 11 年 前
KeyMigrateTest.php 474f3ddbe7 Add missing command: MIGRATE (Redis 2.6.0). 9 年 前
KeyMoveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
KeyPersistTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
KeyPreciseExpireAtTest.php 082c51146a Do not parse response to EXPIREAT into boolean value. 9 年 前
KeyPreciseExpireTest.php 6cce9eb35c Run php-cs-fixer. 9 年 前
KeyPreciseTimeToLiveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
KeyRandomTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
KeyRenamePreserveTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
KeyRenameTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
KeyRestoreTest.php d2c001812f [tests] Rename test case classes. 11 年 前
KeyScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 年 前
KeySortTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
KeyTimeToLiveTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
KeyTypeTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
ListIndexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListInsertTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListLengthTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPopFirstBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
ListPopFirstTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPopLastBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
ListPopLastPushHeadBlockingTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
ListPopLastPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPopLastTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPushHeadTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPushHeadXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
ListPushTailTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListPushTailXTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
ListRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ListTrimTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
PubSubPublishTest.php d2c001812f [tests] Rename test case classes. 11 年 前
PubSubPubsubTest.php d2c001812f [tests] Rename test case classes. 11 年 前
PubSubSubscribeByPatternTest.php 57a7d5d3e6 fix tests, list of allowed commands have changed (redis 3.0.6) 9 年 前
PubSubSubscribeTest.php 57a7d5d3e6 fix tests, list of allowed commands have changed (redis 3.0.6) 9 年 前
PubSubUnsubscribeByPatternTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
PubSubUnsubscribeTest.php d2c001812f [tests] Rename test case classes. 11 年 前
RawCommandTest.php d1290dfde0 fix test for ArgumentCountError exception with PHP 7.1 8 年 前
ScriptCommandTest.php 2a6409590c Run php-cs against test suite. 11 年 前
ServerBackgroundRewriteAOFTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerBackgroundSaveTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerClientTest.php 5b3a5bbef9 Run php-cs-fixer. 8 年 前
ServerCommandTest.php 104e42cfe0 [tests] Fix test executed on current Redis unstable. 8 年 前
ServerConfigTest.php 5b3a5bbef9 Run php-cs-fixer. 8 年 前
ServerDatabaseSizeTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerEvalSHATest.php dbfc1a74ba More random fixes after inspection. 10 年 前
ServerEvalTest.php dbfc1a74ba More random fixes after inspection. 10 年 前
ServerFlushAllTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
ServerFlushDatabaseTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
ServerInfoTest.php 5b3a5bbef9 Run php-cs-fixer. 8 年 前
ServerInfoV26xTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
ServerLastSaveTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerMonitorTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
ServerObjectTest.php b3bcf466f5 [tests] Adapt to internal encoding changes for lists in Redis 3.0. 9 年 前
ServerSaveTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerScriptTest.php 7c1d324f30 [tests] Apply some fixes and improvements and remove old stuff. 9 年 前
ServerSentinelTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
ServerShutdownTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerSlaveOfTest.php d2c001812f [tests] Rename test case classes. 11 年 前
ServerSlowlogTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ServerTimeTest.php d2c001812f [tests] Rename test case classes. 11 年 前
SetAddTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
SetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
SetDifferenceStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
SetDifferenceTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
SetIntersectionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
SetIntersectionTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
SetIsMemberTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
SetMembersTest.php 73c9b9d5be [tests] Fix some tests methods names. 9 年 前
SetMoveTest.php 5ce683be09 Do not parse response to SMOVE into boolean value. 9 年 前
SetPopTest.php da009e59dd [tests] Test count argument for SPOP in Redis 3.2. 8 年 前
SetRandomMemberTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
SetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
SetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 年 前
SetUnionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
SetUnionTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
StringAppendTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringBitCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringBitFieldTest.php 3362e474b6 Add new command: BITFIELD (Redis 3.2.0). 8 年 前
StringBitOpTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
StringBitPosTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
StringDecrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringDecrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringGetBitTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringGetMultipleTest.php d2c001812f [tests] Rename test case classes. 11 年 前
StringGetRangeTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
StringGetSetTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringGetTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
StringIncrementByFloatTest.php 381ca99696 [tests] Use round() to avoid issues with floats on certain plaforms. 10 年 前
StringIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringIncrementTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringPreciseSetExpireTest.php 59798e1f9e [tests] Apply small changes to commands tests with expirations. 9 年 前
StringSetBitTest.php dbfc1a74ba More random fixes after inspection. 10 年 前
StringSetExpireTest.php 59798e1f9e [tests] Apply small changes to commands tests with expirations. 9 年 前
StringSetMultiplePreserveTest.php 38fafb22ba Do not parse response to MSETNX into boolean value. 9 年 前
StringSetMultipleTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
StringSetPreserveTest.php 8c76bd6761 Do not parse response to SETNX into boolean value. 9 年 前
StringSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringSetTest.php d0012e67ff [tests] Cover SET modifiers EX, PX, NX|XX (Redis >= 2.6.12). 9 年 前
StringStrlenTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
StringSubstrTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
TransactionDiscardTest.php ab20c52115 Do not parse response to EXISTS into boolean value. 9 年 前
TransactionExecTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
TransactionMultiTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
TransactionUnwatchTest.php 373d30b070 Use Predis\Response\Status to identify all kinds of status responses. 11 年 前
TransactionWatchTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetAddTest.php 24d8f68e7f Support ZADD modifiers when using simplified command signature. 9 年 前
ZSetCardinalityTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetIncrementByTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetIntersectionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前
ZSetLexCountTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRemoveRangeByLexTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRemoveRangeByRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRemoveRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetRemoveTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetReverseRangeByLexTest.php 8dd9893a2f Run php-cs-fixer with new configuration. 9 年 前
ZSetReverseRangeByScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetReverseRangeTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetReverseRankTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetScanTest.php f5ba47ad74 Change response parser for ZSCAN to match changes applied to ZRANGE. 10 年 前
ZSetScoreTest.php aa5c893d5a [phpdoc] Fix undefined namespaces. 10 年 前
ZSetUnionStoreTest.php 6590c44a27 Run php-cs-fixer against codebase in src/ and tests/. 9 年 前