You are here

function Braintree_CustomerTest::testFindErrorsOnBlankId in Commerce Braintree 7

File

braintree_php/tests/unit/CustomerTest.php, line 27

Class

Braintree_CustomerTest

Code

function testFindErrorsOnBlankId() {
  $this
    ->setExpectedException('InvalidArgumentException');
  Braintree_Customer::find('');
}