Exemple #1
0
 /** @group Exceptions */
 function test_it_throws_an_exception_if_the_customer_is_not_found()
 {
     $this->setExpectedException('GoCardless\\Pro\\Exceptions\\ResourceNotFoundException', 'Resource not found at /customers/1234', 404);
     $this->api->getCustomer('1234');
 }