1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fixes for tests

This commit is contained in:
David Bomba 2024-05-26 08:30:26 +10:00
parent 1ef97ef2bb
commit 5e21b72021

View File

@ -215,12 +215,6 @@ class ReminderTest extends TestCase
$this->assertEquals('2024-03-15', $invoice->due_date);
$this->assertEquals('2024-03-06', $invoice->next_send_date->format('Y-m-d'));
$this->assertTrue(
$invoice->client->getSetting('send_reminders') &&
(Ninja::isSelfHost() || $invoice->company->account->isPaidHostedClient())
);
// //day five: schedule send time 7am UTC
$this->travelTo(now()->addDays(5)->startOfDay());
$this->assertEquals('2024-03-06', now()->format('Y-m-d'));