コード例 #1
0
 /**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signIn();
     $this->initialize();
     $this->makeLoan();
 }
コード例 #2
0
 /**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signIn();
 }
コード例 #3
0
 /**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signIn();
     $this->loanType = $this->randomCategoryName('loan.type');
 }