mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
New: Add more PHPunit tests to detect regressions
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
* \file test/phpunit/AllTest.php
|
||||
* \ingroup test
|
||||
* \brief This file is a test suite to run all unit tests
|
||||
* \version $Id$
|
||||
* \version $Id: AllTests.php,v 1.3 2011/07/08 11:18:00 eldy Exp $
|
||||
* \remarks To run this script as CLI: phpunit filename.php
|
||||
*/
|
||||
print "PHP Version: ".phpversion()."\n";
|
||||
@@ -96,6 +96,9 @@ class AllTests
|
||||
require_once dirname(__FILE__).'/CategorieTest.php';
|
||||
$suite->addTestSuite('CategorieTest');
|
||||
|
||||
require_once dirname(__FILE__).'/WebservicesTest.php'; // At end because it's the longer
|
||||
$suite->addTestSuite('WebservicesTest');
|
||||
|
||||
require_once dirname(__FILE__).'/ModulesTest.php'; // At end because it's the longer
|
||||
$suite->addTestSuite('ModulesTest');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user