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