1
1
Fork 0
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:
J. King 2019-02-26 11:12:40 -05:00
parent 0dc82f64d5
commit 89f25d7b91
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class Context extends ExclusionContext {
$this->not = clone $this->not;
}
/** @codeCoverageIgnore */
public function __destruct() {
unset($this->not);
}

View file

@ -48,6 +48,7 @@ class ExclusionContext {
}
}
/** @codeCoverageIgnore */
public function __destruct() {
unset($this->parent);
}