You are here

function Braintree_SubscriptionSearchTest::testSearch_billingCyclesRemaining_isRangeNode in Commerce Braintree 7

File

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

Class

Braintree_SubscriptionSearchTest

Code

function testSearch_billingCyclesRemaining_isRangeNode() {
  $node = Braintree_SubscriptionSearch::billingCyclesRemaining();
  $this
    ->assertType('Braintree_RangeNode', $node);
}