From bf5a486ea65c2009be1f69d3dd7c3a26a9f031dc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 16 Jan 2011 23:32:39 +0000 Subject: [PATCH] Fix: Removed modules --- test/phpunit/ModulesTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/phpunit/ModulesTest.php b/test/phpunit/ModulesTest.php index 99443e4b8ac..154d69a2a69 100755 --- a/test/phpunit/ModulesTest.php +++ b/test/phpunit/ModulesTest.php @@ -77,7 +77,6 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1; * @xcovers modNotification * @xcovers modPaybox * @xcovers modPaypal - * @xcovers modPhenix * @xcovers modPrelevement * @xcovers modProduct * @xcovers modProjet @@ -88,7 +87,6 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1; * @xcovers modSyslog * @xcovers modTax * @xcovers modUser - * @xcovers modWebcalendar * @xcovers modWebServices * * @backupGlobals disabled @@ -171,8 +169,8 @@ class ModulesTest extends PHPUnit_Framework_TestCase 'CashDesk','Categorie','ClickToDial','Commande','Comptabilite','Contrat','Deplacement','Document','Domain','Don', 'ECM','Expedition','Export','ExternalRss','ExternalSite','FTP','Facture', 'Fckeditor','Ficheinter','Fournisseur','GeoIPMaxmind','Gravatar','Import','Label','Ldap','Mailing', - 'Mantis','Notification','Paybox','Paypal','Phenix','Prelevement','Product','Projet','Propale', - 'Service','Societe','Stock','Syslog','Tax','User','WebServices','Webcalendar'); + 'Mantis','Notification','Paybox','Paypal','Prelevement','Product','Projet','Propale', + 'Service','Societe','Stock','Syslog','Tax','User','WebServices'); foreach($modulelist as $modlabel) { require_once(DOL_DOCUMENT_ROOT.'/includes/modules/mod'.$modlabel.'.class.php'); -- GitLab