From 75907894439c9988073152478a1080922d42d784 Mon Sep 17 00:00:00 2001 From: AD7six Date: Wed, 19 Nov 2014 08:56:36 +0000 Subject: [PATCH] move the comment to the baked content Users will possibly want to know why it's not a hardcoded path --- src/Template/Bake/tests/bootstrap.ctp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Template/Bake/tests/bootstrap.ctp b/src/Template/Bake/tests/bootstrap.ctp index 25a295c0345..e149289287a 100644 --- a/src/Template/Bake/tests/bootstrap.ctp +++ b/src/Template/Bake/tests/bootstrap.ctp @@ -2,10 +2,6 @@ /** * Tests bootstrap file * - * Allow a plugin to run its own tests whether CakePHP is installed directly - * as a vendor for the plugin, or if the plugin has itself been installed as - * a dependency for an application - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @@ -22,6 +18,10 @@ . + * + * This function is used to find the location of CakePHP whether CakePHP + * has been installed as a dependency of the plugin, or the plugin is itself + * installed as a dependency of an application. */ $findRoot = function($root) { do {