Skip to content

Commit

Permalink
Fix a few coding standards errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2013
1 parent 261b08a commit cf2afec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Expand Up @@ -67,7 +67,6 @@ protected function _setupTestProject() {
$this->Task->bake($this->Task->path . 'BakeTestApp');
}


/**
* test bake with an absolute path.
*
Expand Down
4 changes: 1 addition & 3 deletions lib/Cake/TestSuite/templates/header.php
@@ -1,7 +1,5 @@
<?php
/**
* Short description for file.
*
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
Expand All @@ -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;

?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
Expand Down

0 comments on commit cf2afec

Please sign in to comment.