Exemple #1
0
 private function guardAgainstSmallNumberOfCustomerBankAccounts()
 {
     if (count($this->api->listCustomerBankAccounts()) < 5) {
         $this->markTestSkipped('Skipping test due to lack of customer bank accounts in system. This test requires at least 5.');
     }
 }