dolibarr/test/phpunit
Alexandre Janniaux df0adc391d FIX test/phpunit: add $name to __construct()
Fix the following errors when running recent phpunit:

    Message:  Too few arguments to function PHPUnit\Framework\TestCase::__construct(), 0 passed in
    dolibarr/test/phpunit/DateLibTzFranceTest.php on line 63 and exactly
    1 expected Location: phar:///usr/share/webapps/bin/phpunit.phar/phpunit/Framework/TestCase.php:265

Indeed, the old constructor had an optional $name='' parameter but the
new constructor reads like this:

    public function __construct(string $name)

and the parameter is now mandatory.
2023-05-08 16:29:31 +02:00
..
functional Test travis php7.1 2022-09-21 17:55:04 +02:00
AccountingAccountTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ActionCommTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
AdherentTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
AdminLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
AllTests.php Fix warning 2023-04-15 03:27:35 +02:00
BankAccountTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
BarcodeTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
BOMTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
BonPrelevementTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
BuildDocTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CategorieTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ChargeSocialesTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CMailFileTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CodingPhpTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CodingSqlTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CommandeFournisseurTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CommandeTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CommonInvoiceTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CommonObjectTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CompanyBankAccountTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CompanyLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ContactTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ContratTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
CoreTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
DateLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
DateLibTzFranceTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
DiscountTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
DoliDBTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
EmailCollectorTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
EntrepotTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
EvalMathTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
Example_import_company_1.csv
ExpenseReportTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ExportTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FactureFournisseurTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FactureRecTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FactureTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FactureTestRounding.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FichinterTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FilesLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FormAdminTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FormTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
Functions2LibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
FunctionsLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
GetUrlLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
HolidayTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ImagesLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
imap_header.txt Add samples for imap functions test 2021-07-15 23:03:24 +02:00
imap_htmlmsg.txt Add samples for imap functions test 2021-07-15 23:03:24 +02:00
imap_plaintext.txt Add samples for imap functions test 2021-07-15 23:03:24 +02:00
img250x20.png
img250x50.jpg
imgsvgwithjs.svg
ImportTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
InventoryTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
JsonLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
KnowledgeRecordTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
LangTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
LesscTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
LoanTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
MarginsLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ModulesTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
MouvementStockTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
NumberingModulesTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ODFTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
PaypalTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
PdfDocTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
PgsqlTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
phpunit.dtd
phpunittest.xml Try a fix of phpunit regression 2022-12-21 23:34:32 +01:00
PricesTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ProductTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ProjectTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
PropalTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
RepositoryTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
RestAPIDocumentTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
RestAPIUserTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
ScriptsTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
SecurityTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
SocieteTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
StripeTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
SupplierProposalTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
TargetTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
testemailing.txt
testvirus.txt Make virus file no more detected. 2022-01-23 12:59:15 +01:00
textiso.txt
textutf8.txt
TicketTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
UserGroupTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
UserTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
UtilsTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesInvoicesTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesOrdersTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesOtherTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesProductsTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesThirdpartyTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebservicesUserTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
WebsiteTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00
XCalLibTest.php FIX test/phpunit: add $name to __construct() 2023-05-08 16:29:31 +02:00