function Braintree_SubscriptionSearchTest::testSearch_daysPastDue_isRangeNode in Commerce Braintree 7
File
- braintree_php/
tests/ unit/ SubscriptionSearchTest.php, line 18  
Class
Code
function testSearch_daysPastDue_isRangeNode() {
  $node = Braintree_SubscriptionSearch::daysPastDue();
  $this
    ->assertType('Braintree_RangeNode', $node);
}