You are here

public static function Braintree_TestHelper::suppressDeprecationWarnings in Commerce Braintree 7

19 calls to Braintree_TestHelper::suppressDeprecationWarnings()
Braintree_CreditCardTest::testCreateFromTransparentRedirect in braintree_php/tests/integration/CreditCardTest.php
Braintree_CreditCardTest::testCreateFromTransparentRedirect_withDefault in braintree_php/tests/integration/CreditCardTest.php
Braintree_CustomerTest::createCustomerViaTr in braintree_php/tests/integration/CustomerTest.php
Braintree_CustomerTest::testCreateFromTransparentRedirect in braintree_php/tests/integration/CustomerTest.php
Braintree_CustomerTest::testCreateFromTransparentRedirect_withParamsInTrData in braintree_php/tests/integration/CustomerTest.php

... See full list

File

braintree_php/tests/TestHelper.php, line 76

Class

Braintree_TestHelper

Code

public static function suppressDeprecationWarnings() {
  set_error_handler("Braintree_TestHelper::_errorHandler", E_USER_NOTICE);
}