mirror of
https://github.com/predis/predis.git
synced 2026-08-19 12:21:50 +00:00
[tests] Fix me being stupid here.
This commit is contained in:
@@ -270,6 +270,8 @@ abstract class PredisTestCase extends \PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
if (!$this->isRedisServerVersion($reqOperator, $reqVersion)) {
|
||||
$serverVersion = $this->getRedisServerVersion();
|
||||
|
||||
$this->markTestSkipped(
|
||||
"This test requires Redis $reqOperator $reqVersion but the current version is $serverVersion."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user