model; $this->assertProperties($model); } protected array $properties = []; protected function assertProperties(Model $model): void { foreach ($this->properties as $key) { $this->assertObjectHasProperty($key, $model); } } }