You are here

function Braintree_TransactionTest::testErrorsWhenFindWithBlankString in Commerce Braintree 7

File

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

Class

Braintree_TransactionTest

Code

function testErrorsWhenFindWithBlankString() {
  $this
    ->setExpectedException('InvalidArgumentException');
  Braintree_Transaction::find('');
}