コード例 #1
0
 public function _before(FunctionalTester $I)
 {
     $this->model = new Follow();
     $this->model->assign(FollowSeeder::ExtraSeeds()[0]);
 }