use temp config file for testing
This commit is contained in:
parent
bc5df47fed
commit
6f102973dd
20 changed files with 56 additions and 95 deletions
|
|
@ -85,6 +85,3 @@ if ($cookieName eq "") {
|
|||
$config->set('privateArray', ['a', 'b', 'c']);
|
||||
cmp_bag($config->get('privateArray'), ['a', 'b', 'c'], 'set: array, not scalar');
|
||||
|
||||
END {
|
||||
$config->delete('privateArray');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue