]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
tell people why we need that variable
authorChristian Weiske <cweiske@cweiske.de>
Wed, 6 Apr 2011 05:58:01 +0000 (07:58 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 6 Apr 2011 05:58:01 +0000 (07:58 +0200)
tests/prepare.php

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