Remove qb tests
This commit is contained in:
parent
839786acc0
commit
4a13b5b5cc
|
|
@ -41,13 +41,14 @@ class QuickbooksTest extends TestCase
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
$this->markTestSkipped('Skip test for GH Actions');
|
||||||
|
|
||||||
if (config('ninja.testvars.travis') !== false) {
|
// if (config('ninja.testvars.travis') !== false) {
|
||||||
$this->markTestSkipped('Skip test for GH Actions');
|
// $this->markTestSkipped('Skip test for GH Actions');
|
||||||
}
|
// }
|
||||||
elseif(Company::whereNotNull('quickbooks')->count() == 0){
|
// elseif(Company::whereNotNull('quickbooks')->count() == 0){
|
||||||
$this->markTestSkipped('No need to run this test on Travis');
|
// $this->markTestSkipped('No need to run this test on Travis');
|
||||||
}
|
// }
|
||||||
|
|
||||||
$this->faker = \Faker\Factory::create();
|
$this->faker = \Faker\Factory::create();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue