mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 20:04:29 -04:00
Working on corrections for timezone shifts
This commit is contained in:
parent
d29a91e508
commit
f9615b3248
@ -135,7 +135,7 @@ class LateFeeTest extends TestCase
|
||||
|
||||
$this->assertEquals(10, $i->amount);
|
||||
$this->assertEquals(10, $i->balance);
|
||||
|
||||
|
||||
$reflectionMethod = new \ReflectionMethod(ReminderJob::class, 'sendReminderForInvoice');
|
||||
$reflectionMethod->setAccessible(true);
|
||||
$reflectionMethod->invokeArgs(new ReminderJob(), [$i]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user