コード例 #1
0
ファイル: ApiTest.php プロジェクト: sneek/gocardless-pro
 private function guardAgainstSmallNumberOfCreditorBankAccounts()
 {
     if (count($this->api->listCreditorBankAccounts()) < 5) {
         $this->markTestSkipped('Skipping test due to lack of creditor bank accounts in system. This test requires at least 5.');
     }
 }