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
File
- braintree_php/
tests/ TestHelper.php, line 98
Class
Code
public static function assertPrintable($object) {
" " . $object;
}