Renamed bootstrap
Made it caps to go along with all of the existing test names
This commit is contained in:
parent
0cfc2c7979
commit
273af98883
2 changed files with 1 additions and 9 deletions
|
@ -11,14 +11,6 @@ if (!defined('SITE_PATH'))
|
|||
|
||||
require_once 'src/pickles.php';
|
||||
|
||||
/*
|
||||
// @todo Update to resources path??
|
||||
if (!file_exists(SITE_MODULE_PATH))
|
||||
{
|
||||
mkdir(SITE_MODULE_PATH, 0644);
|
||||
}
|
||||
*/
|
||||
|
||||
$_SERVER['HTTP_HOST'] = 'testsite.com';
|
||||
$_SERVER['SERVER_NAME'] = 'Test Server';
|
||||
$_SERVER['SERVER_ADDR'] = '127.0.0.1';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue