getId()); self::assertNull($history->getEnd()); self::assertInstanceOf('\Modules\HumanResourceManagement\Models\NullEmployee', $history->getEmployee()); self::assertInstanceOf('\Modules\Organization\Models\NullPosition', $history->getPosition()); self::assertInstanceOf('\Modules\Organization\Models\NullUnit', $history->getUnit()); self::assertInstanceOf('\Modules\Organization\Models\NullDepartment', $history->getDepartment()); self::assertInstanceOf('\DateTime', $history->getStart()); } }