mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 07:01:22 +02:00
Merge remote-tracking branch 'p/ticket/9983-redis' into develop
* p/ticket/9983-redis: [ticket/9983] Correct incorrect markTestSkipped call.
This commit is contained in:
2
tests/cache/redis_driver_test.php
vendored
2
tests/cache/redis_driver_test.php
vendored
@@ -35,7 +35,7 @@ class phpbb_cache_redis_driver_test extends phpbb_cache_common_test_case
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->markTestSkipped('Test redis host/port is not specified');
|
self::markTestSkipped('Test redis host/port is not specified');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user