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
|
@ -2,7 +2,7 @@
|
||||||
<phpunit
|
<phpunit
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.2/phpunit.xsd"
|
||||||
bootstrap="tests/bootstrap.php"
|
bootstrap="tests/Bootstrap.php"
|
||||||
colors="true"
|
colors="true"
|
||||||
>
|
>
|
||||||
<testsuites>
|
<testsuites>
|
||||||
|
|
|
@ -11,14 +11,6 @@ if (!defined('SITE_PATH'))
|
||||||
|
|
||||||
require_once 'src/pickles.php';
|
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['HTTP_HOST'] = 'testsite.com';
|
||||||
$_SERVER['SERVER_NAME'] = 'Test Server';
|
$_SERVER['SERVER_NAME'] = 'Test Server';
|
||||||
$_SERVER['SERVER_ADDR'] = '127.0.0.1';
|
$_SERVER['SERVER_ADDR'] = '127.0.0.1';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue