Skip to content

Commit ff1a19d

Browse files
committed
wrong method name
1 parent 3e46f1a commit ff1a19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RedisFeatureRequesterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RedisFeatureRequesterTest extends FeatureRequesterTestBase
1414

1515
public static function setUpBeforeClass()
1616
{
17-
if (!static::isDatabaseTest()) {
17+
if (!static::isSkipDatabaseTests()) {
1818
self::$predisClient = new Client(array());
1919
}
2020
}

0 commit comments

Comments
 (0)