You are here

function Braintree_UtilTest::testThrow404Exception in Commerce Braintree 7

@expectedException Braintree_Exception_NotFound

File

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

Class

Braintree_UtilTest

Code

function testThrow404Exception() {
  Braintree_Util::throwStatusCodeException(404);
}