mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +02:00
Merge pull request #796 from imkingdavid/ticket/10837
[ticket/10837] Removed tearDownAfterClass() from extension_controller_test.php
This commit is contained in:
@@ -65,15 +65,6 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function tearDownAfterClass()
|
|
||||||
{
|
|
||||||
$phpbb_root_path = self::$config['phpbb_functional_path'];
|
|
||||||
|
|
||||||
// @todo delete the fixtures from the $phpbb_root_path board
|
|
||||||
// Note that it might be best to find a public domain function
|
|
||||||
// and port it into here instead of writing it from scratch
|
|
||||||
}
|
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Reference in New Issue
Block a user