function Braintree_CustomerTest::testFindErrorsOnBlankId in Commerce Braintree 7
File
- braintree_php/
tests/ unit/ CustomerTest.php, line 27  
Class
Code
function testFindErrorsOnBlankId() {
  $this
    ->setExpectedException('InvalidArgumentException');
  Braintree_Customer::find('');
}