Fix: Fix PHPUnit test

This commit is contained in:
Laurent Destailleur 2011-08-20 21:21:07 +00:00
parent 2de9296dc4
commit c154c9bd0a

View File

@ -20,14 +20,13 @@
* \file test/phpunit/SecurityTest.php * \file test/phpunit/SecurityTest.php
* \ingroup test * \ingroup test
* \brief PHPUnit test * \brief PHPUnit test
* \version $Id$ * \version $Id: CoreTest.php,v 1.4 2011/08/20 21:21:07 eldy Exp $
* \remarks To run this script as CLI: phpunit filename.php * \remarks To run this script as CLI: phpunit filename.php
*/ */
global $conf,$user,$langs,$db; global $conf,$user,$langs,$db;
//define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver //define('TEST_DB_FORCE_TYPE','mysql'); // This is to force using mysql driver
require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/Framework.php';
require_once dirname(__FILE__).'/../../htdocs/lib/functions.lib.php';
if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');
if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1');
@ -176,6 +175,7 @@ class CoreTest extends PHPUnit_Framework_TestCase
//$dolibarr_main_url_root_alt='http://localhost/dolibarralias/custom2'; //$dolibarr_main_url_root_alt='http://localhost/dolibarralias/custom2';
include dirname(__FILE__).'/../../htdocs/filefunc.inc.php'; include dirname(__FILE__).'/../../htdocs/filefunc.inc.php';
print __METHOD__." DOL_MAIN_URL_ROOT=".DOL_MAIN_URL_ROOT."\n"; print __METHOD__." DOL_MAIN_URL_ROOT=".DOL_MAIN_URL_ROOT."\n";
print __METHOD__." DOL_URL_ROOT=".DOL_URL_ROOT."\n"; print __METHOD__." DOL_URL_ROOT=".DOL_URL_ROOT."\n";
print __METHOD__." DOL_MAIN_URL_ROOT_ALT=".DOL_MAIN_URL_ROOT_ALT."\n"; print __METHOD__." DOL_MAIN_URL_ROOT_ALT=".DOL_MAIN_URL_ROOT_ALT."\n";