markTestSkipped('No need to run this test on Travis'); } elseif(Company::whereNotNull('quickbooks')->count() == 0){ $this->markTestSkipped('No need to run this test on Travis'); } } public function testCreateInvoiceInQb() { $c = Company::whereNotNull('quickbooks')->first(); $qb = new QuickbooksService($c); } }