assertInstanceOf(BelongsTo::class, $model->user()); } /** * Prepare test */ protected function setUp(): void { $this->initDatabase(); } }