Fix: Removed modules
This commit is contained in:
parent
c77f1eeb4b
commit
bf5a486ea6
@ -77,7 +77,6 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
|
|||||||
* @xcovers modNotification
|
* @xcovers modNotification
|
||||||
* @xcovers modPaybox
|
* @xcovers modPaybox
|
||||||
* @xcovers modPaypal
|
* @xcovers modPaypal
|
||||||
* @xcovers modPhenix
|
|
||||||
* @xcovers modPrelevement
|
* @xcovers modPrelevement
|
||||||
* @xcovers modProduct
|
* @xcovers modProduct
|
||||||
* @xcovers modProjet
|
* @xcovers modProjet
|
||||||
@ -88,7 +87,6 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
|
|||||||
* @xcovers modSyslog
|
* @xcovers modSyslog
|
||||||
* @xcovers modTax
|
* @xcovers modTax
|
||||||
* @xcovers modUser
|
* @xcovers modUser
|
||||||
* @xcovers modWebcalendar
|
|
||||||
* @xcovers modWebServices
|
* @xcovers modWebServices
|
||||||
*
|
*
|
||||||
* @backupGlobals disabled
|
* @backupGlobals disabled
|
||||||
@ -171,8 +169,8 @@ class ModulesTest extends PHPUnit_Framework_TestCase
|
|||||||
'CashDesk','Categorie','ClickToDial','Commande','Comptabilite','Contrat','Deplacement','Document','Domain','Don',
|
'CashDesk','Categorie','ClickToDial','Commande','Comptabilite','Contrat','Deplacement','Document','Domain','Don',
|
||||||
'ECM','Expedition','Export','ExternalRss','ExternalSite','FTP','Facture',
|
'ECM','Expedition','Export','ExternalRss','ExternalSite','FTP','Facture',
|
||||||
'Fckeditor','Ficheinter','Fournisseur','GeoIPMaxmind','Gravatar','Import','Label','Ldap','Mailing',
|
'Fckeditor','Ficheinter','Fournisseur','GeoIPMaxmind','Gravatar','Import','Label','Ldap','Mailing',
|
||||||
'Mantis','Notification','Paybox','Paypal','Phenix','Prelevement','Product','Projet','Propale',
|
'Mantis','Notification','Paybox','Paypal','Prelevement','Product','Projet','Propale',
|
||||||
'Service','Societe','Stock','Syslog','Tax','User','WebServices','Webcalendar');
|
'Service','Societe','Stock','Syslog','Tax','User','WebServices');
|
||||||
foreach($modulelist as $modlabel)
|
foreach($modulelist as $modlabel)
|
||||||
{
|
{
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/mod'.$modlabel.'.class.php');
|
require_once(DOL_DOCUMENT_ROOT.'/includes/modules/mod'.$modlabel.'.class.php');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user