Chris So
Results
1
issues of
Chris So
I'm trying to write a test for this: ``` public function follows() { return $this->morphedByMany('User', 'followable', 'follows', 'user_id', 'followable_id')->withTimestamps(); } ``` But when trying to use assertRelationship(): ``` public function...