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