mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-02 18:24:35 -04:00
More tests for counters
This commit is contained in:
parent
1292098b65
commit
4a3384e382
@ -90,7 +90,6 @@ class GeneratesCounterTest extends TestCase
|
|||||||
$invoice_number = $this->getNextInvoiceNumber($this->client->fresh(), $this->invoice->fresh());
|
$invoice_number = $this->getNextInvoiceNumber($this->client->fresh(), $this->invoice->fresh());
|
||||||
$this->assertEquals($date_formatted."-0002", $invoice_number);
|
$this->assertEquals($date_formatted."-0002", $invoice_number);
|
||||||
|
|
||||||
|
|
||||||
$settings->reset_counter_date = now($timezone->name)->format('Y-m-d');
|
$settings->reset_counter_date = now($timezone->name)->format('Y-m-d');
|
||||||
$settings->reset_counter_frequency_id = RecurringInvoice::FREQUENCY_DAILY;
|
$settings->reset_counter_frequency_id = RecurringInvoice::FREQUENCY_DAILY;
|
||||||
$this->company->settings = $settings;
|
$this->company->settings = $settings;
|
||||||
@ -101,6 +100,9 @@ class GeneratesCounterTest extends TestCase
|
|||||||
|
|
||||||
$invoice_number = $this->getNextInvoiceNumber($this->client->fresh(), $this->invoice->fresh());
|
$invoice_number = $this->getNextInvoiceNumber($this->client->fresh(), $this->invoice->fresh());
|
||||||
$this->assertEquals($date_formatted."-0001", $invoice_number);
|
$this->assertEquals($date_formatted."-0001", $invoice_number);
|
||||||
|
|
||||||
|
$this->travelBack();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testHasSharedCounter()
|
public function testHasSharedCounter()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user