mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10586] Rename install directory back to install/ after tests
PHPBB3-10586
This commit is contained in:
parent
66b45318ef
commit
e78585c973
1 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,17 @@ class phpbb_functional_extension_controller_test extends phpbb_functional_test_c
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function tearDownAfterClass()
|
||||||
|
{
|
||||||
|
$f_path = self::$config['phpbb_functional_path'];
|
||||||
|
// first we rename the install_ directory back to install
|
||||||
|
rename($f_path . 'install_/', $f_path . 'install/');
|
||||||
|
|
||||||
|
// @todo delete the fixtures from the $f_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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue