Пример #1
0
 public function _before(FunctionalTester $I)
 {
     $this->model = new Follower();
     $this->model->assign(FollowerSeeder::ExtraSeeds()[0]);
 }
Пример #2
0
 public function _before(FunctionalTester $I)
 {
     $this->relationship = FollowerSeeder::ExtraSeeds()[0];
 }