From e935ae891d54d30a86d9fca1a9e4f39c1b2639b3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Feb 2011 11:03:29 +0000 Subject: [PATCH] Moved domain module to external modules --- test/phpunit/ModulesTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/phpunit/ModulesTest.php b/test/phpunit/ModulesTest.php index 154d69a2a69..d26f8c8261a 100755 --- a/test/phpunit/ModulesTest.php +++ b/test/phpunit/ModulesTest.php @@ -55,7 +55,6 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1; * @xcovers modContrat * @xcovers modDeplacement * @xcovers modDocument - * @xcovers modDomain * @xcovers modDon * @xcovers modECM * @xcovers modExpedition @@ -166,7 +165,7 @@ class ModulesTest extends PHPUnit_Framework_TestCase $db=$this->savdb; $modulelist=array('Accounting','Adherent','Agenda','Banque','Barcode','Bookmark','Boutique', - 'CashDesk','Categorie','ClickToDial','Commande','Comptabilite','Contrat','Deplacement','Document','Domain','Don', + 'CashDesk','Categorie','ClickToDial','Commande','Comptabilite','Contrat','Deplacement','Document','Don', 'ECM','Expedition','Export','ExternalRss','ExternalSite','FTP','Facture', 'Fckeditor','Ficheinter','Fournisseur','GeoIPMaxmind','Gravatar','Import','Label','Ldap','Mailing', 'Mantis','Notification','Paybox','Paypal','Prelevement','Product','Projet','Propale',