/** @group Exceptions */ function test_it_throws_an_exception_if_a_mandate_is_not_found() { $this->setExpectedException('GoCardless\\Pro\\Exceptions\\ResourceNotFoundException', 'Resource not found at /mandates/1234', 404); $this->api->getMandate('1234'); }