Acc_Document: new class for document created for accountancy : invoice, feenote,...
This commit is contained in:
parent
280afb7841
commit
5ea7edac57
4 changed files with 141 additions and 40 deletions
|
|
@ -150,21 +150,7 @@ class DocumentTest extends TestCase {
|
|||
$cn->commit();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets up the fixture, for example, opens a network connection.
|
||||
* This method is called before a test is executed.
|
||||
*/
|
||||
protected function setUp(): void {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Tears down the fixture, for example, closes a network connection.
|
||||
* This method is called after a test is executed.
|
||||
*/
|
||||
protected function tearDown(): void {
|
||||
|
||||
}
|
||||
|
||||
|
||||
function testBlank() {
|
||||
$cn = Dossier::connect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue