diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-12-03 14:18:05 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-12-03 14:29:02 +0100 |
commit | 2e851baab90b0c9960eb7427acf41bfb8a848195 (patch) | |
tree | ac2181dfae67843418ceb3e97764e00a8435d7ea | |
parent | 0b4b7e68a75438368868ede050bc6dd66fc80767 (diff) | |
download | forums-2e851baab90b0c9960eb7427acf41bfb8a848195.tar forums-2e851baab90b0c9960eb7427acf41bfb8a848195.tar.gz forums-2e851baab90b0c9960eb7427acf41bfb8a848195.tar.bz2 forums-2e851baab90b0c9960eb7427acf41bfb8a848195.tar.xz forums-2e851baab90b0c9960eb7427acf41bfb8a848195.zip |
[ticket/9983] Use APC instead of apc in error messages.
PHPBB3-9983
-rw-r--r-- | tests/cache/apc_driver_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/apc_driver_test.php b/tests/cache/apc_driver_test.php index f7cf2119ed..100ba76686 100644 --- a/tests/cache/apc_driver_test.php +++ b/tests/cache/apc_driver_test.php @@ -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; |