public function setUp() { parent::setUp(); $this->model = new Opportunity(); }
public function setUp() { parent::setUp(); $this->model = \Mockery::mock('NpmWeb\\BeRich\\Models\\OpportunityOccurrence[with,select,join,orderBy,whereRaw,get,toArray]')->makePartial(); }
public function setUp() { parent::setUp(); $this->model = new Project(); }
public function setUp() { parent::setUp(); $this->model = new CyoProjectRegistration(); }
public function setUp() { parent::setUp(); $this->model = new Participant(); }
public function setUp() { parent::setUp(); $this->model = new Beneficiary(); }
public function setUp() { parent::setUp(); $this->model = new Campaign(); }
public function setUp() { parent::setUp(); // $this->transformer = new BeneficiaryDetailTransformer; }
public function setUp() { parent::setUp(); $this->model = new AttributeValue(); }