You are here

function Braintree_SubscriptionSearchTest::testSearch_id_isTextNode in Commerce Braintree 7

File

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

Class

Braintree_SubscriptionSearchTest

Code

function testSearch_id_isTextNode() {
  $node = Braintree_SubscriptionSearch::id();
  $this
    ->assertType('Braintree_TextNode', $node);
}