Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Comment out full if clause, not just body
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Apr 3, 2019
1 parent 52f73ef commit 70533bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 70533bc

Please sign in to comment.