Skip to content

Commit

Permalink
move the comment to the baked content
Browse files Browse the repository at this point in the history
Users will possibly want to know why it's not a hardcoded path
  • Loading branch information
AD7six committed Nov 19, 2014
1 parent f498388 commit 7590789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Template/Bake/tests/bootstrap.ctp
Expand Up @@ -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)
*
Expand All @@ -22,6 +18,10 @@
<?php
/**
* Test suite bootstrap for <%= $plugin %>.
*
* 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 {
Expand Down

0 comments on commit 7590789

Please sign in to comment.