diff --git a/test/FactureTest.php b/test/FactureTest.php index be7ee079a1c..d142f8b4b48 100644 --- a/test/FactureTest.php +++ b/test/FactureTest.php @@ -43,6 +43,9 @@ if (empty($user->id)) * @covers DoliDb * @covers User * @covers Translate + * @covers Conf + * @covers Interfaces + * @covers CommonObject * @remarks backupGlobals must be disabled to have db,conf,user and lang not erased. */ class FactureTest extends PHPUnit_Framework_TestCase diff --git a/test/phpunittestok.xml b/test/phpunittestok.xml index 70978f915ef..092b9536ae0 100644 --- a/test/phpunittestok.xml +++ b/test/phpunittestok.xml @@ -2,6 +2,9 @@ ../test/ + ../htdocs/includes/adodbtime/ + ../htdocs/includes/artichow/ + ../htdocs/includes/fpdf/ \ No newline at end of file