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