You are here

public static function Braintree_TestHelper::assertPrintable in Commerce Braintree 7

9 calls to Braintree_TestHelper::assertPrintable()
Braintree_CustomerTest::testCreate_withCreditCardAndBillingAddress in braintree_php/tests/integration/CustomerTest.php
Braintree_CustomerTest::testCreate_withCreditCardAndSpecificVerificationMerchantAccount in braintree_php/tests/integration/CustomerTest.php
Braintree_CustomerTest::testCreate_withValidationErrors in braintree_php/tests/integration/CustomerTest.php
Braintree_SubscriptionTest::testCreate_returnsTransactionWhenTransactionFails in braintree_php/tests/integration/SubscriptionTest.php
Braintree_SubscriptionTest::testCreate_whenSuccessful in braintree_php/tests/integration/SubscriptionTest.php

... See full list

File

braintree_php/tests/TestHelper.php, line 98

Class

Braintree_TestHelper

Code

public static function assertPrintable($object) {
  " " . $object;
}