markTestSkipped('No API key in ENV'); } $MailChimp = new MailChimp($MC_API_KEY); $Batch = $MailChimp->new_batch('1'); $this->assertInstanceOf('\DrewM\MailChimp\Batch', $Batch); $this->assertSame(array(), $Batch->get_operations()); } }