You are here

function Braintree_CustomerTest::testAll_smokeTest in Commerce Braintree 7

File

braintree_php/tests/integration/CustomerTest.php, line 6

Class

Braintree_CustomerTest

Code

function testAll_smokeTest() {
  $all = Braintree_Customer::all();
  $this
    ->assertTrue($all
    ->maximumCount() > 0);
}