Implemented test for Entity

This commit is contained in:
Kevin Frantz
2018-10-31 14:10:20 +01:00
parent 38539aa9ed
commit 342a07ee28
3 changed files with 40 additions and 2 deletions

View File

@@ -31,6 +31,5 @@ abstract class AbstractEntity implements EntityInterface
public function __construct()
{
// $this->id = 0;
}
}