testMerchantConfig() public static method

public static testMerchantConfig ( )
コード例 #1
0
ファイル: PlanTest.php プロジェクト: njbhatt18/PHP_Brain_tree
 public function testAll_withNoPlans_returnsEmptyArray()
 {
     Helper::testMerchantConfig();
     $plans = Braintree\Plan::all();
     $this->assertEquals($plans, array());
     self::integrationMerchantConfig();
 }