diff options
author | v12mike <github@ingenious.co.nz> | 2018-07-25 19:36:25 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2018-09-16 16:05:46 +0200 |
commit | bf9af922208ad93c2afbe4fa9462f8914c8d4363 (patch) | |
tree | 8a36e0f7cfe4f4e0fef28b8d24fb306c84d8f129 /tests/cache | |
parent | 7d4d9770cfc38d613c3cf2b8495d2f8e63623ebd (diff) | |
download | forums-bf9af922208ad93c2afbe4fa9462f8914c8d4363.tar forums-bf9af922208ad93c2afbe4fa9462f8914c8d4363.tar.gz forums-bf9af922208ad93c2afbe4fa9462f8914c8d4363.tar.bz2 forums-bf9af922208ad93c2afbe4fa9462f8914c8d4363.tar.xz forums-bf9af922208ad93c2afbe4fa9462f8914c8d4363.zip |
[ticket/15726] Implement selective purge in APCu cache driver
Correcting code formatting and whitespace
PHPBB3-15726
Diffstat (limited to 'tests/cache')
-rw-r--r-- | tests/cache/apcu_driver_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/apcu_driver_test.php b/tests/cache/apcu_driver_test.php index 2002fb66d8..57f640c313 100644 --- a/tests/cache/apcu_driver_test.php +++ b/tests/cache/apcu_driver_test.php @@ -61,7 +61,7 @@ class phpbb_cache_apcu_driver_test extends phpbb_cache_common_test_case $this->driver->purge(); } - public function test_purge() + public function test_purge() { /* add a cache entry which does not match our key */ $foreign_key = 'test_' . $this->driver->key_prefix . 'test'; |