mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/9983] Use APC instead of apc in error messages.
PHPBB3-9983
This commit is contained in:
parent
0b4b7e68a7
commit
2e851baab9
1 changed files with 1 additions and 1 deletions
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'))
|
if (!extension_loaded('apc'))
|
||||||
{
|
{
|
||||||
self::markTestSkipped('apc extension is not loaded');
|
self::markTestSkipped('APC extension is not loaded');
|
||||||
}
|
}
|
||||||
|
|
||||||
$php_ini = new phpbb_php_ini;
|
$php_ini = new phpbb_php_ini;
|
||||||
|
|
Loading…
Add table
Reference in a new issue