mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/17176] Remove no longer needed backward compatible phpunit code
PHPBB3-17176
This commit is contained in:
@@ -208,10 +208,9 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
{
|
||||
parent::__construct($name, $data, $dataName);
|
||||
|
||||
$backupStaticAttributesBlacklist = [
|
||||
$this->backupStaticAttributesExcludeList += [
|
||||
'phpbb_functional_test_case' => ['config', 'already_installed'],
|
||||
];
|
||||
$this->excludeBackupStaticAttributes($backupStaticAttributesBlacklist);
|
||||
}
|
||||
|
||||
protected function get_db()
|
||||
|
Reference in New Issue
Block a user