dfeeae38a9
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@390 b3834d28-1941-0410-a4f8-b48e95affb8f
7 lines
No EOL
137 B
PHP
7 lines
No EOL
137 B
PHP
<?php
|
|
/**
|
|
* Prepare the application for unit testing
|
|
*/
|
|
$_SERVER['HTTP_HOST'] = 'http://localhost/';
|
|
define('UNIT_TEST_MODE', true);
|
|
?>
|