mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 01:36:57 +02:00
[ticket/10586] Now tests run, but fail. But here is what I have.
PHPBB3-10586
This commit is contained in:
@@ -14,7 +14,8 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
global $phpbb_extension_manager;
|
||||
parent::setUp();
|
||||
$phpbb_extension_manager = $this->get_ext_manager();
|
||||
|
||||
$phpbb_extension_manager->enable('foobar');
|
||||
$phpbb_extension_manager->enable('foo_bar');
|
||||
@@ -24,7 +25,8 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||
|
||||
public function tearDown()
|
||||
{
|
||||
global $phpbb_extension_manager;
|
||||
parent::tearDown();
|
||||
$phpbb_extension_manager = $this->get_ext_manager();
|
||||
|
||||
$phpbb_extension_manager->purge('foobar');
|
||||
$phpbb_extension_manager->purge('foo_bar');
|
||||
|
Reference in New Issue
Block a user