testMerchantConfig() public static method

public static testMerchantConfig ( )
示例#1
0
 public function testAll_withNoPlans_returnsEmptyArray()
 {
     Helper::testMerchantConfig();
     $plans = Braintree\Plan::all();
     $this->assertEquals($plans, array());
     self::integrationMerchantConfig();
 }