wip : PDF : review interline
This commit is contained in:
parent
aa1d683221
commit
22010b2cd8
15 changed files with 50 additions and 60 deletions
|
|
@ -137,6 +137,7 @@ class AccountRepositoryTest extends TestCase {
|
|||
|
||||
/**
|
||||
* @testdox create a repository
|
||||
* @backupGlobals disabled
|
||||
*/
|
||||
function testCreate() {
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @covers Fiche
|
||||
*
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class Acc_Ledger_PurchaseTest extends TestCase
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @backupGlobals enabled
|
||||
* @coversDefaultClass Acc_Ledger_Sale
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class Acc_Ledger_SaleTest extends TestCase
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @backupGlobals enabled
|
||||
*/
|
||||
require DIRTEST.'/global.php';
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class Acc_LetterTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* Generated by PHPUnit_SkeletonGenerator on 2016-02-13 at 00:41:50.
|
||||
* @backupGlobals enabled
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class Acc_OperationTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @coversDefaultClass \Follow_Up_Detail
|
||||
*/
|
||||
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class Follow_Up_DetailTest extends TestCase
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @backupGlobals enabled
|
||||
*/
|
||||
require DIRTEST.'/global.php';
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class PDF_Anc_Acc_ListTest extends TestCase
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @brief concerne print_LedgerTest
|
||||
* @coversDefaultClass Print_Ledger
|
||||
*/
|
||||
#[\AllowDynamicProperties]
|
||||
class print_LedgerTest extends TestCase
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ use PHPUnit\Framework\TestCase;
|
|||
* @coversDefaultClass Print_Ledger_Detail
|
||||
*/
|
||||
require DIRTEST.'/global.php';
|
||||
|
||||
#[\AllowDynamicProperties]
|
||||
class Print_Ledger_DetailTest extends TestCase
|
||||
{
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue