mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-03 14:32:40 +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;
|
$this->not = clone $this->not;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @codeCoverageIgnore */
|
||||||
public function __destruct() {
|
public function __destruct() {
|
||||||
unset($this->not);
|
unset($this->not);
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,7 @@ class ExclusionContext {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @codeCoverageIgnore */
|
||||||
public function __destruct() {
|
public function __destruct() {
|
||||||
unset($this->parent);
|
unset($this->parent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue