aboutsummaryrefslogtreecommitdiff
path: root/tests/prepare.php
blob: 50304c22be4d5d95075c72f78e37cbb1440d598d (plain)
1
2
3
4
5
6
7
<?php
/**
 * Prepare the application for unit testing
 */
$_SERVER['HTTP_HOST'] = 'http://localhost/';
define('UNIT_TEST_MODE', true);
?>