From cf2afec3a55ac746edac0d0065959c842dffd9f7 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 10 Sep 2013 15:56:07 -0400 Subject: [PATCH] Fix a few coding standards errors. --- .../Test/TestCase/Console/Command/Task/ProjectTaskTest.php | 1 - lib/Cake/TestSuite/templates/header.php | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php index 7437e2a4cb8..02077333a1d 100644 --- a/lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php +++ b/lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php @@ -67,7 +67,6 @@ protected function _setupTestProject() { $this->Task->bake($this->Task->path . 'BakeTestApp'); } - /** * test bake with an absolute path. * diff --git a/lib/Cake/TestSuite/templates/header.php b/lib/Cake/TestSuite/templates/header.php index e091be083e7..3846a6633f0 100644 --- a/lib/Cake/TestSuite/templates/header.php +++ b/lib/Cake/TestSuite/templates/header.php @@ -1,7 +1,5 @@ @@ -13,12 +11,12 @@ * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests - * @package Cake.TestSuite.templates * @since CakePHP(tm) v 1.2.0.4433 * @license http://www.opensource.org/licenses/mit-license.php MIT License */ use Cake\Core\Configure; + ?>