mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
tests
This commit is contained in:
parent
326ef52cd5
commit
7b4b3e3f5e
@ -348,6 +348,10 @@ class GeneratesCounterTest extends TestCase
|
|||||||
$this->assertEquals($vendor_number, date('Y').'-'.str_pad($vendor->user_id, 2, '0', STR_PAD_LEFT).'-0002');
|
$this->assertEquals($vendor_number, date('Y').'-'.str_pad($vendor->user_id, 2, '0', STR_PAD_LEFT).'-0002');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testResetCounter()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
/*
|
/*
|
||||||
|
|
||||||
public function testClientNextNumber()
|
public function testClientNextNumber()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user