function Braintree_CustomerTest::testAll_smokeTest in Commerce Braintree 7
File
- braintree_php/
tests/ integration/ CustomerTest.php, line 6
Class
Code
function testAll_smokeTest() {
$all = Braintree_Customer::all();
$this
->assertTrue($all
->maximumCount() > 0);
}