forked from Wavyzz/dolibarr
Increase unit test code coverage (now 21%)
This commit is contained in:
@@ -39,59 +39,60 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
|
||||
|
||||
|
||||
/**
|
||||
* @xcovers DolibarrModules
|
||||
* @xcovers modAccounting
|
||||
* @xcovers modAdherent
|
||||
* @xcovers modAgenda
|
||||
* @xcovers modBanque
|
||||
* @xcovers modBarcode
|
||||
* @xcovers modBookmark
|
||||
* @xcovers modBoutique
|
||||
* @xcovers modCashDesk
|
||||
* @xcovers modCategorie
|
||||
* @xcovers modClickToDial
|
||||
* @xcovers modCommande
|
||||
* @xcovers modComptabilite
|
||||
* @xcovers modContrat
|
||||
* @xcovers modDeplacement
|
||||
* @xcovers modDocument
|
||||
* @xcovers modDomain
|
||||
* @xcovers modDon
|
||||
* @xcovers modECM
|
||||
* @xcovers modExpedition
|
||||
* @xcovers modExport
|
||||
* @xcovers modExternalRss
|
||||
* @xcovers modExternalSite
|
||||
* @cxovers modFacture
|
||||
* @xcovers modFckeditor
|
||||
* @xcovers modFicheinter
|
||||
* @xcovers modFournisseur
|
||||
* @xcovers modFTP
|
||||
* @xcovers modGeoIPMaxmind
|
||||
* @xcovers modGravatar
|
||||
* @xcovers modImport
|
||||
* @xcovers modLabel
|
||||
* @xcovers modLdap
|
||||
* @xcovers modMailing
|
||||
* @xcovers modMantis
|
||||
* @xcovers modNotification
|
||||
* @xcovers modPaybox
|
||||
* @xcovers modPaypal
|
||||
* @xcovers modPhenix
|
||||
* @xcovers modPrelevement
|
||||
* @xcovers modProduct
|
||||
* @xcovers modProjet
|
||||
* @xcovers modPropale
|
||||
* @xcovers modService
|
||||
* @xcovers modSociete
|
||||
* @xcovers modStock
|
||||
* @xcovers modSyslog
|
||||
* @xcovers modTax
|
||||
* @xcovers modUser
|
||||
* @xcovers modWebcalendar
|
||||
* @xcovers modWebServices
|
||||
*
|
||||
* @backupGlobals disabled
|
||||
* @backupStaticAttributes enabled
|
||||
* @covers DolibarrModules
|
||||
* @covers modAccounting
|
||||
* @covers modAdherent
|
||||
* @covers modAgenda
|
||||
* @covers modBanque
|
||||
* @covers modBarcode
|
||||
* @covers modBookmark
|
||||
* @covers modBoutique
|
||||
* @covers modCashDesk
|
||||
* @covers modCategorie
|
||||
* @covers modClickToDial
|
||||
* @covers modCommande
|
||||
* @covers modComptabilite
|
||||
* @covers modContrat
|
||||
* @covers modDeplacement
|
||||
* @covers modDocument
|
||||
* @covers modDomain
|
||||
* @covers modDon
|
||||
* @covers modECM
|
||||
* @covers modExpedition
|
||||
* @covers modExport
|
||||
* @covers modExternalRss
|
||||
* @covers modExternalSite
|
||||
* @covers modFacture
|
||||
* @covers modFckeditor
|
||||
* @covers modFicheinter
|
||||
* @covers modFournisseur
|
||||
* @covers modFTP
|
||||
* @covers modGeoIPMaxmind
|
||||
* @covers modGravatar
|
||||
* @covers modImport
|
||||
* @covers modLabel
|
||||
* @covers modLdap
|
||||
* @covers modMailing
|
||||
* @covers modMantis
|
||||
* @covers modNotification
|
||||
* @covers modPaybox
|
||||
* @covers modPaypal
|
||||
* @covers modPhenix
|
||||
* @covers modPrelevement
|
||||
* @covers modProduct
|
||||
* @covers modProjet
|
||||
* @covers modPropale
|
||||
* @covers modService
|
||||
* @covers modSociete
|
||||
* @covers modStock
|
||||
* @covers modSyslog
|
||||
* @covers modTax
|
||||
* @covers modUser
|
||||
* @covers modWebcalendar
|
||||
* @covers modWebServices
|
||||
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
|
||||
*/
|
||||
class ModulesTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
Reference in New Issue
Block a user