Skip to content
Snippets Groups Projects
Commit 09ec63c6 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New: Add phpunit tests

parent e9211491
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ if (empty($user->id)) ...@@ -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 @@ ...@@ -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>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment