1 2 3 4 5 6 7
<?php /** * Prepare the application for unit testing */ $_SERVER['HTTP_HOST'] = 'http://localhost/'; define('UNIT_TEST_MODE', true); ?>