From 70533bc22b628612679d9e7d35d5520c898500e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 3 Apr 2019 17:14:40 +0200 Subject: [PATCH] Comment out full if clause, not just body --- tests/bootstrap.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 34a7fb65..74daa439 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -15,10 +15,10 @@ $root = $findRoot(__FILE__); unset($findRoot); chdir($root); -if (file_exists($root . '/config/bootstrap.php')) { - //require $root . '/config/bootstrap.php'; - //return; -} +//if (file_exists($root . '/config/bootstrap.php')) { +// require $root . '/config/bootstrap.php'; +// return; +//} require $root . '/vendor/cakephp/cakephp/tests/bootstrap.php'; $loader = require $root . '/vendor/autoload.php';