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