dolibarr/test/phpunit
Alexandre Janniaux 06aaa974b5 EvalMathTest: fix class name
The test class was copied from InventoryTest and phpunit is now
complaining that it cannot find the class in the test.

    1) Class EvalMathTest cannot be found in phpunit/EvalMathTest.php
    (phpunit 10.0.7)
2023-05-03 09:05:15 +02:00
..
functional Test travis php7.1 2022-09-21 17:55:04 +02:00
AccountingAccountTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ActionCommTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
AdherentTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
AdminLibTest.php Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 17.0 2022-12-22 01:08:12 +01:00
AllTests.php Fix warning 2023-04-15 03:27:35 +02:00
BankAccountTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
BarcodeTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
BOMTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
BonPrelevementTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
BuildDocTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CategorieTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ChargeSocialesTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CMailFileTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
CodingPhpTest.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-03-17 20:54:18 +01:00
CodingSqlTest.php Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into develop 2023-05-02 05:28:32 +02:00
CommandeFournisseurTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CommandeTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CommonInvoiceTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CommonObjectTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CompanyBankAccountTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CompanyLibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
ContactTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ContratTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
CoreTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
DateLibTest.php Fix phpunit 2023-02-17 16:00:57 +01:00
DateLibTzFranceTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
DiscountTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
DoliDBTest.php Fix phpunit 2023-03-26 15:30:51 +02:00
EmailCollectorTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
EntrepotTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
EvalMathTest.php EvalMathTest: fix class name 2023-05-03 09:05:15 +02:00
Example_import_company_1.csv
ExpenseReportTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ExportTest.php feature (#21426) edit ExportTest for resolve error and add test for utf8 2023-02-16 01:00:39 +01:00
FactureFournisseurTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FactureRecTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FactureTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FactureTestRounding.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FichinterTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FilesLibTest.php Fix warning 2023-04-15 03:27:35 +02:00
FormAdminTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
FormTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
Functions2LibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
FunctionsLibTest.php Merge pull request #24596 from alexandre-janniaux/phpunit-changes/1 2023-04-26 22:02:25 +02:00
GetUrlLibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
HolidayTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ImagesLibTest.php Test travis php7.1 2022-09-21 17:55:04 +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 Test travis php7.1 2022-09-21 17:55:04 +02:00
InventoryTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
JsonLibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
KnowledgeRecordTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
LangTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
LesscTest.php Fix warning 2023-05-01 12:43:28 +02:00
LoanTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
MarginsLibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
ModulesTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
MouvementStockTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
NumberingModulesTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ODFTest.php ODF line generation : compat php < 7.4 2023-03-24 12:11:39 +01:00
PaypalTest.php Fix warning 2023-04-15 03:27:35 +02:00
PdfDocTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
PgsqlTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
phpunit.dtd
phpunittest.xml Try a fix of phpunit regression 2022-12-21 23:34:32 +01:00
PricesTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ProductTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
ProjectTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
PropalTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
RepositoryTest.php Fix phpunit 2022-12-26 17:05:14 +01:00
RestAPIDocumentTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
RestAPIUserTest.php Fix warning 2023-04-15 03:27:35 +02:00
ScriptsTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
SecurityTest.php Merge commit '13aeb4542924b7112c56ca7e0fe30b5174eb9adb' into develop 2023-04-25 15:43:18 +02:00
SocieteTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
StripeTest.php Fix warning 2023-04-15 03:27:35 +02:00
SupplierProposalTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
TargetTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +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 phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
UserGroupTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
UserTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
UtilsTest.php phpunit: use $db instead of $this->savdb 2023-04-26 16:44:07 +02:00
WebservicesInvoicesTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
WebservicesOrdersTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
WebservicesOtherTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
WebservicesProductsTest.php Fix warning 2023-04-15 03:27:35 +02:00
WebservicesThirdpartyTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
WebservicesUserTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00
WebsiteTest.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2023-03-28 20:30:32 +02:00
XCalLibTest.php Test travis php7.1 2022-09-21 17:55:04 +02:00