mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
[ticket/9983] Use APC instead of apc in error messages.
PHPBB3-9983
This commit is contained in:
parent
0b4b7e68a7
commit
2e851baab9
2
tests/cache/apc_driver_test.php
vendored
2
tests/cache/apc_driver_test.php
vendored
@ -27,7 +27,7 @@ class phpbb_cache_apc_driver_test extends phpbb_cache_common_test_case
|
||||
{
|
||||
if (!extension_loaded('apc'))
|
||||
{
|
||||
self::markTestSkipped('apc extension is not loaded');
|
||||
self::markTestSkipped('APC extension is not loaded');
|
||||
}
|
||||
|
||||
$php_ini = new phpbb_php_ini;
|
||||
|
Loading…
x
Reference in New Issue
Block a user