1
0
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:
David King
2012-02-21 10:53:22 -05:00
parent 9212466626
commit a37a28b485
3 changed files with 24 additions and 38 deletions

View File

@@ -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');