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