mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
[feature/functional-tests] Don't add elements to backup list twice
PHPBB3-10414
This commit is contained in:
parent
a3928bf82d
commit
a8aa7fd6c0
@ -39,13 +39,6 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
parent::__construct($name, $data, $dataName);
|
||||
|
||||
$this->backupStaticAttributesBlacklist += array(
|
||||
'PHP_CodeCoverage' => array('instance'),
|
||||
'PHP_CodeCoverage_Filter' => array('instance'),
|
||||
'PHP_CodeCoverage_Util' => array('ignoredLines', 'templateMethods'),
|
||||
'PHP_Timer' => array('startTimes',),
|
||||
'PHP_Token_Stream' => array('customTokens'),
|
||||
'PHP_Token_Stream_CachingFactory' => array('cache'),
|
||||
|
||||
'phpbb_functional_test_case' => array('config', 'already_installed'),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user