create first tests on history file

This commit is contained in:
2014-11-08 00:40:00 +01:00
parent e5f67e32c3
commit 29ee79c645
7 changed files with 288 additions and 186 deletions

View File

@@ -84,7 +84,7 @@ class Person {
$opening = new \DateTime();
}
$this->open($opening);
$this->open(new PersonHistoryFile($opening));
}