function Braintree_UtilTest::testThrow404Exception in Commerce Braintree 7
@expectedException Braintree_Exception_NotFound
File
- braintree_php/
tests/ unit/ UtilTest.php, line 27
Class
Code
function testThrow404Exception() {
Braintree_Util::throwStatusCodeException(404);
}