create first tests for accompanying period manipulation

[ci skip]
This commit is contained in:
2015-02-03 10:03:36 +01:00
parent aa8d211e55
commit 7ebaafe768
5 changed files with 213 additions and 4 deletions

View File

@@ -133,6 +133,10 @@ class Person {
$this->history->add($history);
}
public function removeHistoryFile(PersonHistoryFile $history) {
$this->history->remove($history);
}
/**
* set the Person file as open at the given date.
*