tell people why we need that variable

This commit is contained in:
Christian Weiske 2011-04-06 07:58:01 +02:00
parent 988e564ec3
commit 1a2b37cc34

View file

@ -16,7 +16,9 @@
/** /**
* Prepare the application for unit testing * Prepare the application for unit testing
*/ */
//that's needed in constants.php
$_SERVER['HTTP_HOST'] = 'http://localhost/'; $_SERVER['HTTP_HOST'] = 'http://localhost/';
define('UNIT_TEST_MODE', true); define('UNIT_TEST_MODE', true);
if ('@data_dir@' == '@' . 'data_dir@') { if ('@data_dir@' == '@' . 'data_dir@') {