You are here

function Braintree_UtilTest::testThrow426Exception in Commerce Braintree 7

@expectedException Braintree_Exception_UpgradeRequired

File

braintree_php/tests/unit/UtilTest.php, line 35

Class

Braintree_UtilTest

Code

function testThrow426Exception() {
  Braintree_Util::throwStatusCodeException(426);
}