mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for subscription tests
This commit is contained in:
parent
e066e3f2e3
commit
0ef0ee31e2
@ -233,10 +233,8 @@ class SubscriptionApiTest extends TestCase
|
||||
$timezone_now = now()->setTimezone($company->timezone()->name);
|
||||
|
||||
$this->assertEquals('Europe/Vienna', $timezone_now->timezoneName);
|
||||
|
||||
$this->travelTo($timezone_now->copy()->startOfDay()->subHour());
|
||||
|
||||
$this->travelTo($timezone_now->copy()->startOfDay()->subHour());
|
||||
$this->travelTo($timezone_now->startOfDay()->subHours(2));
|
||||
|
||||
$i = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user