You are here

function Braintree_UtilTest::testThrow500Exception in Commerce Braintree 7

@expectedException Braintree_Exception_ServerError

File

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

Class

Braintree_UtilTest

Code

function testThrow500Exception() {
  Braintree_Util::throwStatusCodeException(500);
}