public function _before(FunctionalTester $I) { $this->model = new Follower(); $this->model->assign(FollowerSeeder::ExtraSeeds()[0]); }
public function _before(FunctionalTester $I) { $this->relationship = FollowerSeeder::ExtraSeeds()[0]; }