We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e46f1a commit ff1a19dCopy full SHA for ff1a19d
tests/RedisFeatureRequesterTest.php
@@ -14,7 +14,7 @@ class RedisFeatureRequesterTest extends FeatureRequesterTestBase
14
15
public static function setUpBeforeClass()
16
{
17
- if (!static::isDatabaseTest()) {
+ if (!static::isSkipDatabaseTests()) {
18
self::$predisClient = new Client(array());
19
}
20
0 commit comments