You are here

function Braintree_SubscriptionTest::testErrorsOnFindWithBlankArgument in Commerce Braintree 7

File

braintree_php/tests/unit/SubscriptionTest.php, line 6

Class

Braintree_SubscriptionTest

Code

function testErrorsOnFindWithBlankArgument() {
  $this
    ->setExpectedException('InvalidArgumentException');
  Braintree_Subscription::find('');
}