mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/9983] Correct incorrect markTestSkipped call.
PHPBB3-9983
This commit is contained in:
parent
913a2a773a
commit
cf3080b83e
1 changed files with 1 additions and 1 deletions
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
|
||||
{
|
||||
$this->markTestSkipped('Test redis host/port is not specified');
|
||||
self::markTestSkipped('Test redis host/port is not specified');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue