mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
9dee71bc92
commit
f2fc8ab86b
3750
lang/km_KH/texts.php
3750
lang/km_KH/texts.php
File diff suppressed because it is too large
Load Diff
@ -34,6 +34,11 @@ class PreviewTest extends TestCase
|
||||
$this->withoutMiddleware(
|
||||
ThrottleRequests::class
|
||||
);
|
||||
|
||||
if (config('ninja.testvars.travis') !== false) {
|
||||
$this->markTestSkipped('Skip test for Travis');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function testPreviewRoute()
|
||||
|
Loading…
x
Reference in New Issue
Block a user