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:
3
tests/cache/cache_test.php
vendored
3
tests/cache/cache_test.php
vendored
@@ -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();
|
||||
|
@@ -39,6 +39,8 @@ class phpbb_template_template_test extends phpbb_test_case
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
$this->markTestIncomplete("template::display raises notices.");
|
||||
|
||||
// Test the engine can be used
|
||||
$this->setup_engine();
|
||||
|
Reference in New Issue
Block a user