Acc_Document: new class for document created for accountancy : invoice, feenote,...

This commit is contained in:
sparkyx 2025-08-28 11:32:46 +02:00
parent 280afb7841
commit 5ea7edac57
4 changed files with 141 additions and 40 deletions

View file

@ -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();