[ticket/9983] Use APC instead of apc in error messages.

PHPBB3-9983
This commit is contained in:
Andreas Fischer 2012-12-03 14:18:05 +01:00
parent 0b4b7e68a7
commit 2e851baab9

View file

@ -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;