Renamed bootstrap

Made it caps to go along with all of the existing test names
This commit is contained in:
Josh Sherman 2014-09-28 07:43:28 -04:00
parent 0cfc2c7979
commit 273af98883
2 changed files with 1 additions and 9 deletions

View file

@ -2,7 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
bootstrap="tests/bootstrap.php"
bootstrap="tests/Bootstrap.php"
colors="true"
>
<testsuites>

View file

@ -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';