Example #1
0
 public function _before(UnitTester $I)
 {
     $this->currencyService = $I->grabService('Zidisha\\Currency\\CurrencyService');
 }
Example #2
0
 public function _before(UnitTester $I)
 {
     $this->loanService = $I->grabService('Zidisha\\Loan\\LoanService');
     $this->transactionService = $I->grabService('Zidisha\\Balance\\TransactionService');
 }