tell people why we need that variable
This commit is contained in:
parent
988e564ec3
commit
1a2b37cc34
1 changed files with 2 additions and 0 deletions
|
@ -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@') {
|
||||||
|
|
Loading…
Reference in a new issue