Fixes for tests
This commit is contained in:
parent
8e6ae34a33
commit
d4ab212dbc
2
.env.ci
2
.env.ci
|
|
@ -2,7 +2,7 @@ APP_NAME="Invoice Ninja"
|
|||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
APP_URL=http://ninja.test
|
||||
MULTI_DB_ENABLED=false
|
||||
# database
|
||||
DB_CONNECTION=mysql
|
||||
|
|
|
|||
|
|
@ -55,6 +55,9 @@ class ReportCsvGenerationTest extends TestCase
|
|||
|
||||
$this->buildData();
|
||||
|
||||
if (config('ninja.testvars.travis') !== false)
|
||||
$this->markTestSkipped('Skip test no company gateways installed');
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -286,6 +289,7 @@ class ReportCsvGenerationTest extends TestCase
|
|||
|
||||
return $response;
|
||||
}
|
||||
|
||||
public function testVendorCsvGeneration()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue