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