1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch 'develop-olympus' into develop

This merge commit includes ascraeus-specific renames and adjustments.
This commit is contained in:
Igor Wiedler
2011-01-10 00:26:48 +01:00
22 changed files with 3 additions and 4 deletions

View File

@@ -25,9 +25,6 @@ class phpbb_cache_test extends phpbb_test_case
public function test_cache_driver_file()
{
global $phpEx;
$phpEx = 'txt'; // do not store files as .php
$driver = new phpbb_cache_driver_file(__DIR__ . '/tmp/');
$driver->put('test_key', 'test_value');
$driver->save();