diff --git a/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php b/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php index d4c811f1666..47e3d8f475e 100644 --- a/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php +++ b/htdocs/modulebuilder/template/test/phpunit/MyObjectTest.php @@ -57,6 +57,8 @@ class MyObjectTest extends PHPUnit\Framework\TestCase /** * Constructor * We save global variables into local variables + * + * @param string $name Name */ public function __construct($name = '') { diff --git a/test/phpunit/AccountingAccountTest.php b/test/phpunit/AccountingAccountTest.php index 938302d7445..80a793f4d19 100644 --- a/test/phpunit/AccountingAccountTest.php +++ b/test/phpunit/AccountingAccountTest.php @@ -56,6 +56,7 @@ class AccountingAccountTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return AccountingAccountTest */ public function __construct($name = '') diff --git a/test/phpunit/ActionCommTest.php b/test/phpunit/ActionCommTest.php index be8d16758ca..8f86c13d067 100644 --- a/test/phpunit/ActionCommTest.php +++ b/test/phpunit/ActionCommTest.php @@ -56,6 +56,7 @@ class ActionCommTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ActionCommTest */ public function __construct($name = '') diff --git a/test/phpunit/AdherentTest.php b/test/phpunit/AdherentTest.php index a1e297a1a40..96ebe4728ec 100644 --- a/test/phpunit/AdherentTest.php +++ b/test/phpunit/AdherentTest.php @@ -58,6 +58,7 @@ class AdherentTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return AdherentTest */ public function __construct($name = '') diff --git a/test/phpunit/AdminLibTest.php b/test/phpunit/AdminLibTest.php index 32e3564a656..b4002d06c91 100644 --- a/test/phpunit/AdminLibTest.php +++ b/test/phpunit/AdminLibTest.php @@ -57,6 +57,7 @@ class AdminLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return AdminLibTest */ public function __construct($name = '') diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php index 9a6934da2f4..2d321752fe9 100644 --- a/test/phpunit/AllTests.php +++ b/test/phpunit/AllTests.php @@ -69,7 +69,6 @@ class AllTests */ public static function suite() { - $suite = new PHPUnit\Framework\TestSuite('PHPUnit Framework'); //require_once dirname(__FILE__).'/CoreTest.php'; diff --git a/test/phpunit/BOMTest.php b/test/phpunit/BOMTest.php index 66e84e17d50..f23c7344ca9 100644 --- a/test/phpunit/BOMTest.php +++ b/test/phpunit/BOMTest.php @@ -57,6 +57,7 @@ class BOMTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BOMTest */ public function __construct($name = '') diff --git a/test/phpunit/BankAccountTest.php b/test/phpunit/BankAccountTest.php index 538c417a188..8a900f5768f 100644 --- a/test/phpunit/BankAccountTest.php +++ b/test/phpunit/BankAccountTest.php @@ -59,6 +59,7 @@ class BankAccountTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BankAccountTest */ public function __construct($name = '') diff --git a/test/phpunit/BarcodeTest.php b/test/phpunit/BarcodeTest.php index c2c22b6707f..0751969baf8 100644 --- a/test/phpunit/BarcodeTest.php +++ b/test/phpunit/BarcodeTest.php @@ -59,6 +59,7 @@ class BarcodeTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BarcodeTest */ public function __construct($name = '') diff --git a/test/phpunit/BonPrelevementTest.php b/test/phpunit/BonPrelevementTest.php index 039cc928b28..d5f34aca7ca 100644 --- a/test/phpunit/BonPrelevementTest.php +++ b/test/phpunit/BonPrelevementTest.php @@ -58,6 +58,7 @@ class BonPrelevementTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BankAccountTest */ public function __construct($name = '') diff --git a/test/phpunit/BuildDocTest.php b/test/phpunit/BuildDocTest.php index 604430e032f..71a5daa35f9 100644 --- a/test/phpunit/BuildDocTest.php +++ b/test/phpunit/BuildDocTest.php @@ -86,6 +86,7 @@ class BuildDocTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BuildDocTest */ public function __construct($name = '') diff --git a/test/phpunit/CMailFileTest.php b/test/phpunit/CMailFileTest.php index 5ad9ca3268d..fe09584c6ce 100644 --- a/test/phpunit/CMailFileTest.php +++ b/test/phpunit/CMailFileTest.php @@ -56,6 +56,7 @@ class CMailFileTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CMailFile */ public function __construct($name = '') diff --git a/test/phpunit/CategorieTest.php b/test/phpunit/CategorieTest.php index 5f90628cbd9..fcab2c07116 100644 --- a/test/phpunit/CategorieTest.php +++ b/test/phpunit/CategorieTest.php @@ -57,6 +57,7 @@ class CategorieTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CategorieTest */ public function __construct($name = '') diff --git a/test/phpunit/ChargeSocialesTest.php b/test/phpunit/ChargeSocialesTest.php index 0a33086432a..af108e7bcaf 100644 --- a/test/phpunit/ChargeSocialesTest.php +++ b/test/phpunit/ChargeSocialesTest.php @@ -56,6 +56,7 @@ class ChargeSocialesTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ChargeSocialesTest */ public function __construct($name = '') diff --git a/test/phpunit/CodingPhpTest.php b/test/phpunit/CodingPhpTest.php index 04cd05698cf..ace8d4ff32a 100644 --- a/test/phpunit/CodingPhpTest.php +++ b/test/phpunit/CodingPhpTest.php @@ -88,6 +88,7 @@ class CodingPhpTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SecurityTest */ public function __construct($name = '') diff --git a/test/phpunit/CodingSqlTest.php b/test/phpunit/CodingSqlTest.php index 31e422b63cb..6f9df3ea7ea 100644 --- a/test/phpunit/CodingSqlTest.php +++ b/test/phpunit/CodingSqlTest.php @@ -88,6 +88,7 @@ class CodingSqlTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SecurityTest */ public function __construct($name = '') diff --git a/test/phpunit/CommandeFournisseurTest.php b/test/phpunit/CommandeFournisseurTest.php index cc9a4018e11..4aba4486244 100644 --- a/test/phpunit/CommandeFournisseurTest.php +++ b/test/phpunit/CommandeFournisseurTest.php @@ -58,6 +58,7 @@ class CommandeFournisseurTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CommandeFournisseurTest */ public function __construct($name = '') diff --git a/test/phpunit/CommandeTest.php b/test/phpunit/CommandeTest.php index 5849132cd69..7e7804610ed 100644 --- a/test/phpunit/CommandeTest.php +++ b/test/phpunit/CommandeTest.php @@ -56,6 +56,7 @@ class CommandeTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CommandeTest */ public function __construct($name = '') diff --git a/test/phpunit/CommonInvoiceTest.php b/test/phpunit/CommonInvoiceTest.php index ede02bc6a53..f0ab9bdd770 100644 --- a/test/phpunit/CommonInvoiceTest.php +++ b/test/phpunit/CommonInvoiceTest.php @@ -56,6 +56,7 @@ class CommonInvoiceTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CommonObjectTest */ public function __construct($name = '') diff --git a/test/phpunit/CommonObjectTest.php b/test/phpunit/CommonObjectTest.php index 1533f0fe879..7db85b7a9ce 100644 --- a/test/phpunit/CommonObjectTest.php +++ b/test/phpunit/CommonObjectTest.php @@ -57,6 +57,7 @@ class CommonObjectTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CommonObjectTest */ public function __construct($name = '') diff --git a/test/phpunit/CompanyBankAccountTest.php b/test/phpunit/CompanyBankAccountTest.php index 3a815dc572e..dde7d15afb0 100644 --- a/test/phpunit/CompanyBankAccountTest.php +++ b/test/phpunit/CompanyBankAccountTest.php @@ -56,6 +56,7 @@ class CompanyBankAccountTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CompanyBankAccountTest */ public function __construct($name = '') diff --git a/test/phpunit/CompanyLibTest.php b/test/phpunit/CompanyLibTest.php index 047a27d734c..2f6024afcb8 100644 --- a/test/phpunit/CompanyLibTest.php +++ b/test/phpunit/CompanyLibTest.php @@ -56,6 +56,7 @@ class CompanyLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return AdminLibTest */ public function __construct($name = '') diff --git a/test/phpunit/ContactTest.php b/test/phpunit/ContactTest.php index 80916d02f44..45b5eb912b0 100644 --- a/test/phpunit/ContactTest.php +++ b/test/phpunit/ContactTest.php @@ -63,6 +63,7 @@ class ContactTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ContactTest */ public function __construct($name = '') diff --git a/test/phpunit/ContratTest.php b/test/phpunit/ContratTest.php index 706e058899c..ac919f8d69c 100644 --- a/test/phpunit/ContratTest.php +++ b/test/phpunit/ContratTest.php @@ -56,6 +56,7 @@ class ContratTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ContratTest */ public function __construct($name = '') diff --git a/test/phpunit/CoreTest.php b/test/phpunit/CoreTest.php index 82d4d3d50c2..d5bee69da6f 100644 --- a/test/phpunit/CoreTest.php +++ b/test/phpunit/CoreTest.php @@ -79,6 +79,7 @@ class CoreTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CoreTest */ public function __construct($name = '') diff --git a/test/phpunit/DateLibTest.php b/test/phpunit/DateLibTest.php index f4287c2493f..428b55de164 100644 --- a/test/phpunit/DateLibTest.php +++ b/test/phpunit/DateLibTest.php @@ -60,6 +60,7 @@ class DateLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return DateLibTest */ public function __construct($name = '') diff --git a/test/phpunit/DateLibTzFranceTest.php b/test/phpunit/DateLibTzFranceTest.php index ecb434751ff..b2ca92a1b65 100644 --- a/test/phpunit/DateLibTzFranceTest.php +++ b/test/phpunit/DateLibTzFranceTest.php @@ -56,6 +56,7 @@ class DateLibTzFranceTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return DateLibTest */ public function __construct($name = '') diff --git a/test/phpunit/DiscountTest.php b/test/phpunit/DiscountTest.php index 279cfd3ae29..e7c41336d3e 100644 --- a/test/phpunit/DiscountTest.php +++ b/test/phpunit/DiscountTest.php @@ -56,6 +56,7 @@ class DiscountTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return DiscountTest */ public function __construct($name = '') diff --git a/test/phpunit/DoliDBTest.php b/test/phpunit/DoliDBTest.php index e090bea30e1..999c3b3e54a 100644 --- a/test/phpunit/DoliDBTest.php +++ b/test/phpunit/DoliDBTest.php @@ -56,6 +56,7 @@ class DoliDBTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return DiscountTest */ public function __construct($name = '') diff --git a/test/phpunit/EmailCollectorTest.php b/test/phpunit/EmailCollectorTest.php index eaeac54d5e0..541023a44b8 100644 --- a/test/phpunit/EmailCollectorTest.php +++ b/test/phpunit/EmailCollectorTest.php @@ -58,6 +58,7 @@ class EmailCollectorTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ExpenseReportTest */ public function __construct($name = '') diff --git a/test/phpunit/EntrepotTest.php b/test/phpunit/EntrepotTest.php index d61d5373694..5ef30cc07e9 100644 --- a/test/phpunit/EntrepotTest.php +++ b/test/phpunit/EntrepotTest.php @@ -56,6 +56,7 @@ class EntrepotTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return EntrepotTest */ public function __construct($name = '') diff --git a/test/phpunit/EvalMathTest.php b/test/phpunit/EvalMathTest.php index 36ff52a8cea..0a5e2f48407 100644 --- a/test/phpunit/EvalMathTest.php +++ b/test/phpunit/EvalMathTest.php @@ -55,6 +55,7 @@ class EvalMathTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return InventoryTest */ public function __construct($name = '') diff --git a/test/phpunit/ExpenseReportTest.php b/test/phpunit/ExpenseReportTest.php index 226e3879fa0..df85b4822cf 100644 --- a/test/phpunit/ExpenseReportTest.php +++ b/test/phpunit/ExpenseReportTest.php @@ -57,6 +57,7 @@ class ExpenseReportTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ExpenseReportTest */ public function __construct($name = '') diff --git a/test/phpunit/ExportTest.php b/test/phpunit/ExportTest.php index c8c7910be28..0af1df57995 100644 --- a/test/phpunit/ExportTest.php +++ b/test/phpunit/ExportTest.php @@ -81,6 +81,7 @@ class ExportTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ExportTest */ public function __construct($name = '') diff --git a/test/phpunit/FactureFournisseurTest.php b/test/phpunit/FactureFournisseurTest.php index 8979008daf4..ecb57af995c 100644 --- a/test/phpunit/FactureFournisseurTest.php +++ b/test/phpunit/FactureFournisseurTest.php @@ -57,6 +57,7 @@ class FactureFournisseurTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureFournisseurTest */ public function __construct($name = '') diff --git a/test/phpunit/FactureRecTest.php b/test/phpunit/FactureRecTest.php index 7ed8addde38..813e4cba0a3 100644 --- a/test/phpunit/FactureRecTest.php +++ b/test/phpunit/FactureRecTest.php @@ -57,6 +57,7 @@ class FactureRecTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureTest */ public function __construct($name = '') diff --git a/test/phpunit/FactureTest.php b/test/phpunit/FactureTest.php index df4ad4077dc..08cc68333a2 100644 --- a/test/phpunit/FactureTest.php +++ b/test/phpunit/FactureTest.php @@ -57,6 +57,7 @@ class FactureTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureTest */ public function __construct($name = '') diff --git a/test/phpunit/FactureTestRounding.php b/test/phpunit/FactureTestRounding.php index d5d502d0697..37b5bbac375 100644 --- a/test/phpunit/FactureTestRounding.php +++ b/test/phpunit/FactureTestRounding.php @@ -55,11 +55,12 @@ class FactureTestRounding extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureTest */ - public function __construct() + public function __construct($name = '') { - parent::__construct(); + parent::__construct($name); //$this->sharedFixture global $conf,$user,$langs,$db; diff --git a/test/phpunit/FichinterTest.php b/test/phpunit/FichinterTest.php index 7211a80f056..755642cc39a 100644 --- a/test/phpunit/FichinterTest.php +++ b/test/phpunit/FichinterTest.php @@ -56,6 +56,7 @@ class FichinterTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ContratTest */ public function __construct($name = '') diff --git a/test/phpunit/FilesLibTest.php b/test/phpunit/FilesLibTest.php index d8e110ac1c8..8f235f3e868 100644 --- a/test/phpunit/FilesLibTest.php +++ b/test/phpunit/FilesLibTest.php @@ -57,6 +57,7 @@ class FilesLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FilesLibTest */ public function __construct($name = '') diff --git a/test/phpunit/FormAdminTest.php b/test/phpunit/FormAdminTest.php index d2517f41b36..7434189c1ff 100644 --- a/test/phpunit/FormAdminTest.php +++ b/test/phpunit/FormAdminTest.php @@ -56,6 +56,7 @@ class FormAdminTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureTest */ public function __construct($name = '') diff --git a/test/phpunit/FormTest.php b/test/phpunit/FormTest.php index 9ea3091e0c4..b17ac2a8b23 100644 --- a/test/phpunit/FormTest.php +++ b/test/phpunit/FormTest.php @@ -56,6 +56,7 @@ class FormTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FactureTest */ public function __construct($name = '') diff --git a/test/phpunit/Functions2LibTest.php b/test/phpunit/Functions2LibTest.php index fe90ded3947..59ae8e4f7ac 100644 --- a/test/phpunit/Functions2LibTest.php +++ b/test/phpunit/Functions2LibTest.php @@ -80,6 +80,7 @@ class Functions2LibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CoreTest */ public function __construct($name = '') diff --git a/test/phpunit/FunctionsLibTest.php b/test/phpunit/FunctionsLibTest.php index 2717e5752d6..85a5f525e47 100644 --- a/test/phpunit/FunctionsLibTest.php +++ b/test/phpunit/FunctionsLibTest.php @@ -87,6 +87,7 @@ class FunctionsLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CoreTest */ public function __construct($name = '') diff --git a/test/phpunit/GetUrlLibTest.php b/test/phpunit/GetUrlLibTest.php index e408a9637b3..c3411ea8273 100644 --- a/test/phpunit/GetUrlLibTest.php +++ b/test/phpunit/GetUrlLibTest.php @@ -57,6 +57,7 @@ class GetUrlLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return FilesLibTest */ public function __construct($name = '') diff --git a/test/phpunit/HolidayTest.php b/test/phpunit/HolidayTest.php index 5c63cfa3a4a..f25eb06617c 100644 --- a/test/phpunit/HolidayTest.php +++ b/test/phpunit/HolidayTest.php @@ -58,6 +58,7 @@ class HolidayTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return HolidayTest */ public function __construct($name = '') diff --git a/test/phpunit/ImagesLibTest.php b/test/phpunit/ImagesLibTest.php index 85515e41410..ade9fe1f476 100644 --- a/test/phpunit/ImagesLibTest.php +++ b/test/phpunit/ImagesLibTest.php @@ -58,6 +58,7 @@ class ImagesLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ImagesLibTest */ public function __construct($name = '') diff --git a/test/phpunit/ImportTest.php b/test/phpunit/ImportTest.php index 86491f51d44..80c35a2f64d 100644 --- a/test/phpunit/ImportTest.php +++ b/test/phpunit/ImportTest.php @@ -79,6 +79,7 @@ class ImportTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ImportTest */ public function __construct($name = '') diff --git a/test/phpunit/InventoryTest.php b/test/phpunit/InventoryTest.php index 37ecd42b3bf..ced18910790 100644 --- a/test/phpunit/InventoryTest.php +++ b/test/phpunit/InventoryTest.php @@ -57,6 +57,7 @@ class InventoryTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return InventoryTest */ public function __construct($name = '') diff --git a/test/phpunit/JsonLibTest.php b/test/phpunit/JsonLibTest.php index c5f11995a62..3d16630543f 100644 --- a/test/phpunit/JsonLibTest.php +++ b/test/phpunit/JsonLibTest.php @@ -79,6 +79,7 @@ class JsonLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return CoreTest */ public function __construct($name = '') diff --git a/test/phpunit/KnowledgeRecordTest.php b/test/phpunit/KnowledgeRecordTest.php index df45e08f9ad..7103345a096 100644 --- a/test/phpunit/KnowledgeRecordTest.php +++ b/test/phpunit/KnowledgeRecordTest.php @@ -59,6 +59,7 @@ class KnowledgeRecordTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return KnowledgeRecordTest */ public function __construct($name = '') diff --git a/test/phpunit/LangTest.php b/test/phpunit/LangTest.php index f4a69984826..c4021d2deff 100644 --- a/test/phpunit/LangTest.php +++ b/test/phpunit/LangTest.php @@ -88,6 +88,7 @@ class LangTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SecurityTest */ public function __construct($name = '') diff --git a/test/phpunit/LesscTest.php b/test/phpunit/LesscTest.php index 410dd9962ae..911a671cc9e 100644 --- a/test/phpunit/LesscTest.php +++ b/test/phpunit/LesscTest.php @@ -88,6 +88,7 @@ class LesscTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SecurityTest */ public function __construct($name = '') diff --git a/test/phpunit/LoanTest.php b/test/phpunit/LoanTest.php index dee18969671..946479c1e53 100644 --- a/test/phpunit/LoanTest.php +++ b/test/phpunit/LoanTest.php @@ -56,6 +56,7 @@ class LoanTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return LoanTest */ public function __construct($name = '') diff --git a/test/phpunit/MarginsLibTest.php b/test/phpunit/MarginsLibTest.php index 6ed510a0e84..8ba581fb44d 100644 --- a/test/phpunit/MarginsLibTest.php +++ b/test/phpunit/MarginsLibTest.php @@ -56,6 +56,7 @@ class MarginsLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return DateLibTest */ public function __construct($name = '') diff --git a/test/phpunit/ModulesTest.php b/test/phpunit/ModulesTest.php index 85612835a88..9e71bc15102 100644 --- a/test/phpunit/ModulesTest.php +++ b/test/phpunit/ModulesTest.php @@ -55,6 +55,7 @@ class ModulesTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return BuildDocTest */ public function __construct($name = '') diff --git a/test/phpunit/MouvementStockTest.php b/test/phpunit/MouvementStockTest.php index c2aa8d974cb..c2bf052751e 100644 --- a/test/phpunit/MouvementStockTest.php +++ b/test/phpunit/MouvementStockTest.php @@ -58,6 +58,7 @@ class MouvementStockTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ContratTest */ public function __construct($name = '') diff --git a/test/phpunit/NumberingModulesTest.php b/test/phpunit/NumberingModulesTest.php index ccdb9605b47..67852e81ccf 100644 --- a/test/phpunit/NumberingModulesTest.php +++ b/test/phpunit/NumberingModulesTest.php @@ -55,6 +55,7 @@ class NumberingModulesTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return NumberingModulesTest */ public function __construct($name = '') diff --git a/test/phpunit/ODFTest.php b/test/phpunit/ODFTest.php index 744ca217f56..a7d972bf345 100644 --- a/test/phpunit/ODFTest.php +++ b/test/phpunit/ODFTest.php @@ -57,7 +57,8 @@ class ODFTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return BOMTest + * @param string $name Name + * @return ODFTest */ public function __construct($name = '') { diff --git a/test/phpunit/PaypalTest.php b/test/phpunit/PaypalTest.php index 70843685d53..086e62dc9af 100644 --- a/test/phpunit/PaypalTest.php +++ b/test/phpunit/PaypalTest.php @@ -57,7 +57,8 @@ class PaypalTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return ProductTest + * @param string $name Name + * @return PaypalTest */ public function __construct($name = '') { diff --git a/test/phpunit/PdfDocTest.php b/test/phpunit/PdfDocTest.php index ef7fbe384b5..d468af76ebd 100644 --- a/test/phpunit/PdfDocTest.php +++ b/test/phpunit/PdfDocTest.php @@ -59,6 +59,7 @@ class PdfDocTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return PdfDocTest */ public function __construct($name = '') diff --git a/test/phpunit/PgsqlTest.php b/test/phpunit/PgsqlTest.php index 75f34a6a339..2767ee5a807 100644 --- a/test/phpunit/PgsqlTest.php +++ b/test/phpunit/PgsqlTest.php @@ -58,7 +58,8 @@ class PgsqlTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return ContactTest + * @param string $name Name + * @return PgsqlTest */ public function __construct($name = '') { diff --git a/test/phpunit/PricesTest.php b/test/phpunit/PricesTest.php index 0238ad436bf..3e9889fe966 100644 --- a/test/phpunit/PricesTest.php +++ b/test/phpunit/PricesTest.php @@ -62,7 +62,8 @@ class PricesTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return CoreTest + * @param string $name Name + * @return PriceTest */ public function __construct($name = '') { diff --git a/test/phpunit/ProductTest.php b/test/phpunit/ProductTest.php index f40b3877b43..2c4dfd6a829 100644 --- a/test/phpunit/ProductTest.php +++ b/test/phpunit/ProductTest.php @@ -56,6 +56,7 @@ class ProductTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ProductTest */ public function __construct($name = '') diff --git a/test/phpunit/ProjectTest.php b/test/phpunit/ProjectTest.php index 0e4515d6ae3..4ceb469ec7d 100644 --- a/test/phpunit/ProjectTest.php +++ b/test/phpunit/ProjectTest.php @@ -57,6 +57,7 @@ class ProjectTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ProjectTest */ public function __construct($name = '') diff --git a/test/phpunit/PropalTest.php b/test/phpunit/PropalTest.php index 4774896b610..f9a8f7d95c1 100644 --- a/test/phpunit/PropalTest.php +++ b/test/phpunit/PropalTest.php @@ -56,6 +56,7 @@ class PropalTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return PropalTest */ public function __construct($name = '') diff --git a/test/phpunit/RepositoryTest.php b/test/phpunit/RepositoryTest.php index fbfd46c0273..74ed813a1cd 100644 --- a/test/phpunit/RepositoryTest.php +++ b/test/phpunit/RepositoryTest.php @@ -87,7 +87,8 @@ class RepositoryTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return SecurityTest + * @param string $name Name + * @return RepositoryTest */ public function __construct($name = '') { diff --git a/test/phpunit/RestAPIDocumentTest.php b/test/phpunit/RestAPIDocumentTest.php index e10b9475938..f487593a9b8 100644 --- a/test/phpunit/RestAPIDocumentTest.php +++ b/test/phpunit/RestAPIDocumentTest.php @@ -59,7 +59,8 @@ class RestAPIDocumentTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables. * - * @return DateLibTest + * @param string $name Name + * @return RestAPIDocumentTest */ public function __construct($name = '') { diff --git a/test/phpunit/RestAPIUserTest.php b/test/phpunit/RestAPIUserTest.php index aa7b46acd31..ba18c5aa6bb 100644 --- a/test/phpunit/RestAPIUserTest.php +++ b/test/phpunit/RestAPIUserTest.php @@ -61,7 +61,8 @@ class RestAPIUserTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return RestAPIUserTest */ public function __construct($name = '') { diff --git a/test/phpunit/ScriptsTest.php b/test/phpunit/ScriptsTest.php index 9318f06768f..d1973bb2b37 100644 --- a/test/phpunit/ScriptsTest.php +++ b/test/phpunit/ScriptsTest.php @@ -88,6 +88,7 @@ class ScriptsTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return ScriptsTest */ public function __construct($name = '') diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php index faaed70f55c..8a54893d890 100644 --- a/test/phpunit/SecurityTest.php +++ b/test/phpunit/SecurityTest.php @@ -84,6 +84,7 @@ class SecurityTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SecurityTest */ public function __construct($name = '') diff --git a/test/phpunit/SocieteTest.php b/test/phpunit/SocieteTest.php index 08fe801ad07..9191a7e1d5c 100644 --- a/test/phpunit/SocieteTest.php +++ b/test/phpunit/SocieteTest.php @@ -57,6 +57,7 @@ class SocieteTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return SocieteTest */ public function __construct($name = '') diff --git a/test/phpunit/StripeTest.php b/test/phpunit/StripeTest.php index 1ffc13111d5..f44b598270a 100644 --- a/test/phpunit/StripeTest.php +++ b/test/phpunit/StripeTest.php @@ -57,7 +57,8 @@ class StripeTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return ProductTest + * @param string $name Name + * @return StripeTest */ public function __construct($name = '') { diff --git a/test/phpunit/SupplierProposalTest.php b/test/phpunit/SupplierProposalTest.php index 00945a3f21b..ca1c11172ce 100644 --- a/test/phpunit/SupplierProposalTest.php +++ b/test/phpunit/SupplierProposalTest.php @@ -59,7 +59,8 @@ class SupplierProposalTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return PropalTest + * @param string $name Name + * @return SupplierProposalTest */ public function __construct($name = '') { diff --git a/test/phpunit/TargetTest.php b/test/phpunit/TargetTest.php index 0f8b131cf0f..3cf8fce21ab 100644 --- a/test/phpunit/TargetTest.php +++ b/test/phpunit/TargetTest.php @@ -58,6 +58,7 @@ class TargetTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return TargetTest */ public function __construct($name = '') diff --git a/test/phpunit/TicketTest.php b/test/phpunit/TicketTest.php index 9e4ad378d78..b840d2204d8 100644 --- a/test/phpunit/TicketTest.php +++ b/test/phpunit/TicketTest.php @@ -57,7 +57,8 @@ class TicketTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return ContratTest + * @param string $name Name + * @return TicketTest */ public function __construct($name = '') { diff --git a/test/phpunit/UserGroupTest.php b/test/phpunit/UserGroupTest.php index e3ca255d737..ec3c6469cca 100644 --- a/test/phpunit/UserGroupTest.php +++ b/test/phpunit/UserGroupTest.php @@ -56,6 +56,7 @@ class UserGroupTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return UserGroupTest */ public function __construct($name = '') diff --git a/test/phpunit/UserTest.php b/test/phpunit/UserTest.php index 8ddc77c2af8..a26dfd0a707 100644 --- a/test/phpunit/UserTest.php +++ b/test/phpunit/UserTest.php @@ -56,6 +56,7 @@ class UserTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return UserTest */ public function __construct($name = '') diff --git a/test/phpunit/UtilsTest.php b/test/phpunit/UtilsTest.php index d4aacaddf4e..af25fdb8e90 100644 --- a/test/phpunit/UtilsTest.php +++ b/test/phpunit/UtilsTest.php @@ -56,6 +56,7 @@ class UtilsTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * + * @param string $name Name * @return UserTest */ public function __construct($name = '') diff --git a/test/phpunit/WebservicesInvoicesTest.php b/test/phpunit/WebservicesInvoicesTest.php index 3db4faf838c..7ca227a0f84 100644 --- a/test/phpunit/WebservicesInvoicesTest.php +++ b/test/phpunit/WebservicesInvoicesTest.php @@ -68,7 +68,8 @@ class WebservicesInvoicesTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesInvoicesTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebservicesOrdersTest.php b/test/phpunit/WebservicesOrdersTest.php index 17ad8a72e9f..7cc66266fcf 100644 --- a/test/phpunit/WebservicesOrdersTest.php +++ b/test/phpunit/WebservicesOrdersTest.php @@ -60,7 +60,8 @@ class WebservicesOrdersTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesOrdersTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebservicesOtherTest.php b/test/phpunit/WebservicesOtherTest.php index d8a2fa09632..96ab2f0c642 100644 --- a/test/phpunit/WebservicesOtherTest.php +++ b/test/phpunit/WebservicesOtherTest.php @@ -60,7 +60,8 @@ class WebservicesOtherTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesOtherTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebservicesProductsTest.php b/test/phpunit/WebservicesProductsTest.php index 81c05899929..54c8e10fa8f 100644 --- a/test/phpunit/WebservicesProductsTest.php +++ b/test/phpunit/WebservicesProductsTest.php @@ -66,7 +66,8 @@ class WebservicesProductsTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesProductsTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebservicesThirdpartyTest.php b/test/phpunit/WebservicesThirdpartyTest.php index a4b442dc7bd..632728b998e 100644 --- a/test/phpunit/WebservicesThirdpartyTest.php +++ b/test/phpunit/WebservicesThirdpartyTest.php @@ -66,7 +66,8 @@ class WebservicesThirdpartyTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesThirdpartyTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebservicesUserTest.php b/test/phpunit/WebservicesUserTest.php index 03b0c56e660..2ed16c238bb 100644 --- a/test/phpunit/WebservicesUserTest.php +++ b/test/phpunit/WebservicesUserTest.php @@ -60,7 +60,8 @@ class WebservicesUserTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return DateLibTest + * @param string $name Name + * @return WebservicesUserTest */ public function __construct($name = '') { diff --git a/test/phpunit/WebsiteTest.php b/test/phpunit/WebsiteTest.php index 1b23a3d92f9..a0cbc5084c7 100644 --- a/test/phpunit/WebsiteTest.php +++ b/test/phpunit/WebsiteTest.php @@ -89,7 +89,8 @@ class WebsiteTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return SecurityTest + * @param string $name Name + * @return WebsiteTest */ public function __construct($name = '') { diff --git a/test/phpunit/XCalLibTest.php b/test/phpunit/XCalLibTest.php index cc69bd85b60..ac9b592414c 100644 --- a/test/phpunit/XCalLibTest.php +++ b/test/phpunit/XCalLibTest.php @@ -56,7 +56,8 @@ class XCalLibTest extends PHPUnit\Framework\TestCase * Constructor * We save global variables into local variables * - * @return FilesLibTest + * @param string $name Name + * @return XCalLibTest */ public function __construct($name = '') {