2
0
forked from Wavyzz/dolibarr

Qual: More phpunit tests

This commit is contained in:
Laurent Destailleur
2010-10-23 17:36:02 +00:00
parent c6e8b813f4
commit bb1732f0cd
5 changed files with 282 additions and 2 deletions

View File

@@ -53,6 +53,12 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
* @covers Translate
* @covers Conf
* @covers CommonObject
* @covers Facture
* @covers Commande
* @covers Propal
* @covers Expedition
* @covers Fichinter
* @covers Project
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class BuildDocTest extends PHPUnit_Framework_TestCase