From 273af9888324984c654aa6aab29db294c2fdefc3 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 28 Sep 2014 07:43:28 -0400 Subject: [PATCH] Renamed bootstrap Made it caps to go along with all of the existing test names --- phpunit.xml | 2 +- tests/bootstrap.php | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 3f53858..e6d556d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,7 +2,7 @@ diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e3b85a4..6cf976f 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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';