function testMerchantConfig in Commerce Braintree 7
1 call to testMerchantConfig()
- Braintree_PlanTest::testAll_withNoPlans_returnsEmptyArray in braintree_php/
tests/ integration/ PlanTest.php
File
- braintree_php/
tests/ TestHelper.php, line 21
Code
function testMerchantConfig() {
Braintree_Configuration::environment('development');
Braintree_Configuration::merchantId('test_merchant_id');
Braintree_Configuration::publicKey('test_public_key');
Braintree_Configuration::privateKey('test_private_key');
}