Cleaning up tests

This commit is contained in:
Josh Sherman 2014-09-26 07:31:04 -04:00
parent bdb16009c1
commit 6097e29aef
8 changed files with 17 additions and 202 deletions

View file

@ -23,16 +23,6 @@ if (!file_exists(SITE_MODULE_PATH))
mkdir(SITE_MODULE_PATH, 0644);
}
if (!file_exists(SITE_TEMPLATE_PATH))
{
mkdir(SITE_TEMPLATE_PATH, 0644);
}
if (!file_exists(SITE_TEMPLATE_PATH . '__shared/'))
{
mkdir(SITE_TEMPLATE_PATH . '__shared/', 0644);
}
$_SERVER['HTTP_HOST'] = 'testsite.com';
$_SERVER['SERVER_NAME'] = 'Test Server';
$_SERVER['SERVER_ADDR'] = '127.0.0.1';