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

@@ -51,6 +51,13 @@ $conf->global->MAIN_DISABLE_ALL_MAILS=1;
* @covers Facture
* @covers FactureLigne
* @covers ModeleNumRefFactures
* @covers InterfaceLogevents
* @covers InterfaceActionsAuto
* @covers InterfaceLdapsynchro
* @covers InterfaceNotification
* @covers InterfacePhenixsynchro
* @covers InterfacePropalWorkflow
* @covers InterfaceWebcalsynchro
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
*/
class FactureTest extends PHPUnit_Framework_TestCase