diff --git a/system/Test/bootstrap.php b/system/Test/bootstrap.php index 3e2d54fdb564..57196190f527 100644 --- a/system/Test/bootstrap.php +++ b/system/Test/bootstrap.php @@ -88,7 +88,4 @@ $env = new DotEnv(ROOTPATH); $env->load(); -// Always load the URL helper, it should be used in most of apps. -helper('url'); - Services::routes()->loadRoutes();