コード例 #1
0
 public function _before(UnitTester $I)
 {
     $this->currencyService = $I->grabService('Zidisha\\Currency\\CurrencyService');
 }
コード例 #2
0
ファイル: LoanServiceCest.php プロジェクト: Junyue/zidisha2
 public function _before(UnitTester $I)
 {
     $this->loanService = $I->grabService('Zidisha\\Loan\\LoanService');
     $this->transactionService = $I->grabService('Zidisha\\Balance\\TransactionService');
 }