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