mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Fix coverage a little
This commit is contained in:
parent
0dc82f64d5
commit
89f25d7b91
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ class Context extends ExclusionContext {
|
|||
$this->not = clone $this->not;
|
||||
}
|
||||
|
||||
/** @codeCoverageIgnore */
|
||||
public function __destruct() {
|
||||
unset($this->not);
|
||||
}
|
||||
|
|
|
@ -48,6 +48,7 @@ class ExclusionContext {
|
|||
}
|
||||
}
|
||||
|
||||
/** @codeCoverageIgnore */
|
||||
public function __destruct() {
|
||||
unset($this->parent);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue