Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 5620e10

Browse files
committed
Remove extraneous code
1 parent 29ebf04 commit 5620e10

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tests/_support/bootstrap.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
define('MODULEPATH', realpath(__DIR__ . '/../../') . DIRECTORY_SEPARATOR);
2929
define('COMPOSER_PATH', MODULEPATH . 'vendor/autoload.php');
3030

31-
// Set environment values that would otherwise stop the framework from functioning during tests.
32-
if (! isset($_SERVER['app.baseURL']))
33-
{
34-
$_SERVER['app.baseURL'] = 'http://example.com';
35-
}
36-
3731
// Let's see if an app/Common.php file exists
3832
if (file_exists(APPPATH . 'Common.php'))
3933
{

0 commit comments

Comments
 (0)