New: Add phpunit tests
This commit is contained in:
parent
e921149135
commit
09ec63c6db
@ -43,6 +43,9 @@ if (empty($user->id))
|
|||||||
* @covers DoliDb
|
* @covers DoliDb
|
||||||
* @covers User
|
* @covers User
|
||||||
* @covers Translate
|
* @covers Translate
|
||||||
|
* @covers Conf
|
||||||
|
* @covers Interfaces
|
||||||
|
* @covers CommonObject
|
||||||
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
|
* @remarks backupGlobals must be disabled to have db,conf,user and lang not erased.
|
||||||
*/
|
*/
|
||||||
class FactureTest extends PHPUnit_Framework_TestCase
|
class FactureTest extends PHPUnit_Framework_TestCase
|
||||||
|
|||||||
@ -2,6 +2,9 @@
|
|||||||
<filter>
|
<filter>
|
||||||
<blacklist>
|
<blacklist>
|
||||||
<directory suffix=".php">../test/</directory>
|
<directory suffix=".php">../test/</directory>
|
||||||
|
<directory suffix=".php">../htdocs/includes/adodbtime/</directory>
|
||||||
|
<directory suffix=".php">../htdocs/includes/artichow/</directory>
|
||||||
|
<directory suffix=".php">../htdocs/includes/fpdf/</directory>
|
||||||
</blacklist>
|
</blacklist>
|
||||||
</filter>
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
Loading…
Reference in New Issue
Block a user