mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/9983] Use APC instead of apc in error messages.
PHPBB3-9983
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user