73b11a40be
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@398 b3834d28-1941-0410-a4f8-b48e95affb8f
9 lines
208 B
PHP
9 lines
208 B
PHP
<?php
|
|
/**
|
|
* Prepare the application for unit testing
|
|
*/
|
|
$_SERVER['HTTP_HOST'] = 'http://localhost/';
|
|
define('UNIT_TEST_MODE', true);
|
|
|
|
require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'
|
|
?>
|