SemanticScuttle/tests/prepare.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);
?>