You are here

function Braintree_ConfigurationTest::testPrivateKey in Commerce Braintree 7

@expectedException Braintree_Exception_Configuration @expectedExceptionMessage privateKey needs to be set.

File

braintree_php/tests/unit/ConfigurationTest.php, line 168

Class

Braintree_ConfigurationTest

Code

function testPrivateKey() {
  $pk = Braintree_Configuration::privateKey();
}