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