/** * Setup the test environment. * * @return void */ public function setUp() { parent::setUp(); $this->signIn(); $this->initialize(); $this->makeLoan(); }
/** * Setup the test environment. * * @return void */ public function setUp() { parent::setUp(); $this->signIn(); }
/** * Setup the test environment. * * @return void */ public function setUp() { parent::setUp(); $this->signIn(); $this->loanType = $this->randomCategoryName('loan.type'); }