mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
bb0dea0c13
commit
7e264877e9
@ -48,6 +48,8 @@ class ImportCsvTest extends TestCase
|
||||
|
||||
$this->makeTestData();
|
||||
|
||||
$this->markTestSkipped('Skipping CSV Import to improve test speed');
|
||||
|
||||
$this->withoutExceptionHandling();
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,9 @@ class HtmlGenerationTest extends TestCase
|
||||
|
||||
public function testHtmlOutput()
|
||||
{
|
||||
$html = $this->generateHtml($this->invoice);
|
||||
$this->client->fresh();
|
||||
|
||||
$html = $this->generateHtml($this->invoice->fresh());
|
||||
|
||||
$this->assertNotNull($html);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user