From f0205f53ada0c1074c81f027c5d319af957d020f Mon Sep 17 00:00:00 2001 From: Kim Egede Jakobsen Date: Sun, 8 Sep 2013 21:18:59 +0200 Subject: [PATCH 01/10] Try to make same comments for constructors. Conflicts: lib/Cake/I18n/L10n.php --- lib/Cake/Controller/CakeErrorController.php | 2 +- lib/Cake/Core/Object.php | 2 +- lib/Cake/I18n/L10n.php | 1 + lib/Cake/Log/Engine/BaseLog.php | 2 +- lib/Cake/Network/CakeResponse.php | 14 +++++++------- lib/Cake/TestSuite/CakeTestSuiteDispatcher.php | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/lib/Cake/Controller/CakeErrorController.php b/lib/Cake/Controller/CakeErrorController.php index 1755f3741..9afabdadf 100644 --- a/lib/Cake/Controller/CakeErrorController.php +++ b/lib/Cake/Controller/CakeErrorController.php @@ -39,7 +39,7 @@ class CakeErrorController extends AppController { public $uses = array(); /** - * __construct + * Constructor * * @param CakeRequest $request * @param CakeResponse $response diff --git a/lib/Cake/Core/Object.php b/lib/Cake/Core/Object.php index 053c68f7c..1e35c6ba1 100644 --- a/lib/Cake/Core/Object.php +++ b/lib/Cake/Core/Object.php @@ -31,7 +31,7 @@ App::uses('CakeLog', 'Log'); class Object { /** - * constructor, no-op + * Constructor, no-op * */ public function __construct() { diff --git a/lib/Cake/I18n/L10n.php b/lib/Cake/I18n/L10n.php index aba0afbf7..bac9ee5df 100644 --- a/lib/Cake/I18n/L10n.php +++ b/lib/Cake/I18n/L10n.php @@ -327,6 +327,7 @@ class L10n { /** * Class constructor + * */ public function __construct() { if (defined('DEFAULT_LANGUAGE')) { diff --git a/lib/Cake/Log/Engine/BaseLog.php b/lib/Cake/Log/Engine/BaseLog.php index a7b3953bb..a053964f8 100644 --- a/lib/Cake/Log/Engine/BaseLog.php +++ b/lib/Cake/Log/Engine/BaseLog.php @@ -35,7 +35,7 @@ abstract class BaseLog implements CakeLogInterface { protected $_config = array(); /** - * __construct method + * Constructor * * @param array $config Configuration array */ diff --git a/lib/Cake/Network/CakeResponse.php b/lib/Cake/Network/CakeResponse.php index ddabc3f41..ac893b273 100644 --- a/lib/Cake/Network/CakeResponse.php +++ b/lib/Cake/Network/CakeResponse.php @@ -376,7 +376,7 @@ class CakeResponse { protected $_cookies = array(); /** - * Class constructor + * Constructor * * @param array $options list of parameters to setup the response. Possible values are: * - body: the response text that should be sent to the client @@ -630,12 +630,12 @@ class CakeResponse { /** * Queries & sets valid HTTP response codes & messages. * - * @param integer|array $code If $code is an integer, then the corresponding code/message is - * returned if it exists, null if it does not exist. If $code is an array, then the - * keys are used as codes and the values as messages to add to the default HTTP - * codes. The codes must be integers greater than 99 and less than 1000. Keep in - * mind that the HTTP specification outlines that status codes begin with a digit - * between 1 and 5, which defines the class of response the client is to expect. + * @param integer|array $code If $code is an integer, then the corresponding code/message is + * returned if it exists, null if it does not exist. If $code is an array, then the + * keys are used as codes and the values as messages to add to the default HTTP + * codes. The codes must be integers greater than 99 and less than 1000. Keep in + * mind that the HTTP specification outlines that status codes begin with a digit + * between 1 and 5, which defines the class of response the client is to expect. * Example: * * httpCodes(404); // returns array(404 => 'Not Found') diff --git a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php index e7a5dabd8..904997466 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php +++ b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php @@ -77,7 +77,7 @@ class CakeTestSuiteDispatcher { protected static $_Reporter = null; /** - * constructor + * Constructor * */ public function __construct() { From 18e0dc95dd2dfb78926a7128025ef745c86ffca2 Mon Sep 17 00:00:00 2001 From: Kim Egede Jakobsen Date: Sun, 8 Sep 2013 21:19:46 +0200 Subject: [PATCH 02/10] Remove @return from docblock (for __construct && __destruct methods) --- lib/Cake/Console/ConsoleOutput.php | 3 +-- lib/Cake/I18n/L10n.php | 1 - lib/Cake/Model/Datasource/DataSource.php | 1 - lib/Cake/Model/Datasource/DboSource.php | 1 - lib/Cake/Network/CakeSocket.php | 1 - lib/Cake/TestSuite/CakeTestSuiteDispatcher.php | 1 - lib/Cake/Utility/File.php | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/lib/Cake/Console/ConsoleOutput.php b/lib/Cake/Console/ConsoleOutput.php index b270fce29..3b45c6751 100644 --- a/lib/Cake/Console/ConsoleOutput.php +++ b/lib/Cake/Console/ConsoleOutput.php @@ -286,8 +286,7 @@ class ConsoleOutput { } /** - * clean up and close handles - * + * Clean up and close handles */ public function __destruct() { fclose($this->_output); diff --git a/lib/Cake/I18n/L10n.php b/lib/Cake/I18n/L10n.php index bac9ee5df..aba0afbf7 100644 --- a/lib/Cake/I18n/L10n.php +++ b/lib/Cake/I18n/L10n.php @@ -327,7 +327,6 @@ class L10n { /** * Class constructor - * */ public function __construct() { if (defined('DEFAULT_LANGUAGE')) { diff --git a/lib/Cake/Model/Datasource/DataSource.php b/lib/Cake/Model/Datasource/DataSource.php index ceda8a4c8..c71b164cf 100644 --- a/lib/Cake/Model/Datasource/DataSource.php +++ b/lib/Cake/Model/Datasource/DataSource.php @@ -431,7 +431,6 @@ class DataSource extends Object { /** * Closes the current datasource. - * */ public function __destruct() { if ($this->_transactionStarted) { diff --git a/lib/Cake/Model/Datasource/DboSource.php b/lib/Cake/Model/Datasource/DboSource.php index dd6eae280..3fcf71f12 100644 --- a/lib/Cake/Model/Datasource/DboSource.php +++ b/lib/Cake/Model/Datasource/DboSource.php @@ -3306,7 +3306,6 @@ class DboSource extends DataSource { /** * Used for storing in cache the results of the in-memory methodCache - * */ public function __destruct() { if ($this->_methodCacheChange) { diff --git a/lib/Cake/Network/CakeSocket.php b/lib/Cake/Network/CakeSocket.php index a06c38c50..ca20bdfc1 100644 --- a/lib/Cake/Network/CakeSocket.php +++ b/lib/Cake/Network/CakeSocket.php @@ -331,7 +331,6 @@ class CakeSocket { /** * Destructor, used to disconnect from current connection. - * */ public function __destruct() { $this->disconnect(); diff --git a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php index 904997466..3d23bbccf 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php +++ b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php @@ -78,7 +78,6 @@ class CakeTestSuiteDispatcher { /** * Constructor - * */ public function __construct() { $this->_baseUrl = $_SERVER['PHP_SELF']; diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php index 9c1be6afe..1af4c757b 100644 --- a/lib/Cake/Utility/File.php +++ b/lib/Cake/Utility/File.php @@ -96,7 +96,6 @@ class File { /** * Closes the current file if it is opened - * */ public function __destruct() { $this->close(); From 1f5d1eee988e8becddc2f3bd20ac43a37fc68daf Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 11 Nov 2013 12:30:00 -0500 Subject: [PATCH 03/10] Remove duplicated reference for behaviors in ClassRegistry The 2nd key in the registry was to support persistModel which has long since been removed. With this registry key not being used it can be removed with reasonable safety. Fixes #2306 --- lib/Cake/Model/BehaviorCollection.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Cake/Model/BehaviorCollection.php b/lib/Cake/Model/BehaviorCollection.php index 4813e7ed0..65b34510d 100644 --- a/lib/Cake/Model/BehaviorCollection.php +++ b/lib/Cake/Model/BehaviorCollection.php @@ -132,9 +132,6 @@ class BehaviorCollection extends ObjectCollection implements CakeEventListener { } else { $this->_loaded[$alias] = new $class(); ClassRegistry::addObject($class, $this->_loaded[$alias]); - if (!empty($plugin)) { - ClassRegistry::addObject($plugin . '.' . $class, $this->_loaded[$alias]); - } } } elseif (isset($this->_loaded[$alias]->settings) && isset($this->_loaded[$alias]->settings[$this->modelName])) { if ($config !== null && $config !== false) { From a07608cbb9463343b3aede21d9a3cbf092020667 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 11 Nov 2013 21:56:17 -0500 Subject: [PATCH 04/10] Fix incorrect CSRF token fields when using postLink() Creating a postLink after creating a GET form would result in the incorrect fields being generated. Fixes #2308 --- .../Test/Case/View/Helper/FormHelperTest.php | 29 +++++++++++++++++++ lib/Cake/View/Helper/FormHelper.php | 1 + 2 files changed, 30 insertions(+) diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index 1f3dd51d9..01207c621 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -7172,6 +7172,35 @@ class FormHelperTest extends CakeTestCase { )); } +/** + * test creating postLinks after a GET form. + * + * @return void + */ + public function testPostLinkAfterGetForm() { + $this->Form->request->params['_Token']['key'] = 'testkey'; + $this->Form->create('User', array('type' => 'get')); + $this->Form->end(); + + $result = $this->Form->postLink('Delete', '/posts/delete/1'); + $this->assertTags($result, array( + 'form' => array( + 'method' => 'post', 'action' => '/posts/delete/1', + 'name' => 'preg:/post_\w+/', 'id' => 'preg:/post_\w+/', 'style' => 'display:none;' + ), + array('input' => array('type' => 'hidden', 'name' => '_method', 'value' => 'POST')), + array('input' => array('type' => 'hidden', 'name' => 'data[_Token][key]', 'value' => 'testkey', 'id' => 'preg:/Token\d+/')), + 'div' => array('style' => 'display:none;'), + array('input' => array('type' => 'hidden', 'name' => 'data[_Token][fields]', 'value' => 'preg:/[\w\d%]+/', 'id' => 'preg:/TokenFields\d+/')), + array('input' => array('type' => 'hidden', 'name' => 'data[_Token][unlocked]', 'value' => '', 'id' => 'preg:/TokenUnlocked\d+/')), + '/div', + '/form', + 'a' => array('href' => '#', 'onclick' => 'preg:/document\.post_\w+\.submit\(\); event\.returnValue = false; return false;/'), + 'Delete', + '/a' + )); + } + /** * Test that postLink adds _Token fields. * diff --git a/lib/Cake/View/Helper/FormHelper.php b/lib/Cake/View/Helper/FormHelper.php index 894e3cfd0..db4b4cf79 100644 --- a/lib/Cake/View/Helper/FormHelper.php +++ b/lib/Cake/View/Helper/FormHelper.php @@ -523,6 +523,7 @@ class FormHelper extends AppHelper { $out .= $this->Html->useTag('formend'); $this->_View->modelScope = false; + $this->requestType = null; return $out; } From ce47890e989f495984cd875b38e9f9f33bf9e24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 13 Nov 2013 18:52:06 +0100 Subject: [PATCH 05/10] Replaced all remaining license references to the Open Group Test Suite License with the MIT License --- lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php | 5 +++-- lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php | 5 +++-- lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php | 3 ++- lib/Cake/Test/Case/Routing/RouterTest.php | 5 +++-- lib/Cake/Test/Case/Utility/InflectorTest.php | 5 +++-- lib/Cake/Test/Case/Utility/ValidationTest.php | 3 ++- lib/Cake/Test/Fixture/DomainFixture.php | 5 +++-- lib/Cake/Test/Fixture/DomainsSiteFixture.php | 7 ++++--- lib/Cake/Test/Fixture/PrefixTestFixture.php | 7 ++++--- lib/Cake/Test/Fixture/SiteFixture.php | 7 ++++--- 10 files changed, 31 insertions(+), 21 deletions(-) diff --git a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php index dc61adf27..2d96361fa 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php @@ -7,8 +7,9 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php index 944266af3..dfed77d2f 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php @@ -7,8 +7,9 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests diff --git a/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php b/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php index e51771636..742cb9435 100644 --- a/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php +++ b/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php @@ -3,7 +3,8 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/Case/Routing/RouterTest.php index 23896fde4..88603d09f 100644 --- a/lib/Cake/Test/Case/Routing/RouterTest.php +++ b/lib/Cake/Test/Case/Routing/RouterTest.php @@ -7,8 +7,9 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests diff --git a/lib/Cake/Test/Case/Utility/InflectorTest.php b/lib/Cake/Test/Case/Utility/InflectorTest.php index 87e790192..faaa3dce6 100644 --- a/lib/Cake/Test/Case/Utility/InflectorTest.php +++ b/lib/Cake/Test/Case/Utility/InflectorTest.php @@ -9,14 +9,15 @@ * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html * @package Cake.Test.Case.Utility * @since CakePHP(tm) v 1.2.0.4206 - * @license http://www.opensource.org/licenses/opengroup.php Open Group Test Suite License + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ /** diff --git a/lib/Cake/Test/Case/Utility/ValidationTest.php b/lib/Cake/Test/Case/Utility/ValidationTest.php index 7c325c333..392c73ffc 100644 --- a/lib/Cake/Test/Case/Utility/ValidationTest.php +++ b/lib/Cake/Test/Case/Utility/ValidationTest.php @@ -7,7 +7,8 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) diff --git a/lib/Cake/Test/Fixture/DomainFixture.php b/lib/Cake/Test/Fixture/DomainFixture.php index 409a4585f..02b694bd3 100644 --- a/lib/Cake/Test/Fixture/DomainFixture.php +++ b/lib/Cake/Test/Fixture/DomainFixture.php @@ -7,8 +7,9 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests diff --git a/lib/Cake/Test/Fixture/DomainsSiteFixture.php b/lib/Cake/Test/Fixture/DomainsSiteFixture.php index bd4ae1466..8e2af0ad0 100644 --- a/lib/Cake/Test/Fixture/DomainsSiteFixture.php +++ b/lib/Cake/Test/Fixture/DomainsSiteFixture.php @@ -7,14 +7,15 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @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.Test.Fixture * @since CakePHP(tm) v 2.1 - * @license http://www.opensource.org/licenses/opengroup.php Open Group Test Suite License + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ /** diff --git a/lib/Cake/Test/Fixture/PrefixTestFixture.php b/lib/Cake/Test/Fixture/PrefixTestFixture.php index 47f36ebd7..62fc86066 100644 --- a/lib/Cake/Test/Fixture/PrefixTestFixture.php +++ b/lib/Cake/Test/Fixture/PrefixTestFixture.php @@ -7,14 +7,15 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @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.Test.Fixture * @since CakePHP(tm) v 1.2.0.4667 - * @license http://www.opensource.org/licenses/opengroup.php Open Group Test Suite License + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ /** diff --git a/lib/Cake/Test/Fixture/SiteFixture.php b/lib/Cake/Test/Fixture/SiteFixture.php index 158429de4..d3ffe0e72 100644 --- a/lib/Cake/Test/Fixture/SiteFixture.php +++ b/lib/Cake/Test/Fixture/SiteFixture.php @@ -7,14 +7,15 @@ * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * - * Licensed under The Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * For full copyright and license information, please see the LICENSE.txt + * Redistributions of files must retain the above copyright notice. * * @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.Test.Fixture * @since CakePHP(tm) v 2.1 - * @license http://www.opensource.org/licenses/opengroup.php Open Group Test Suite License + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ /** From 7cfa0116f4910b4f3f8bc39662e97c6548564a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 13 Nov 2013 22:58:34 +0100 Subject: [PATCH 06/10] Removed "PHP 5" from file header DocBlocks This statement does not serve a purpose anymore. In a long forgotten world it indicated the main version number of PHP which the code in the file was compatible to. http://pear.php.net/manual/en/standards.sample.php But since PHP 5.1 and later this is only marginally true. Thus I propose to remove it from CakePHP. --- app/Config/Schema/db_acl.php | 2 -- app/Config/Schema/i18n.php | 2 -- app/Config/Schema/sessions.php | 2 -- app/Config/acl.ini.php | 3 --- app/Config/acl.php | 2 -- app/Config/bootstrap.php | 2 -- app/Config/core.php | 2 -- app/Config/database.php.default | 2 +- app/Config/email.php.default | 2 +- app/Config/routes.php | 2 -- app/Console/Command/AppShell.php | 2 -- app/Console/cake | 1 - app/Console/cake.bat | 1 - app/Console/cake.php | 2 -- app/Controller/AppController.php | 2 -- app/Controller/PagesController.php | 2 -- app/Model/AppModel.php | 2 -- app/View/Emails/html/default.ctp | 1 - app/View/Emails/text/default.ctp | 1 - app/View/Errors/error400.ctp | 1 - app/View/Errors/error500.ctp | 1 - app/View/Helper/AppHelper.php | 2 -- app/View/Layouts/Emails/html/default.ctp | 1 - app/View/Layouts/Emails/text/default.ctp | 1 - app/View/Layouts/ajax.ctp | 1 - app/View/Layouts/default.ctp | 1 - app/View/Layouts/error.ctp | 1 - app/View/Layouts/flash.ctp | 1 - app/View/Pages/home.ctp | 1 - app/index.php | 2 +- app/webroot/index.php | 2 -- app/webroot/test.php | 2 -- index.php | 2 -- lib/Cake/Cache/Engine/ApcEngine.php | 3 --- lib/Cake/Cache/Engine/FileEngine.php | 2 -- lib/Cake/Cache/Engine/MemcacheEngine.php | 3 --- lib/Cake/Cache/Engine/RedisEngine.php | 3 --- lib/Cake/Cache/Engine/WincacheEngine.php | 2 -- lib/Cake/Cache/Engine/XcacheEngine.php | 2 -- lib/Cake/Config/config.php | 2 -- lib/Cake/Config/routes.php | 2 -- lib/Cake/Config/unicode/casefolding/0080_00ff.php | 2 -- lib/Cake/Config/unicode/casefolding/0100_017f.php | 2 -- lib/Cake/Config/unicode/casefolding/0180_024F.php | 2 -- lib/Cake/Config/unicode/casefolding/0250_02af.php | 2 -- lib/Cake/Config/unicode/casefolding/0370_03ff.php | 2 -- lib/Cake/Config/unicode/casefolding/0400_04ff.php | 2 -- lib/Cake/Config/unicode/casefolding/0500_052f.php | 2 -- lib/Cake/Config/unicode/casefolding/0530_058f.php | 2 -- lib/Cake/Config/unicode/casefolding/1e00_1eff.php | 2 -- lib/Cake/Config/unicode/casefolding/1f00_1fff.php | 2 -- lib/Cake/Config/unicode/casefolding/2100_214f.php | 2 -- lib/Cake/Config/unicode/casefolding/2150_218f.php | 2 -- lib/Cake/Config/unicode/casefolding/2460_24ff.php | 2 -- lib/Cake/Config/unicode/casefolding/2c00_2c5f.php | 2 -- lib/Cake/Config/unicode/casefolding/2c60_2c7f.php | 2 -- lib/Cake/Config/unicode/casefolding/2c80_2cff.php | 2 -- lib/Cake/Config/unicode/casefolding/ff00_ffef.php | 2 -- lib/Cake/Configure/IniReader.php | 2 -- lib/Cake/Configure/PhpReader.php | 2 -- lib/Cake/Console/Command/AclShell.php | 2 -- lib/Cake/Console/Command/ApiShell.php | 2 -- lib/Cake/Console/Command/AppShell.php | 2 -- lib/Cake/Console/Command/BakeShell.php | 2 -- lib/Cake/Console/Command/I18nShell.php | 2 -- lib/Cake/Console/Command/ServerShell.php | 2 -- lib/Cake/Console/Command/Task/BakeTask.php | 2 -- lib/Cake/Console/Command/Task/ControllerTask.php | 2 -- lib/Cake/Console/Command/Task/DbConfigTask.php | 2 -- lib/Cake/Console/Command/Task/ExtractTask.php | 2 -- lib/Cake/Console/Command/Task/FixtureTask.php | 2 -- lib/Cake/Console/Command/Task/ModelTask.php | 2 -- lib/Cake/Console/Command/Task/PluginTask.php | 2 -- lib/Cake/Console/Command/Task/ProjectTask.php | 3 --- lib/Cake/Console/Command/Task/TemplateTask.php | 2 -- lib/Cake/Console/Command/Task/TestTask.php | 2 -- lib/Cake/Console/Command/Task/ViewTask.php | 2 -- lib/Cake/Console/Command/TestShell.php | 2 -- lib/Cake/Console/Command/TestsuiteShell.php | 2 -- lib/Cake/Console/Command/UpgradeShell.php | 2 -- lib/Cake/Console/ConsoleErrorHandler.php | 2 -- lib/Cake/Console/ConsoleInput.php | 2 -- lib/Cake/Console/ConsoleInputArgument.php | 2 -- lib/Cake/Console/ConsoleInputOption.php | 2 -- lib/Cake/Console/ConsoleInputSubcommand.php | 2 -- lib/Cake/Console/ConsoleOptionParser.php | 2 -- lib/Cake/Console/ConsoleOutput.php | 2 -- lib/Cake/Console/HelpFormatter.php | 2 -- lib/Cake/Console/Shell.php | 2 -- lib/Cake/Console/ShellDispatcher.php | 2 -- .../Console/Templates/default/actions/controller_actions.ctp | 2 -- lib/Cake/Console/Templates/default/classes/controller.ctp | 2 -- lib/Cake/Console/Templates/default/classes/fixture.ctp | 2 -- lib/Cake/Console/Templates/default/classes/model.ctp | 2 -- lib/Cake/Console/Templates/default/classes/test.ctp | 3 --- lib/Cake/Console/Templates/default/views/form.ctp | 1 - lib/Cake/Console/Templates/default/views/index.ctp | 1 - lib/Cake/Console/Templates/default/views/view.ctp | 1 - lib/Cake/Console/Templates/skel/Config/Schema/db_acl.php | 2 -- lib/Cake/Console/Templates/skel/Config/Schema/i18n.php | 2 -- lib/Cake/Console/Templates/skel/Config/Schema/sessions.php | 2 -- lib/Cake/Console/Templates/skel/Config/acl.ini.php | 3 --- lib/Cake/Console/Templates/skel/Config/acl.php | 2 -- lib/Cake/Console/Templates/skel/Config/bootstrap.php | 2 -- lib/Cake/Console/Templates/skel/Config/core.php | 2 -- lib/Cake/Console/Templates/skel/Config/database.php.default | 2 +- lib/Cake/Console/Templates/skel/Config/email.php.default | 2 -- lib/Cake/Console/Templates/skel/Config/routes.php | 2 -- lib/Cake/Console/Templates/skel/Console/Command/AppShell.php | 2 -- lib/Cake/Console/Templates/skel/Console/cake | 1 - lib/Cake/Console/Templates/skel/Console/cake.bat | 1 - lib/Cake/Console/Templates/skel/Console/cake.php | 2 -- lib/Cake/Console/Templates/skel/Controller/AppController.php | 2 -- .../Console/Templates/skel/Controller/PagesController.php | 2 -- lib/Cake/Console/Templates/skel/Model/AppModel.php | 2 -- lib/Cake/Console/Templates/skel/View/Emails/html/default.ctp | 1 - lib/Cake/Console/Templates/skel/View/Emails/text/default.ctp | 1 - lib/Cake/Console/Templates/skel/View/Errors/error400.ctp | 1 - lib/Cake/Console/Templates/skel/View/Errors/error500.ctp | 1 - lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php | 2 -- .../Templates/skel/View/Layouts/Emails/html/default.ctp | 1 - .../Templates/skel/View/Layouts/Emails/text/default.ctp | 1 - lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp | 1 - lib/Cake/Console/Templates/skel/View/Layouts/default.ctp | 1 - lib/Cake/Console/Templates/skel/View/Layouts/error.ctp | 1 - lib/Cake/Console/Templates/skel/View/Layouts/flash.ctp | 1 - lib/Cake/Console/Templates/skel/View/Pages/home.ctp | 1 - lib/Cake/Console/Templates/skel/index.php | 2 +- lib/Cake/Console/Templates/skel/webroot/index.php | 2 -- lib/Cake/Console/Templates/skel/webroot/test.php | 2 -- lib/Cake/Console/cake | 1 - lib/Cake/Console/cake.bat | 1 - lib/Cake/Console/cake.php | 2 -- lib/Cake/Controller/CakeErrorController.php | 2 -- lib/Cake/Controller/Component.php | 1 - lib/Cake/Controller/Component/Acl/PhpAcl.php | 2 -- .../Controller/Component/Auth/AbstractPasswordHasher.php | 2 +- lib/Cake/Controller/Component/Auth/ActionsAuthorize.php | 2 +- lib/Cake/Controller/Component/Auth/BaseAuthenticate.php | 2 +- lib/Cake/Controller/Component/Auth/BaseAuthorize.php | 2 +- lib/Cake/Controller/Component/Auth/BasicAuthenticate.php | 2 +- lib/Cake/Controller/Component/Auth/BlowfishAuthenticate.php | 2 +- .../Controller/Component/Auth/BlowfishPasswordHasher.php | 2 +- lib/Cake/Controller/Component/Auth/ControllerAuthorize.php | 2 +- lib/Cake/Controller/Component/Auth/CrudAuthorize.php | 2 +- lib/Cake/Controller/Component/Auth/DigestAuthenticate.php | 2 +- lib/Cake/Controller/Component/Auth/FormAuthenticate.php | 2 +- lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php | 2 +- lib/Cake/Controller/Component/AuthComponent.php | 2 -- lib/Cake/Controller/Component/CookieComponent.php | 2 -- lib/Cake/Controller/Component/EmailComponent.php | 2 -- lib/Cake/Controller/Component/PaginatorComponent.php | 2 -- lib/Cake/Controller/Component/SecurityComponent.php | 2 -- lib/Cake/Controller/Component/SessionComponent.php | 2 -- lib/Cake/Controller/Scaffold.php | 2 -- lib/Cake/Core/App.php | 2 -- lib/Cake/Core/CakePlugin.php | 2 -- lib/Cake/Error/ErrorHandler.php | 2 -- lib/Cake/Error/ExceptionRenderer.php | 2 -- lib/Cake/Error/exceptions.php | 2 -- lib/Cake/Event/CakeEvent.php | 1 - lib/Cake/Event/CakeEventListener.php | 1 - lib/Cake/Event/CakeEventManager.php | 1 - lib/Cake/I18n/I18n.php | 2 -- lib/Cake/I18n/L10n.php | 2 -- lib/Cake/I18n/Multibyte.php | 3 --- lib/Cake/Log/CakeLog.php | 2 -- lib/Cake/Log/CakeLogInterface.php | 2 -- lib/Cake/Log/Engine/BaseLog.php | 2 -- lib/Cake/Log/Engine/ConsoleLog.php | 2 -- lib/Cake/Log/Engine/FileLog.php | 2 -- lib/Cake/Log/Engine/SyslogLog.php | 2 -- lib/Cake/Log/LogEngineCollection.php | 2 -- lib/Cake/Model/AclNode.php | 1 - lib/Cake/Model/Aco.php | 1 - lib/Cake/Model/AcoAction.php | 1 - lib/Cake/Model/Aro.php | 1 - lib/Cake/Model/Behavior/AclBehavior.php | 2 -- lib/Cake/Model/Behavior/ContainableBehavior.php | 2 -- lib/Cake/Model/Behavior/TreeBehavior.php | 2 -- lib/Cake/Model/BehaviorCollection.php | 2 -- lib/Cake/Model/CakeSchema.php | 2 -- lib/Cake/Model/ConnectionManager.php | 2 -- lib/Cake/Model/Datasource/CakeSession.php | 2 -- lib/Cake/Model/Datasource/DataSource.php | 2 -- lib/Cake/Model/Datasource/Database/Mysql.php | 2 -- lib/Cake/Model/Datasource/Database/Postgres.php | 2 -- lib/Cake/Model/Datasource/Database/Sqlite.php | 2 -- lib/Cake/Model/Datasource/Database/Sqlserver.php | 2 -- lib/Cake/Model/Datasource/DboSource.php | 2 -- lib/Cake/Model/Datasource/Session/CacheSession.php | 2 -- lib/Cake/Model/Datasource/Session/DatabaseSession.php | 2 -- lib/Cake/Model/Model.php | 2 -- lib/Cake/Model/ModelBehavior.php | 2 -- lib/Cake/Model/ModelValidator.php | 2 -- lib/Cake/Model/Permission.php | 1 - lib/Cake/Model/Validator/CakeValidationRule.php | 2 -- lib/Cake/Model/Validator/CakeValidationSet.php | 2 -- lib/Cake/Network/CakeRequest.php | 2 -- lib/Cake/Network/CakeResponse.php | 2 -- lib/Cake/Network/CakeSocket.php | 2 -- lib/Cake/Network/Email/AbstractTransport.php | 2 -- lib/Cake/Network/Email/CakeEmail.php | 2 -- lib/Cake/Network/Email/DebugTransport.php | 2 -- lib/Cake/Network/Email/MailTransport.php | 2 -- lib/Cake/Network/Email/SmtpTransport.php | 2 -- lib/Cake/Network/Http/BasicAuthentication.php | 2 -- lib/Cake/Network/Http/DigestAuthentication.php | 2 -- lib/Cake/Network/Http/HttpResponse.php | 2 -- lib/Cake/Network/Http/HttpSocket.php | 2 -- lib/Cake/Network/Http/HttpSocketResponse.php | 2 -- lib/Cake/Routing/Dispatcher.php | 2 -- lib/Cake/Routing/DispatcherFilter.php | 1 - lib/Cake/Routing/Filter/AssetDispatcher.php | 1 - lib/Cake/Routing/Router.php | 2 -- lib/Cake/Test/Case/AllBehaviorsTest.php | 2 -- lib/Cake/Test/Case/AllCacheTest.php | 2 -- lib/Cake/Test/Case/AllComponentsTest.php | 2 -- lib/Cake/Test/Case/AllConfigureTest.php | 2 -- lib/Cake/Test/Case/AllConsoleTest.php | 2 -- lib/Cake/Test/Case/AllControllerTest.php | 2 -- lib/Cake/Test/Case/AllCoreTest.php | 2 -- lib/Cake/Test/Case/AllDatabaseTest.php | 2 -- lib/Cake/Test/Case/AllDbRelatedTest.php | 2 -- lib/Cake/Test/Case/AllErrorTest.php | 2 -- lib/Cake/Test/Case/AllEventTest.php | 2 -- lib/Cake/Test/Case/AllHelpersTest.php | 2 -- lib/Cake/Test/Case/AllI18nTest.php | 2 -- lib/Cake/Test/Case/AllLogTest.php | 2 -- lib/Cake/Test/Case/AllNetworkTest.php | 2 -- lib/Cake/Test/Case/AllRoutingTest.php | 2 -- lib/Cake/Test/Case/AllTestSuiteTest.php | 2 -- lib/Cake/Test/Case/AllTestsTest.php | 2 -- lib/Cake/Test/Case/AllUtilityTest.php | 2 -- lib/Cake/Test/Case/AllViewTest.php | 2 -- lib/Cake/Test/Case/BasicsTest.php | 2 -- lib/Cake/Test/Case/Cache/CacheTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php | 2 -- lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php | 2 -- lib/Cake/Test/Case/Configure/IniReaderTest.php | 2 -- lib/Cake/Test/Case/Configure/PhpReaderTest.php | 2 -- lib/Cake/Test/Case/Console/AllConsoleLibsTest.php | 2 -- lib/Cake/Test/Case/Console/AllConsoleTest.php | 2 -- lib/Cake/Test/Case/Console/AllShellsTest.php | 2 -- lib/Cake/Test/Case/Console/AllTasksTest.php | 2 -- lib/Cake/Test/Case/Console/Command/AclShellTest.php | 2 -- lib/Cake/Test/Case/Console/Command/ApiShellTest.php | 2 -- lib/Cake/Test/Case/Console/Command/BakeShellTest.php | 3 --- lib/Cake/Test/Case/Console/Command/CommandListShellTest.php | 2 -- lib/Cake/Test/Case/Console/Command/SchemaShellTest.php | 2 -- .../Test/Case/Console/Command/Task/ControllerTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php | 3 --- lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php | 2 -- lib/Cake/Test/Case/Console/Command/TestShellTest.php | 2 -- lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php | 2 -- lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php | 2 -- lib/Cake/Test/Case/Console/ConsoleOutputTest.php | 2 -- lib/Cake/Test/Case/Console/HelpFormatterTest.php | 2 -- lib/Cake/Test/Case/Console/ShellDispatcherTest.php | 2 -- lib/Cake/Test/Case/Console/ShellTest.php | 2 -- lib/Cake/Test/Case/Console/TaskCollectionTest.php | 2 -- lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php | 2 -- lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php | 2 -- lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php | 2 -- lib/Cake/Test/Case/Controller/Component/AclComponentTest.php | 2 -- .../Case/Controller/Component/Auth/ActionsAuthorizeTest.php | 2 -- .../Case/Controller/Component/Auth/BasicAuthenticateTest.php | 2 -- .../Controller/Component/Auth/BlowfishAuthenticateTest.php | 2 -- .../Controller/Component/Auth/ControllerAuthorizeTest.php | 2 -- .../Case/Controller/Component/Auth/CrudAuthorizeTest.php | 2 -- .../Controller/Component/Auth/DigestAuthenticateTest.php | 2 -- .../Case/Controller/Component/Auth/FormAuthenticateTest.php | 2 -- .../Test/Case/Controller/Component/AuthComponentTest.php | 2 -- .../Test/Case/Controller/Component/CookieComponentTest.php | 2 -- .../Test/Case/Controller/Component/EmailComponentTest.php | 2 -- .../Case/Controller/Component/PaginatorComponentTest.php | 2 -- .../Controller/Component/RequestHandlerComponentTest.php | 2 -- .../Test/Case/Controller/Component/SecurityComponentTest.php | 2 -- .../Test/Case/Controller/Component/SessionComponentTest.php | 2 -- lib/Cake/Test/Case/Controller/ComponentCollectionTest.php | 2 -- lib/Cake/Test/Case/Controller/ComponentTest.php | 2 -- lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php | 2 -- lib/Cake/Test/Case/Controller/PagesControllerTest.php | 2 -- lib/Cake/Test/Case/Controller/ScaffoldTest.php | 2 -- lib/Cake/Test/Case/Core/AppTest.php | 2 -- lib/Cake/Test/Case/Core/CakePluginTest.php | 2 -- lib/Cake/Test/Case/Core/ConfigureTest.php | 2 -- lib/Cake/Test/Case/Core/ObjectTest.php | 2 -- lib/Cake/Test/Case/Error/ErrorHandlerTest.php | 2 -- lib/Cake/Test/Case/Error/ExceptionRendererTest.php | 2 -- lib/Cake/Test/Case/Event/CakeEventManagerTest.php | 2 -- lib/Cake/Test/Case/Event/CakeEventTest.php | 2 -- lib/Cake/Test/Case/I18n/I18nTest.php | 2 -- lib/Cake/Test/Case/I18n/L10nTest.php | 2 -- lib/Cake/Test/Case/I18n/MultibyteTest.php | 2 -- lib/Cake/Test/Case/Log/CakeLogTest.php | 2 -- lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php | 2 -- lib/Cake/Test/Case/Log/Engine/FileLogTest.php | 2 -- lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php | 1 - lib/Cake/Test/Case/Log/LogEngineCollectionTest.php | 2 -- lib/Cake/Test/Case/Model/AclNodeTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php | 2 -- .../Test/Case/Model/Behavior/ContainableBehaviorTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php | 2 -- lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php | 2 -- lib/Cake/Test/Case/Model/BehaviorCollectionTest.php | 2 -- lib/Cake/Test/Case/Model/CakeSchemaTest.php | 3 --- lib/Cake/Test/Case/Model/ConnectionManagerTest.php | 2 -- lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php | 2 -- lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php | 2 -- lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php | 2 -- .../Test/Case/Model/Datasource/Database/PostgresTest.php | 2 -- lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php | 2 -- .../Test/Case/Model/Datasource/Database/SqlserverTest.php | 2 -- lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php | 2 -- .../Test/Case/Model/Datasource/Session/CacheSessionTest.php | 2 -- .../Case/Model/Datasource/Session/DatabaseSessionTest.php | 2 -- lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php | 4 ++-- lib/Cake/Test/Case/Model/ModelDeleteTest.php | 2 -- lib/Cake/Test/Case/Model/ModelIntegrationTest.php | 2 -- lib/Cake/Test/Case/Model/ModelReadTest.php | 2 -- lib/Cake/Test/Case/Model/ModelTest.php | 2 -- lib/Cake/Test/Case/Model/ModelTestBase.php | 2 -- lib/Cake/Test/Case/Model/ModelValidationTest.php | 2 -- lib/Cake/Test/Case/Model/ModelWriteTest.php | 2 -- .../Test/Case/Model/Validator/CakeValidationRuleTest.php | 2 -- lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php | 2 -- lib/Cake/Test/Case/Model/models.php | 2 -- lib/Cake/Test/Case/Network/CakeRequestTest.php | 2 -- lib/Cake/Test/Case/Network/CakeSocketTest.php | 2 -- lib/Cake/Test/Case/Network/Email/CakeEmailTest.php | 2 -- lib/Cake/Test/Case/Network/Email/DebugTransportTest.php | 2 -- lib/Cake/Test/Case/Network/Email/MailTransportTest.php | 2 -- lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php | 2 -- lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php | 2 -- lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php | 2 -- lib/Cake/Test/Case/Network/Http/HttpResponseTest.php | 2 -- lib/Cake/Test/Case/Network/Http/HttpSocketTest.php | 2 -- lib/Cake/Test/Case/Routing/DispatcherTest.php | 2 -- lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php | 2 -- lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php | 2 -- lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php | 2 -- lib/Cake/Test/Case/Routing/RouterTest.php | 2 -- lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php | 2 -- lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php | 2 -- lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php | 2 -- lib/Cake/Test/Case/Utility/CakeNumberTest.php | 2 -- lib/Cake/Test/Case/Utility/CakeTimeTest.php | 2 -- lib/Cake/Test/Case/Utility/ClassRegistryTest.php | 2 -- lib/Cake/Test/Case/Utility/FileTest.php | 2 -- lib/Cake/Test/Case/Utility/FolderTest.php | 2 -- lib/Cake/Test/Case/Utility/InflectorTest.php | 2 -- lib/Cake/Test/Case/Utility/ObjectCollectionTest.php | 2 -- lib/Cake/Test/Case/Utility/SanitizeTest.php | 2 -- lib/Cake/Test/Case/Utility/SetTest.php | 2 -- lib/Cake/Test/Case/Utility/StringTest.php | 2 -- lib/Cake/Test/Case/Utility/ValidationTest.php | 2 -- lib/Cake/Test/Case/Utility/XmlTest.php | 2 -- lib/Cake/Test/Case/View/Helper/CacheHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/FormHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/JsHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/NumberHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/RssHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/SessionHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/TextHelperTest.php | 2 -- lib/Cake/Test/Case/View/Helper/TimeHelperTest.php | 2 -- lib/Cake/Test/Case/View/HelperCollectionTest.php | 2 -- lib/Cake/Test/Case/View/HelperTest.php | 2 -- lib/Cake/Test/Case/View/JsonViewTest.php | 2 -- lib/Cake/Test/Case/View/MediaViewTest.php | 2 -- lib/Cake/Test/Case/View/ScaffoldViewTest.php | 2 -- lib/Cake/Test/Case/View/ThemeViewTest.php | 2 -- lib/Cake/Test/Case/View/ViewTest.php | 2 -- lib/Cake/Test/Case/View/XmlViewTest.php | 2 -- lib/Cake/Test/Fixture/AccountFixture.php | 2 -- lib/Cake/Test/Fixture/AcoActionFixture.php | 2 -- lib/Cake/Test/Fixture/AcoFixture.php | 2 -- lib/Cake/Test/Fixture/AcoTwoFixture.php | 2 -- lib/Cake/Test/Fixture/AdFixture.php | 2 -- lib/Cake/Test/Fixture/AdvertisementFixture.php | 2 -- lib/Cake/Test/Fixture/AfterTreeFixture.php | 2 -- lib/Cake/Test/Fixture/AnotherArticleFixture.php | 2 -- lib/Cake/Test/Fixture/AppleFixture.php | 2 -- lib/Cake/Test/Fixture/ArmorFixture.php | 2 -- lib/Cake/Test/Fixture/ArmorsPlayerFixture.php | 2 -- lib/Cake/Test/Fixture/AroFixture.php | 2 -- lib/Cake/Test/Fixture/AroTwoFixture.php | 2 -- lib/Cake/Test/Fixture/ArosAcoFixture.php | 2 -- lib/Cake/Test/Fixture/ArosAcoTwoFixture.php | 2 -- lib/Cake/Test/Fixture/ArticleFeaturedFixture.php | 2 -- lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php | 2 -- lib/Cake/Test/Fixture/ArticleFixture.php | 2 -- lib/Cake/Test/Fixture/ArticlesTagFixture.php | 2 -- lib/Cake/Test/Fixture/AttachmentFixture.php | 2 -- lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php | 2 -- lib/Cake/Test/Fixture/AuthUserFixture.php | 2 -- lib/Cake/Test/Fixture/AuthorFixture.php | 2 -- lib/Cake/Test/Fixture/BakeArticleFixture.php | 2 -- lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php | 2 -- lib/Cake/Test/Fixture/BakeCommentFixture.php | 2 -- lib/Cake/Test/Fixture/BakeTagFixture.php | 2 -- lib/Cake/Test/Fixture/BasketFixture.php | 2 -- lib/Cake/Test/Fixture/BidFixture.php | 2 -- lib/Cake/Test/Fixture/BiddingFixture.php | 2 -- lib/Cake/Test/Fixture/BiddingMessageFixture.php | 2 -- lib/Cake/Test/Fixture/BinaryTestFixture.php | 2 -- lib/Cake/Test/Fixture/BookFixture.php | 2 -- lib/Cake/Test/Fixture/CacheTestModelFixture.php | 2 -- lib/Cake/Test/Fixture/CallbackFixture.php | 2 -- lib/Cake/Test/Fixture/CampaignFixture.php | 2 -- lib/Cake/Test/Fixture/CategoryFixture.php | 2 -- lib/Cake/Test/Fixture/CategoryThreadFixture.php | 2 -- lib/Cake/Test/Fixture/CdFixture.php | 2 -- lib/Cake/Test/Fixture/CommentFixture.php | 2 -- lib/Cake/Test/Fixture/ContentAccountFixture.php | 2 -- lib/Cake/Test/Fixture/ContentFixture.php | 2 -- lib/Cake/Test/Fixture/CounterCachePostFixture.php | 2 -- .../Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php | 2 -- lib/Cake/Test/Fixture/CounterCacheUserFixture.php | 2 -- .../Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php | 2 -- lib/Cake/Test/Fixture/DataTestFixture.php | 2 -- lib/Cake/Test/Fixture/DatatypeFixture.php | 2 -- lib/Cake/Test/Fixture/DependencyFixture.php | 2 -- lib/Cake/Test/Fixture/DeviceFixture.php | 2 -- lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php | 2 -- lib/Cake/Test/Fixture/DeviceTypeFixture.php | 2 -- lib/Cake/Test/Fixture/DocumentDirectoryFixture.php | 2 -- lib/Cake/Test/Fixture/DocumentFixture.php | 2 -- lib/Cake/Test/Fixture/DomainFixture.php | 2 -- lib/Cake/Test/Fixture/DomainsSiteFixture.php | 2 -- lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php | 2 -- lib/Cake/Test/Fixture/FeatureSetFixture.php | 2 -- lib/Cake/Test/Fixture/FeaturedFixture.php | 2 -- lib/Cake/Test/Fixture/FilmFileFixture.php | 2 -- lib/Cake/Test/Fixture/FlagTreeFixture.php | 2 -- lib/Cake/Test/Fixture/FruitFixture.php | 2 -- lib/Cake/Test/Fixture/FruitsUuidTagFixture.php | 2 -- lib/Cake/Test/Fixture/GroupUpdateAllFixture.php | 2 -- lib/Cake/Test/Fixture/GuildFixture.php | 2 -- lib/Cake/Test/Fixture/GuildsPlayerFixture.php | 2 -- lib/Cake/Test/Fixture/HomeFixture.php | 2 -- lib/Cake/Test/Fixture/ImageFixture.php | 2 -- lib/Cake/Test/Fixture/InnoFixture.php | 2 -- lib/Cake/Test/Fixture/ItemFixture.php | 2 -- lib/Cake/Test/Fixture/ItemsPortfolioFixture.php | 2 -- lib/Cake/Test/Fixture/JoinABFixture.php | 2 -- lib/Cake/Test/Fixture/JoinACFixture.php | 2 -- lib/Cake/Test/Fixture/JoinAFixture.php | 2 -- lib/Cake/Test/Fixture/JoinBFixture.php | 2 -- lib/Cake/Test/Fixture/JoinCFixture.php | 2 -- lib/Cake/Test/Fixture/JoinThingFixture.php | 2 -- lib/Cake/Test/Fixture/MessageFixture.php | 2 -- lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php | 2 -- lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php | 2 -- lib/Cake/Test/Fixture/MyCategoryFixture.php | 2 -- lib/Cake/Test/Fixture/MyProductFixture.php | 2 -- lib/Cake/Test/Fixture/MyUserFixture.php | 2 -- lib/Cake/Test/Fixture/NodeFixture.php | 2 -- lib/Cake/Test/Fixture/NumberTreeFixture.php | 2 -- lib/Cake/Test/Fixture/NumberTreeTwoFixture.php | 2 -- lib/Cake/Test/Fixture/NumericArticleFixture.php | 2 -- lib/Cake/Test/Fixture/OverallFavoriteFixture.php | 2 -- lib/Cake/Test/Fixture/PersonFixture.php | 2 -- lib/Cake/Test/Fixture/PlayerFixture.php | 2 -- lib/Cake/Test/Fixture/PortfolioFixture.php | 2 -- lib/Cake/Test/Fixture/PostFixture.php | 2 -- lib/Cake/Test/Fixture/PostsTagFixture.php | 2 -- lib/Cake/Test/Fixture/PrefixTestFixture.php | 2 -- lib/Cake/Test/Fixture/PrimaryModelFixture.php | 2 -- lib/Cake/Test/Fixture/ProductFixture.php | 2 -- lib/Cake/Test/Fixture/ProductUpdateAllFixture.php | 2 -- lib/Cake/Test/Fixture/ProjectFixture.php | 2 -- lib/Cake/Test/Fixture/SampleFixture.php | 2 -- lib/Cake/Test/Fixture/SecondaryModelFixture.php | 2 -- lib/Cake/Test/Fixture/SessionFixture.php | 2 -- lib/Cake/Test/Fixture/SiteFixture.php | 2 -- lib/Cake/Test/Fixture/SomethingElseFixture.php | 2 -- lib/Cake/Test/Fixture/SomethingFixture.php | 2 -- lib/Cake/Test/Fixture/StoriesTagFixture.php | 2 -- lib/Cake/Test/Fixture/StoryFixture.php | 2 -- lib/Cake/Test/Fixture/SyfileFixture.php | 2 -- lib/Cake/Test/Fixture/TagFixture.php | 2 -- lib/Cake/Test/Fixture/TestPluginArticleFixture.php | 2 -- lib/Cake/Test/Fixture/TestPluginCommentFixture.php | 2 -- lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php | 2 -- lib/Cake/Test/Fixture/ThreadFixture.php | 2 -- lib/Cake/Test/Fixture/TranslateArticleFixture.php | 2 -- lib/Cake/Test/Fixture/TranslateFixture.php | 2 -- lib/Cake/Test/Fixture/TranslateTableFixture.php | 2 -- lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php | 2 -- lib/Cake/Test/Fixture/TranslatedArticleFixture.php | 2 -- lib/Cake/Test/Fixture/TranslatedItemFixture.php | 2 -- lib/Cake/Test/Fixture/UnconventionalTreeFixture.php | 2 -- lib/Cake/Test/Fixture/UnderscoreFieldFixture.php | 2 -- lib/Cake/Test/Fixture/UserFixture.php | 2 -- lib/Cake/Test/Fixture/UuidFixture.php | 2 -- lib/Cake/Test/Fixture/UuidTagFixture.php | 2 -- lib/Cake/Test/Fixture/UuidTreeFixture.php | 2 -- lib/Cake/Test/Fixture/UuiditemFixture.php | 2 -- lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php | 2 -- .../Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php | 2 -- lib/Cake/Test/Fixture/UuidportfolioFixture.php | 2 -- lib/Cake/Test/test_app/Config/acl.ini | 3 --- lib/Cake/Test/test_app/Config/acl.ini.php | 3 --- lib/Cake/Test/test_app/Config/acl.php | 3 --- lib/Cake/Test/test_app/Config/routes.php | 2 -- lib/Cake/Test/test_app/Console/Command/SampleShell.php | 2 -- lib/Cake/Test/test_app/Controller/AppController.php | 2 -- lib/Cake/Test/test_app/Controller/PagesController.php | 2 -- lib/Cake/Test/test_app/Controller/TestsAppsController.php | 2 -- .../Test/test_app/Controller/TestsAppsPostsController.php | 2 -- .../Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php | 2 -- lib/Cake/Test/test_app/Lib/Library.php | 2 -- lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php | 2 -- lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php | 2 -- lib/Cake/Test/test_app/Model/AppModel.php | 2 -- .../test_app/Model/Behavior/PersisterOneBehaviorBehavior.php | 2 -- .../test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php | 2 -- lib/Cake/Test/test_app/Model/Comment.php | 4 ---- lib/Cake/Test/test_app/Model/PersisterOne.php | 4 ---- lib/Cake/Test/test_app/Model/PersisterTwo.php | 4 ---- lib/Cake/Test/test_app/Model/Post.php | 4 ---- .../Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php | 2 -- lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php | 3 --- lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php | 2 -- .../Test/test_app/Plugin/TestPlugin/Config/more.load.php | 2 -- .../Plugin/TestPlugin/Console/Command/ExampleShell.php | 2 -- .../Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php | 2 -- .../TestPlugin/Controller/Component/OtherComponent.php | 2 -- .../TestPlugin/Controller/Component/PluginsComponent.php | 2 -- .../TestPlugin/Controller/Component/TestPluginComponent.php | 2 -- .../Controller/Component/TestPluginOtherComponent.php | 2 -- .../Plugin/TestPlugin/Controller/TestPluginAppController.php | 2 -- .../Plugin/TestPlugin/Controller/TestPluginController.php | 2 -- .../Plugin/TestPlugin/Controller/TestsController.php | 2 -- .../TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php | 2 -- .../Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php | 2 -- .../TestPlugin/Lib/Error/TestPluginExceptionRenderer.php | 2 -- .../Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php | 2 -- .../TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php | 1 - .../TestPlugin/Lib/Routing/Filter/TestDispatcherFilter.php | 1 - .../test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php | 2 -- .../Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php | 2 -- .../Model/Behavior/TestPluginPersisterOneBehavior.php | 2 -- .../Model/Behavior/TestPluginPersisterTwoBehavior.php | 2 -- .../test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php | 2 -- .../test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php | 2 -- .../test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php | 2 -- .../test_app/Plugin/TestPlugin/Model/TestPluginComment.php | 2 -- .../Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php | 4 ---- .../Plugin/TestPlugin/Vendor/sample/sample_plugin.php | 2 -- lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php | 2 -- .../Plugin/TestPlugin/View/Helper/OtherHelperHelper.php | 2 -- .../Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php | 2 -- .../Plugin/TestPluginTwo/Console/Command/ExampleShell.php | 2 -- .../Plugin/TestPluginTwo/Console/Command/WelcomeShell.php | 2 -- lib/Cake/Test/test_app/Vendor/Test/MyTest.php | 2 -- lib/Cake/Test/test_app/Vendor/Test/hello.php | 2 -- .../test_app/Vendor/sample/configure_test_vendor_sample.php | 2 -- lib/Cake/Test/test_app/Vendor/somename/some.name.php | 2 -- lib/Cake/Test/test_app/Vendor/welcome.php | 2 -- lib/Cake/TestSuite/CakeTestCase.php | 2 -- lib/Cake/TestSuite/CakeTestLoader.php | 2 -- lib/Cake/TestSuite/CakeTestRunner.php | 2 -- lib/Cake/TestSuite/CakeTestSuite.php | 2 -- lib/Cake/TestSuite/CakeTestSuiteCommand.php | 2 -- lib/Cake/TestSuite/CakeTestSuiteDispatcher.php | 2 -- lib/Cake/TestSuite/ControllerTestCase.php | 2 -- lib/Cake/TestSuite/Fixture/CakeFixtureManager.php | 2 -- lib/Cake/TestSuite/Reporter/CakeBaseReporter.php | 2 -- lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php | 2 -- lib/Cake/TestSuite/Reporter/CakeTextReporter.php | 2 -- lib/Cake/TestSuite/templates/footer.php | 2 -- lib/Cake/TestSuite/templates/header.php | 2 -- lib/Cake/TestSuite/templates/menu.php | 2 -- lib/Cake/TestSuite/templates/missing_connection.php | 2 -- lib/Cake/TestSuite/templates/phpunit.php | 5 +---- lib/Cake/TestSuite/templates/xdebug.php | 2 -- lib/Cake/Utility/CakeNumber.php | 2 -- lib/Cake/Utility/CakeTime.php | 2 -- lib/Cake/Utility/Debugger.php | 2 -- lib/Cake/Utility/File.php | 2 -- lib/Cake/Utility/Sanitize.php | 2 -- lib/Cake/Utility/Security.php | 2 -- lib/Cake/Utility/Set.php | 2 -- lib/Cake/Utility/String.php | 2 -- lib/Cake/Utility/Validation.php | 2 +- lib/Cake/Utility/Xml.php | 2 -- lib/Cake/View/Elements/exception_stack_trace.ctp | 2 -- lib/Cake/View/Elements/sql_dump.ctp | 2 -- lib/Cake/View/Errors/fatal_error.ctp | 1 - lib/Cake/View/Errors/missing_action.ctp | 1 - lib/Cake/View/Errors/missing_behavior.ctp | 1 - lib/Cake/View/Errors/missing_component.ctp | 1 - lib/Cake/View/Errors/missing_connection.ctp | 1 - lib/Cake/View/Errors/missing_controller.ctp | 1 - lib/Cake/View/Errors/missing_database.ctp | 1 - lib/Cake/View/Errors/missing_datasource.ctp | 1 - lib/Cake/View/Errors/missing_datasource_config.ctp | 1 - lib/Cake/View/Errors/missing_helper.ctp | 1 - lib/Cake/View/Errors/missing_layout.ctp | 1 - lib/Cake/View/Errors/missing_plugin.ctp | 1 - lib/Cake/View/Errors/missing_table.ctp | 1 - lib/Cake/View/Errors/missing_view.ctp | 1 - lib/Cake/View/Errors/pdo_error.ctp | 1 - lib/Cake/View/Errors/private_action.ctp | 1 - lib/Cake/View/Errors/scaffold_error.ctp | 1 - lib/Cake/View/Helper/CacheHelper.php | 2 -- lib/Cake/View/Helper/JqueryEngineHelper.php | 2 -- lib/Cake/View/Helper/JsHelper.php | 2 -- lib/Cake/View/Helper/NumberHelper.php | 2 -- lib/Cake/View/Helper/PrototypeEngineHelper.php | 2 -- lib/Cake/View/Helper/SessionHelper.php | 2 -- lib/Cake/View/Helper/TextHelper.php | 2 -- lib/Cake/View/Helper/TimeHelper.php | 2 -- lib/Cake/View/MediaView.php | 2 -- lib/Cake/View/ScaffoldView.php | 2 -- lib/Cake/View/Scaffolds/form.ctp | 1 - lib/Cake/View/Scaffolds/index.ctp | 1 - lib/Cake/View/Scaffolds/view.ctp | 1 - lib/Cake/View/ThemeView.php | 2 -- lib/Cake/View/View.php | 2 -- lib/Cake/View/ViewBlock.php | 2 +- lib/Cake/basics.php | 2 -- lib/Cake/bootstrap.php | 2 -- 644 files changed, 22 insertions(+), 1231 deletions(-) diff --git a/app/Config/Schema/db_acl.php b/app/Config/Schema/db_acl.php index 13c7b12f1..495055bf3 100644 --- a/app/Config/Schema/db_acl.php +++ b/app/Config/Schema/db_acl.php @@ -4,8 +4,6 @@ * * Use it to configure database for ACL * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/Schema/i18n.php b/app/Config/Schema/i18n.php index 83fab96cc..febb2dbd5 100644 --- a/app/Config/Schema/i18n.php +++ b/app/Config/Schema/i18n.php @@ -4,8 +4,6 @@ * * Use it to configure database for i18n * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/Schema/sessions.php b/app/Config/Schema/sessions.php index 6de8f425f..14ff2c6d4 100644 --- a/app/Config/Schema/sessions.php +++ b/app/Config/Schema/sessions.php @@ -4,8 +4,6 @@ * * Use it to configure database for Sessions * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/acl.ini.php b/app/Config/acl.ini.php index 35ffe7850..9a4672132 100644 --- a/app/Config/acl.ini.php +++ b/app/Config/acl.ini.php @@ -2,9 +2,6 @@ ;/** ; * ACL Configuration ; * -; * -; * PHP 5 -; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * diff --git a/app/Config/acl.php b/app/Config/acl.php index 33e29af5b..a8d6e380b 100644 --- a/app/Config/acl.php +++ b/app/Config/acl.php @@ -4,8 +4,6 @@ * * Use it to configure access control of your CakePHP application. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 0f3e3b5a0..76994f830 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -8,8 +8,6 @@ * You should also use this file to include any files that provide global functions/constants * that your application uses. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/core.php b/app/Config/core.php index f91198d70..d686b39c0 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -4,8 +4,6 @@ * * Use it to configure core behavior of Cake. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/app/Config/database.php.default b/app/Config/database.php.default index 01e3442c0..42fedb60a 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -1,6 +1,6 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/index.php b/index.php index 95f389bcc..f966ca4c3 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,6 @@ * - requires App.baseUrl to be uncommented in app/Config/core.php * - app/webroot is not set as a document root. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c), Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/ApcEngine.php b/lib/Cake/Cache/Engine/ApcEngine.php index 94ec0c51c..8fd0ff1ad 100644 --- a/lib/Cake/Cache/Engine/ApcEngine.php +++ b/lib/Cake/Cache/Engine/ApcEngine.php @@ -2,9 +2,6 @@ /** * APC storage engine for cache. * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/FileEngine.php b/lib/Cake/Cache/Engine/FileEngine.php index d7198e945..b93d6c1a8 100644 --- a/lib/Cake/Cache/Engine/FileEngine.php +++ b/lib/Cake/Cache/Engine/FileEngine.php @@ -6,8 +6,6 @@ * * You can configure a FileEngine cache, using Cache::config() * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/MemcacheEngine.php b/lib/Cake/Cache/Engine/MemcacheEngine.php index 98b91d63b..5ba9d4a59 100644 --- a/lib/Cake/Cache/Engine/MemcacheEngine.php +++ b/lib/Cake/Cache/Engine/MemcacheEngine.php @@ -2,9 +2,6 @@ /** * Memcache storage engine for cache * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/RedisEngine.php b/lib/Cake/Cache/Engine/RedisEngine.php index 4d92cd8e8..f8862475e 100644 --- a/lib/Cake/Cache/Engine/RedisEngine.php +++ b/lib/Cake/Cache/Engine/RedisEngine.php @@ -2,9 +2,6 @@ /** * Redis storage engine for cache * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/WincacheEngine.php b/lib/Cake/Cache/Engine/WincacheEngine.php index c6527e729..bfba803d2 100644 --- a/lib/Cake/Cache/Engine/WincacheEngine.php +++ b/lib/Cake/Cache/Engine/WincacheEngine.php @@ -4,8 +4,6 @@ * * Supports wincache 1.1.0 and higher. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Cache/Engine/XcacheEngine.php b/lib/Cake/Cache/Engine/XcacheEngine.php index d62930de9..12e19c786 100644 --- a/lib/Cake/Cache/Engine/XcacheEngine.php +++ b/lib/Cake/Cache/Engine/XcacheEngine.php @@ -2,8 +2,6 @@ /** * Xcache storage engine for cache. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Config/config.php b/lib/Cake/Config/config.php index d1fce085c..cd3a398c4 100644 --- a/lib/Cake/Config/config.php +++ b/lib/Cake/Config/config.php @@ -2,8 +2,6 @@ /** * Core Configurations. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Config/routes.php b/lib/Cake/Config/routes.php index 1e5140201..e27ba3a40 100644 --- a/lib/Cake/Config/routes.php +++ b/lib/Cake/Config/routes.php @@ -1,7 +1,5 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Command/TestsuiteShell.php b/lib/Cake/Console/Command/TestsuiteShell.php index 05572c91c..cd63aae58 100644 --- a/lib/Cake/Console/Command/TestsuiteShell.php +++ b/lib/Cake/Console/Command/TestsuiteShell.php @@ -4,8 +4,6 @@ * * This is a bc wrapper for the newer Test shell * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index c5a536119..0169b53a0 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/lib/Cake/Console/Command/UpgradeShell.php @@ -2,8 +2,6 @@ /** * Upgrade Shell * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleErrorHandler.php b/lib/Cake/Console/ConsoleErrorHandler.php index 4dcfcf1eb..aa5c464f9 100644 --- a/lib/Cake/Console/ConsoleErrorHandler.php +++ b/lib/Cake/Console/ConsoleErrorHandler.php @@ -2,8 +2,6 @@ /** * ErrorHandler for Console Shells * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleInput.php b/lib/Cake/Console/ConsoleInput.php index 71c2e195a..e8af58bb0 100644 --- a/lib/Cake/Console/ConsoleInput.php +++ b/lib/Cake/Console/ConsoleInput.php @@ -2,8 +2,6 @@ /** * ConsoleInput file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleInputArgument.php b/lib/Cake/Console/ConsoleInputArgument.php index 3786180f4..7380893bf 100644 --- a/lib/Cake/Console/ConsoleInputArgument.php +++ b/lib/Cake/Console/ConsoleInputArgument.php @@ -2,8 +2,6 @@ /** * ConsoleArgumentOption file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleInputOption.php b/lib/Cake/Console/ConsoleInputOption.php index ce09fd1f6..4d68c9f9e 100644 --- a/lib/Cake/Console/ConsoleInputOption.php +++ b/lib/Cake/Console/ConsoleInputOption.php @@ -2,8 +2,6 @@ /** * ConsoleInputOption file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleInputSubcommand.php b/lib/Cake/Console/ConsoleInputSubcommand.php index d9c36e806..2ddcb955b 100644 --- a/lib/Cake/Console/ConsoleInputSubcommand.php +++ b/lib/Cake/Console/ConsoleInputSubcommand.php @@ -2,8 +2,6 @@ /** * ConsoleInputSubcommand file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleOptionParser.php b/lib/Cake/Console/ConsoleOptionParser.php index d1e981c5f..671d7f5ca 100644 --- a/lib/Cake/Console/ConsoleOptionParser.php +++ b/lib/Cake/Console/ConsoleOptionParser.php @@ -2,8 +2,6 @@ /** * ConsoleOptionParser file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ConsoleOutput.php b/lib/Cake/Console/ConsoleOutput.php index 3b45c6751..ca4037e3c 100644 --- a/lib/Cake/Console/ConsoleOutput.php +++ b/lib/Cake/Console/ConsoleOutput.php @@ -2,8 +2,6 @@ /** * ConsoleOutput file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/HelpFormatter.php b/lib/Cake/Console/HelpFormatter.php index b2bcff833..c3b40c354 100644 --- a/lib/Cake/Console/HelpFormatter.php +++ b/lib/Cake/Console/HelpFormatter.php @@ -2,8 +2,6 @@ /** * HelpFormatter * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Shell.php b/lib/Cake/Console/Shell.php index c9fe3cbb6..7a6bb5af3 100644 --- a/lib/Cake/Console/Shell.php +++ b/lib/Cake/Console/Shell.php @@ -2,8 +2,6 @@ /** * Base class for Shells * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/ShellDispatcher.php b/lib/Cake/Console/ShellDispatcher.php index b9841744d..ba4479f20 100644 --- a/lib/Cake/Console/ShellDispatcher.php +++ b/lib/Cake/Console/ShellDispatcher.php @@ -2,8 +2,6 @@ /** * ShellDispatcher file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/actions/controller_actions.ctp b/lib/Cake/Console/Templates/default/actions/controller_actions.ctp index 30fd46e20..7ce64dbcc 100644 --- a/lib/Cake/Console/Templates/default/actions/controller_actions.ctp +++ b/lib/Cake/Console/Templates/default/actions/controller_actions.ctp @@ -2,8 +2,6 @@ /** * Bake Template for Controller action generation. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/classes/controller.ctp b/lib/Cake/Console/Templates/default/classes/controller.ctp index ac07d8f8f..e290a8675 100644 --- a/lib/Cake/Console/Templates/default/classes/controller.ctp +++ b/lib/Cake/Console/Templates/default/classes/controller.ctp @@ -4,8 +4,6 @@ * * Allows templating of Controllers generated from bake. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/classes/fixture.ctp b/lib/Cake/Console/Templates/default/classes/fixture.ctp index e5f0a047e..0fb23e24f 100644 --- a/lib/Cake/Console/Templates/default/classes/fixture.ctp +++ b/lib/Cake/Console/Templates/default/classes/fixture.ctp @@ -4,8 +4,6 @@ * * Fixture Template used when baking fixtures with bake * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/classes/model.ctp b/lib/Cake/Console/Templates/default/classes/model.ctp index 7668b1767..0014e004e 100644 --- a/lib/Cake/Console/Templates/default/classes/model.ctp +++ b/lib/Cake/Console/Templates/default/classes/model.ctp @@ -4,8 +4,6 @@ * * Used by bake to create new Model files. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/classes/test.ctp b/lib/Cake/Console/Templates/default/classes/test.ctp index ac33f2558..7e3d3488d 100644 --- a/lib/Cake/Console/Templates/default/classes/test.ctp +++ b/lib/Cake/Console/Templates/default/classes/test.ctp @@ -2,9 +2,6 @@ /** * Test Case bake template * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Console/Templates/default/views/form.ctp b/lib/Cake/Console/Templates/default/views/form.ctp index 1d26d427e..fa9c58315 100644 --- a/lib/Cake/Console/Templates/default/views/form.ctp +++ b/lib/Cake/Console/Templates/default/views/form.ctp @@ -1,7 +1,6 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/CacheTest.php b/lib/Cake/Test/Case/Cache/CacheTest.php index 9b4279551..c030bfb26 100644 --- a/lib/Cake/Test/Case/Cache/CacheTest.php +++ b/lib/Cake/Test/Case/Cache/CacheTest.php @@ -2,8 +2,6 @@ /** * CacheTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php index 62b46b3b7..91f019b62 100644 --- a/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php @@ -2,8 +2,6 @@ /** * ApcEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php index 14c65ed00..ff95a2b7b 100644 --- a/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php @@ -2,8 +2,6 @@ /** * FileEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php index 24b19d97d..fbe99dbbb 100644 --- a/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php @@ -2,8 +2,6 @@ /** * MemcacheEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php index 30f51d5af..249bafec0 100644 --- a/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php @@ -2,8 +2,6 @@ /** * RedisEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php index a2bc50d83..2dd68c85c 100644 --- a/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php @@ -2,8 +2,6 @@ /** * WincacheEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php b/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php index f2ccab092..fef083a1c 100644 --- a/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php +++ b/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php @@ -2,8 +2,6 @@ /** * XcacheEngineTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Configure/IniReaderTest.php b/lib/Cake/Test/Case/Configure/IniReaderTest.php index 957e7dc25..ed7129eba 100644 --- a/lib/Cake/Test/Case/Configure/IniReaderTest.php +++ b/lib/Cake/Test/Case/Configure/IniReaderTest.php @@ -2,8 +2,6 @@ /** * IniReaderTest * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Configure/PhpReaderTest.php b/lib/Cake/Test/Case/Configure/PhpReaderTest.php index b05a9cb7f..6d108c5ed 100644 --- a/lib/Cake/Test/Case/Configure/PhpReaderTest.php +++ b/lib/Cake/Test/Case/Configure/PhpReaderTest.php @@ -2,8 +2,6 @@ /** * PhpConfigReaderTest * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php b/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php index 5efd0db92..deb0d810f 100644 --- a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php +++ b/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php @@ -2,8 +2,6 @@ /** * AllConsoleLibsTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/AllConsoleTest.php b/lib/Cake/Test/Case/Console/AllConsoleTest.php index a6edae7ee..dc2392e57 100644 --- a/lib/Cake/Test/Case/Console/AllConsoleTest.php +++ b/lib/Cake/Test/Case/Console/AllConsoleTest.php @@ -2,8 +2,6 @@ /** * AllConsoleTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/AllShellsTest.php b/lib/Cake/Test/Case/Console/AllShellsTest.php index b8cb5f055..fa0d2abbb 100644 --- a/lib/Cake/Test/Case/Console/AllShellsTest.php +++ b/lib/Cake/Test/Case/Console/AllShellsTest.php @@ -2,8 +2,6 @@ /** * AllShellsTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/AllTasksTest.php b/lib/Cake/Test/Case/Console/AllTasksTest.php index 5bca61368..c5f36fe96 100644 --- a/lib/Cake/Test/Case/Console/AllTasksTest.php +++ b/lib/Cake/Test/Case/Console/AllTasksTest.php @@ -2,8 +2,6 @@ /** * AllTasksTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/AclShellTest.php b/lib/Cake/Test/Case/Console/Command/AclShellTest.php index dff83f8bf..1d79c90e5 100644 --- a/lib/Cake/Test/Case/Console/Command/AclShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/AclShellTest.php @@ -2,8 +2,6 @@ /** * AclShell Test file * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php b/lib/Cake/Test/Case/Console/Command/ApiShellTest.php index f333b8528..c97a0abcf 100644 --- a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/ApiShellTest.php @@ -2,8 +2,6 @@ /** * ApiShellTest file * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/BakeShellTest.php b/lib/Cake/Test/Case/Console/Command/BakeShellTest.php index 570d2c668..fc4289b60 100644 --- a/lib/Cake/Test/Case/Console/Command/BakeShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/BakeShellTest.php @@ -2,9 +2,6 @@ /** * BakeShell Test Case * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php b/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php index ea81b3db1..e9e4ff795 100644 --- a/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php @@ -2,8 +2,6 @@ /** * CommandListShellTest file * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php index 7e24f5ea9..8a4cae864 100644 --- a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php @@ -2,8 +2,6 @@ /** * SchemaShellTest Test file * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php index f363e878b..ded7e9596 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php @@ -2,8 +2,6 @@ /** * ControllerTask Test Case * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php index 20e4dd2db..cb4a951dc 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php @@ -2,8 +2,6 @@ /** * DBConfigTask Test Case * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php index bd8cc7060..f157575be 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for i18n extraction shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php index 0e4fa41a2..3bb8175d6 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php @@ -2,8 +2,6 @@ /** * FixtureTask Test case * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php index 0aa640124..120e5bbc0 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for test generation shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php index 470b06517..1d2065db5 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for plugin generation shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php index 473f51408..b288b9cd7 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for project generation shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php index fe2ff3e97..71d7cba3d 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php @@ -4,9 +4,6 @@ * * Test Case for TemplateTask generation shell task * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php index 9b3ad9e57..07982c22d 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for test generation shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php index 58d8af64f..144b67789 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php @@ -4,8 +4,6 @@ * * Test Case for view generation shell task * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/Command/TestShellTest.php b/lib/Cake/Test/Case/Console/Command/TestShellTest.php index ba77274f1..132f6ed1e 100644 --- a/lib/Cake/Test/Case/Console/Command/TestShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/TestShellTest.php @@ -2,8 +2,6 @@ /** * TestSuiteShell test case * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php b/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php index 73de8b21b..7d640a862 100644 --- a/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php +++ b/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php @@ -2,8 +2,6 @@ /** * ConsoleErrorHandler Test case * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php b/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php index 3f68159de..47153d555 100644 --- a/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php +++ b/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php @@ -2,8 +2,6 @@ /** * ConsoleOptionParserTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/ConsoleOutputTest.php b/lib/Cake/Test/Case/Console/ConsoleOutputTest.php index f63e1aac5..4b26aae25 100644 --- a/lib/Cake/Test/Case/Console/ConsoleOutputTest.php +++ b/lib/Cake/Test/Case/Console/ConsoleOutputTest.php @@ -2,8 +2,6 @@ /** * ConsoleOutputTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/HelpFormatterTest.php b/lib/Cake/Test/Case/Console/HelpFormatterTest.php index c9d508459..b364eedc0 100644 --- a/lib/Cake/Test/Case/Console/HelpFormatterTest.php +++ b/lib/Cake/Test/Case/Console/HelpFormatterTest.php @@ -2,8 +2,6 @@ /** * HelpFormatterTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/ShellDispatcherTest.php b/lib/Cake/Test/Case/Console/ShellDispatcherTest.php index 520ed6448..2f0474aaf 100644 --- a/lib/Cake/Test/Case/Console/ShellDispatcherTest.php +++ b/lib/Cake/Test/Case/Console/ShellDispatcherTest.php @@ -2,8 +2,6 @@ /** * ShellDispatcherTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/ShellTest.php b/lib/Cake/Test/Case/Console/ShellTest.php index cd10eb13d..74f50e771 100644 --- a/lib/Cake/Test/Case/Console/ShellTest.php +++ b/lib/Cake/Test/Case/Console/ShellTest.php @@ -4,8 +4,6 @@ * * Test Case for Shell * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Console/TaskCollectionTest.php b/lib/Cake/Test/Case/Console/TaskCollectionTest.php index ba1553611..978504def 100644 --- a/lib/Cake/Test/Case/Console/TaskCollectionTest.php +++ b/lib/Cake/Test/Case/Console/TaskCollectionTest.php @@ -2,8 +2,6 @@ /** * TaskCollectionTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php index 1eab437f2..cfc009f86 100644 --- a/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php @@ -2,8 +2,6 @@ /** * DbAclTest file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php index bf41ee347..dbb3336f5 100644 --- a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php @@ -2,8 +2,6 @@ /** * IniAclTest file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php b/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php index a9ddf365f..169f015f5 100644 --- a/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php @@ -2,8 +2,6 @@ /** * PhpAclTest file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php b/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php index e217d8aae..f8d71ac80 100644 --- a/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php @@ -2,8 +2,6 @@ /** * AclComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php index 8cc6e3655..25bf7b99b 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php @@ -2,8 +2,6 @@ /** * ActionsAuthorizeTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php index ec4b78ad6..0e0e8bf02 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php @@ -2,8 +2,6 @@ /** * BasicAuthenticateTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php index 679328130..747f0c9e8 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/BlowfishAuthenticateTest.php @@ -2,8 +2,6 @@ /** * BlowfishAuthenticateTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php index 5f92c16d2..8b1f63b2f 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php @@ -2,8 +2,6 @@ /** * ControllerAuthorizeTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php index 53d92cbf8..e87e40937 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php @@ -2,8 +2,6 @@ /** * CrudAuthorizeTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php index cafc5688b..395524751 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php @@ -2,8 +2,6 @@ /** * DigestAuthenticateTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php b/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php index f26eb02de..deacfdec2 100644 --- a/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php +++ b/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php @@ -2,8 +2,6 @@ /** * FormAuthenticateTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php b/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php index 2891236b8..e5561580e 100644 --- a/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php @@ -2,8 +2,6 @@ /** * AuthComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php b/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php index 0fd3558af..25f165c27 100644 --- a/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php @@ -2,8 +2,6 @@ /** * CookieComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php b/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php index 7d15bf6a0..ca46224c4 100644 --- a/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php @@ -4,8 +4,6 @@ * * Series of tests for email component. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php b/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php index fa866ade5..8bd29a030 100644 --- a/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php @@ -4,8 +4,6 @@ * * Series of tests for paginator component. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php index a2abc294c..13ccaa0fd 100644 --- a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php @@ -2,8 +2,6 @@ /** * RequestHandlerComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php b/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php index 59ee37657..a90a3bce1 100644 --- a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php @@ -2,8 +2,6 @@ /** * SecurityComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php b/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php index 5354b41e4..e4fe980a9 100644 --- a/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php @@ -2,8 +2,6 @@ /** * SessionComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php b/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php index 4610bb899..1c23636a8 100644 --- a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php +++ b/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php @@ -2,8 +2,6 @@ /** * ComponentCollectionTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/ComponentTest.php b/lib/Cake/Test/Case/Controller/ComponentTest.php index 531adccfb..eaa3bc568 100644 --- a/lib/Cake/Test/Case/Controller/ComponentTest.php +++ b/lib/Cake/Test/Case/Controller/ComponentTest.php @@ -2,8 +2,6 @@ /** * ComponentTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php b/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php index e030be1c0..13e9d3bdf 100644 --- a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php +++ b/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php @@ -4,8 +4,6 @@ * * Isolated from the Controller and Component test as to not pollute their AppController class * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/PagesControllerTest.php b/lib/Cake/Test/Case/Controller/PagesControllerTest.php index 89445bd0e..402a27a54 100644 --- a/lib/Cake/Test/Case/Controller/PagesControllerTest.php +++ b/lib/Cake/Test/Case/Controller/PagesControllerTest.php @@ -2,8 +2,6 @@ /** * PagesControllerTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Controller/ScaffoldTest.php b/lib/Cake/Test/Case/Controller/ScaffoldTest.php index fa544b906..d1810aa6d 100644 --- a/lib/Cake/Test/Case/Controller/ScaffoldTest.php +++ b/lib/Cake/Test/Case/Controller/ScaffoldTest.php @@ -2,8 +2,6 @@ /** * ScaffoldTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/Case/Core/AppTest.php index 88bc6e0c9..5ad5e8f9b 100644 --- a/lib/Cake/Test/Case/Core/AppTest.php +++ b/lib/Cake/Test/Case/Core/AppTest.php @@ -2,8 +2,6 @@ /** * AppTest file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Core/CakePluginTest.php b/lib/Cake/Test/Case/Core/CakePluginTest.php index 563fedcbb..3e402f100 100644 --- a/lib/Cake/Test/Case/Core/CakePluginTest.php +++ b/lib/Cake/Test/Case/Core/CakePluginTest.php @@ -2,8 +2,6 @@ /** * CakePluginTest file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Core/ConfigureTest.php b/lib/Cake/Test/Case/Core/ConfigureTest.php index 407f18643..9fb0705d8 100644 --- a/lib/Cake/Test/Case/Core/ConfigureTest.php +++ b/lib/Cake/Test/Case/Core/ConfigureTest.php @@ -4,8 +4,6 @@ * * Holds several tests * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Core/ObjectTest.php b/lib/Cake/Test/Case/Core/ObjectTest.php index 10b0cc7d7..ee2f9dfad 100644 --- a/lib/Cake/Test/Case/Core/ObjectTest.php +++ b/lib/Cake/Test/Case/Core/ObjectTest.php @@ -2,8 +2,6 @@ /** * ObjectTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Error/ErrorHandlerTest.php b/lib/Cake/Test/Case/Error/ErrorHandlerTest.php index 5d009bdaf..6ec656036 100644 --- a/lib/Cake/Test/Case/Error/ErrorHandlerTest.php +++ b/lib/Cake/Test/Case/Error/ErrorHandlerTest.php @@ -2,8 +2,6 @@ /** * ErrorHandlerTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php index 1abf76ced..a6a904aaf 100644 --- a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php +++ b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php @@ -2,8 +2,6 @@ /** * ExceptionRendererTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php index 79461305e..9c1010384 100644 --- a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php +++ b/lib/Cake/Test/Case/Event/CakeEventManagerTest.php @@ -4,8 +4,6 @@ * * Test Case for ControllerTestCase class * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Event/CakeEventTest.php b/lib/Cake/Test/Case/Event/CakeEventTest.php index 562ac7d4e..c4155db9a 100644 --- a/lib/Cake/Test/Case/Event/CakeEventTest.php +++ b/lib/Cake/Test/Case/Event/CakeEventTest.php @@ -4,8 +4,6 @@ * * Test Case for ControllerTestCase class * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/I18n/I18nTest.php b/lib/Cake/Test/Case/I18n/I18nTest.php index 67bc749e5..52182ecb0 100644 --- a/lib/Cake/Test/Case/I18n/I18nTest.php +++ b/lib/Cake/Test/Case/I18n/I18nTest.php @@ -2,8 +2,6 @@ /** * I18nTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/I18n/L10nTest.php b/lib/Cake/Test/Case/I18n/L10nTest.php index 0a6468146..a57395d68 100644 --- a/lib/Cake/Test/Case/I18n/L10nTest.php +++ b/lib/Cake/Test/Case/I18n/L10nTest.php @@ -2,8 +2,6 @@ /** * L10nTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/I18n/MultibyteTest.php b/lib/Cake/Test/Case/I18n/MultibyteTest.php index 2c72380ff..55a7eb2d9 100644 --- a/lib/Cake/Test/Case/I18n/MultibyteTest.php +++ b/lib/Cake/Test/Case/I18n/MultibyteTest.php @@ -2,8 +2,6 @@ /** * MultibyteTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Log/CakeLogTest.php b/lib/Cake/Test/Case/Log/CakeLogTest.php index 20a5c9132..0dbbd2269 100644 --- a/lib/Cake/Test/Case/Log/CakeLogTest.php +++ b/lib/Cake/Test/Case/Log/CakeLogTest.php @@ -2,8 +2,6 @@ /** * CakeLogTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php b/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php index 7cfb3d0ed..71ab3d8db 100644 --- a/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php +++ b/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php @@ -2,8 +2,6 @@ /** * ConsoleLogTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Log/Engine/FileLogTest.php b/lib/Cake/Test/Case/Log/Engine/FileLogTest.php index 11785aa21..c5ecbc939 100644 --- a/lib/Cake/Test/Case/Log/Engine/FileLogTest.php +++ b/lib/Cake/Test/Case/Log/Engine/FileLogTest.php @@ -2,8 +2,6 @@ /** * FileLogTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php b/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php index ca6c0055e..d0e0214f8 100644 --- a/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php +++ b/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php @@ -1,7 +1,6 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) diff --git a/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php b/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php index 92133d10b..fd8e13073 100644 --- a/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php +++ b/lib/Cake/Test/Case/Log/LogEngineCollectionTest.php @@ -2,8 +2,6 @@ /** * LogEngineCollectionTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/AclNodeTest.php b/lib/Cake/Test/Case/Model/AclNodeTest.php index bd71c701f..26384d01a 100644 --- a/lib/Cake/Test/Case/Model/AclNodeTest.php +++ b/lib/Cake/Test/Case/Model/AclNodeTest.php @@ -2,8 +2,6 @@ /** * AclNodeTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php index c4e4e1c85..c99be9350 100644 --- a/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php @@ -4,8 +4,6 @@ * * Test the Acl Behavior * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php index f979870e6..aa9cabffc 100644 --- a/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php @@ -2,8 +2,6 @@ /** * ContainableBehaviorTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php index c5252945b..656af74e7 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php @@ -2,8 +2,6 @@ /** * TreeBehaviorAfterTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php index baf0d0388..194ebe5bd 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php @@ -4,8 +4,6 @@ * * This is the basic Tree behavior test * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php index 92f93ab07..b159ba41d 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php @@ -4,8 +4,6 @@ * * A tree test using scope * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php index f48cf1f75..c81a128eb 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php @@ -2,8 +2,6 @@ /** * Tree Behavior test file - runs all the tree behavior tests * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php index 63d7f6875..261611e48 100644 --- a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php +++ b/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php @@ -4,8 +4,6 @@ * * Tree test using UUIDs * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php b/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php index 5bb173503..26ecfa2df 100644 --- a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php +++ b/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php @@ -4,8 +4,6 @@ * * Long description for behavior.test.php * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/Case/Model/CakeSchemaTest.php index 244568adc..260fbe245 100644 --- a/lib/Cake/Test/Case/Model/CakeSchemaTest.php +++ b/lib/Cake/Test/Case/Model/CakeSchemaTest.php @@ -2,9 +2,6 @@ /** * Test for Schema database management * - * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ConnectionManagerTest.php b/lib/Cake/Test/Case/Model/ConnectionManagerTest.php index d501e2cc2..43b97b317 100644 --- a/lib/Cake/Test/Case/Model/ConnectionManagerTest.php +++ b/lib/Cake/Test/Case/Model/ConnectionManagerTest.php @@ -2,8 +2,6 @@ /** * Connection Manager tests * - * PHP 5 - * * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php index c6dc35e6c..a20ffcc4a 100644 --- a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php @@ -2,8 +2,6 @@ /** * SessionTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php index 2d96361fa..feea3cfc5 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php @@ -2,8 +2,6 @@ /** * DataSourceTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php index 3e8b2512b..5f88c03f0 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php @@ -2,8 +2,6 @@ /** * DboMysqlTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php index 937c8ae3d..5f51c7b27 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php @@ -2,8 +2,6 @@ /** * DboPostgresTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php index 403b46e06..d1a515aa2 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php @@ -2,8 +2,6 @@ /** * DboSqliteTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php index 235e56aef..ed82ad50d 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php @@ -2,8 +2,6 @@ /** * SqlserverTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php index dfed77d2f..2f307191c 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php @@ -2,8 +2,6 @@ /** * DboSourceTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php index 35a24a2ec..42b4e7120 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php @@ -2,8 +2,6 @@ /** * CacheSessionTest * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php b/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php index 60dce9713..b39a32516 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php @@ -2,8 +2,6 @@ /** * DatabaseSessionTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php b/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php index 4081d5ee2..445c7bab9 100644 --- a/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php +++ b/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php @@ -1,11 +1,11 @@ false on *both* database connections, * or one connection will step on the other. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelDeleteTest.php b/lib/Cake/Test/Case/Model/ModelDeleteTest.php index 8d30421c7..5cadf2cfa 100644 --- a/lib/Cake/Test/Case/Model/ModelDeleteTest.php +++ b/lib/Cake/Test/Case/Model/ModelDeleteTest.php @@ -2,8 +2,6 @@ /** * ModelDeleteTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php index cbe20026c..b73cd8e6b 100644 --- a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php +++ b/lib/Cake/Test/Case/Model/ModelIntegrationTest.php @@ -2,8 +2,6 @@ /** * ModelIntegrationTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelReadTest.php b/lib/Cake/Test/Case/Model/ModelReadTest.php index 365da93ac..97cd6876c 100644 --- a/lib/Cake/Test/Case/Model/ModelReadTest.php +++ b/lib/Cake/Test/Case/Model/ModelReadTest.php @@ -2,8 +2,6 @@ /** * ModelReadTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelTest.php b/lib/Cake/Test/Case/Model/ModelTest.php index 486f640c7..2b145281c 100644 --- a/lib/Cake/Test/Case/Model/ModelTest.php +++ b/lib/Cake/Test/Case/Model/ModelTest.php @@ -2,8 +2,6 @@ /** * ModelTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelTestBase.php b/lib/Cake/Test/Case/Model/ModelTestBase.php index f68729158..009d87411 100644 --- a/lib/Cake/Test/Case/Model/ModelTestBase.php +++ b/lib/Cake/Test/Case/Model/ModelTestBase.php @@ -2,8 +2,6 @@ /** * ModelTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelValidationTest.php b/lib/Cake/Test/Case/Model/ModelValidationTest.php index 6a042b3a2..6369b7143 100644 --- a/lib/Cake/Test/Case/Model/ModelValidationTest.php +++ b/lib/Cake/Test/Case/Model/ModelValidationTest.php @@ -2,8 +2,6 @@ /** * ModelValidationTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/Case/Model/ModelWriteTest.php index ff2f1d2a8..e9bc63ab9 100644 --- a/lib/Cake/Test/Case/Model/ModelWriteTest.php +++ b/lib/Cake/Test/Case/Model/ModelWriteTest.php @@ -2,8 +2,6 @@ /** * ModelWriteTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php b/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php index 8b54fcc55..269e4ce24 100644 --- a/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php +++ b/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php @@ -2,8 +2,6 @@ /** * CakeValidationRuleTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php b/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php index 5bdd3590e..ecd9e444e 100644 --- a/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php +++ b/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php @@ -2,8 +2,6 @@ /** * CakeValidationSetTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/Case/Model/models.php index 3655ee798..43614a482 100644 --- a/lib/Cake/Test/Case/Model/models.php +++ b/lib/Cake/Test/Case/Model/models.php @@ -4,8 +4,6 @@ * * Mock classes for use in Model and related test cases * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/CakeRequestTest.php b/lib/Cake/Test/Case/Network/CakeRequestTest.php index ab6e18991..471adf495 100644 --- a/lib/Cake/Test/Case/Network/CakeRequestTest.php +++ b/lib/Cake/Test/Case/Network/CakeRequestTest.php @@ -2,8 +2,6 @@ /** * CakeRequest Test case file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/CakeSocketTest.php b/lib/Cake/Test/Case/Network/CakeSocketTest.php index 08eb472e3..56c5eecd5 100644 --- a/lib/Cake/Test/Case/Network/CakeSocketTest.php +++ b/lib/Cake/Test/Case/Network/CakeSocketTest.php @@ -2,8 +2,6 @@ /** * SocketTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php index c107b63a5..91473f016 100644 --- a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php +++ b/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php @@ -2,8 +2,6 @@ /** * CakeEmailTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php b/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php index efd62ca93..48a387cba 100644 --- a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php +++ b/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php @@ -2,8 +2,6 @@ /** * DebugTransportTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Email/MailTransportTest.php b/lib/Cake/Test/Case/Network/Email/MailTransportTest.php index e948bcea3..bccc95439 100644 --- a/lib/Cake/Test/Case/Network/Email/MailTransportTest.php +++ b/lib/Cake/Test/Case/Network/Email/MailTransportTest.php @@ -2,8 +2,6 @@ /** * MailTransportTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php b/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php index 0904bb062..7ae76ce20 100644 --- a/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php +++ b/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php @@ -2,8 +2,6 @@ /** * SmtpTransportTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php b/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php index 348c2c64b..f7b4d6109 100644 --- a/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php +++ b/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php @@ -2,8 +2,6 @@ /** * BasicAuthenticationTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php b/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php index f172e4a7e..96ddd398a 100644 --- a/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php +++ b/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php @@ -2,8 +2,6 @@ /** * DigestAuthenticationTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php b/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php index 649ac3c01..fdc8321c1 100644 --- a/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php +++ b/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php @@ -2,8 +2,6 @@ /** * HttpResponseTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php index a910bcd14..1a3c4621f 100644 --- a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php +++ b/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php @@ -2,8 +2,6 @@ /** * HttpSocketTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Routing/DispatcherTest.php b/lib/Cake/Test/Case/Routing/DispatcherTest.php index 5a80c5393..794f405aa 100644 --- a/lib/Cake/Test/Case/Routing/DispatcherTest.php +++ b/lib/Cake/Test/Case/Routing/DispatcherTest.php @@ -2,8 +2,6 @@ /** * DispatcherTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php b/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php index 298d648c8..32dbed19d 100644 --- a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php @@ -2,8 +2,6 @@ /** * CakeRequest Test case file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php b/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php index 6ca974b1b..2a5243d32 100644 --- a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php @@ -2,8 +2,6 @@ /** * CakeRequest Test case file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php b/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php index 4d32c054a..fe3b41ab8 100644 --- a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php +++ b/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php @@ -2,8 +2,6 @@ /** * CakeRequest Test case file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/Case/Routing/RouterTest.php index 88603d09f..19144f4e6 100644 --- a/lib/Cake/Test/Case/Routing/RouterTest.php +++ b/lib/Cake/Test/Case/Routing/RouterTest.php @@ -2,8 +2,6 @@ /** * RouterTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php index 462ba78d3..33acd0efe 100644 --- a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php +++ b/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php @@ -4,8 +4,6 @@ * * Test Case for CakeTestCase class * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php b/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php index 186f64bef..4c791a5d5 100644 --- a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php +++ b/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php @@ -2,8 +2,6 @@ /** * CakeTestFixture file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php b/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php index d139e7f18..206b66f11 100644 --- a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php +++ b/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php @@ -4,8 +4,6 @@ * * Test Case for ControllerTestCase class * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/CakeNumberTest.php b/lib/Cake/Test/Case/Utility/CakeNumberTest.php index 9ce874d1d..956eb771e 100644 --- a/lib/Cake/Test/Case/Utility/CakeNumberTest.php +++ b/lib/Cake/Test/Case/Utility/CakeNumberTest.php @@ -2,8 +2,6 @@ /** * CakeNumberTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/CakeTimeTest.php b/lib/Cake/Test/Case/Utility/CakeTimeTest.php index 983325719..e0a4182c4 100644 --- a/lib/Cake/Test/Case/Utility/CakeTimeTest.php +++ b/lib/Cake/Test/Case/Utility/CakeTimeTest.php @@ -2,8 +2,6 @@ /** * CakeTimeTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/ClassRegistryTest.php b/lib/Cake/Test/Case/Utility/ClassRegistryTest.php index d358d790e..dff46aa80 100644 --- a/lib/Cake/Test/Case/Utility/ClassRegistryTest.php +++ b/lib/Cake/Test/Case/Utility/ClassRegistryTest.php @@ -2,8 +2,6 @@ /** * ClassRegistryTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/FileTest.php b/lib/Cake/Test/Case/Utility/FileTest.php index 6f77062a4..25eb1aec3 100644 --- a/lib/Cake/Test/Case/Utility/FileTest.php +++ b/lib/Cake/Test/Case/Utility/FileTest.php @@ -2,8 +2,6 @@ /** * FileTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/FolderTest.php b/lib/Cake/Test/Case/Utility/FolderTest.php index 885ef0802..aa165d4e5 100644 --- a/lib/Cake/Test/Case/Utility/FolderTest.php +++ b/lib/Cake/Test/Case/Utility/FolderTest.php @@ -2,8 +2,6 @@ /** * FolderTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/InflectorTest.php b/lib/Cake/Test/Case/Utility/InflectorTest.php index faaa3dce6..ba477cc1d 100644 --- a/lib/Cake/Test/Case/Utility/InflectorTest.php +++ b/lib/Cake/Test/Case/Utility/InflectorTest.php @@ -4,8 +4,6 @@ * * InflectorTest is used to test cases on the Inflector class * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php b/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php index 266dd7102..355ff64c1 100644 --- a/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php +++ b/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php @@ -2,8 +2,6 @@ /** * ObjectCollectionTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/SanitizeTest.php b/lib/Cake/Test/Case/Utility/SanitizeTest.php index 991c038b2..9cda8d3af 100644 --- a/lib/Cake/Test/Case/Utility/SanitizeTest.php +++ b/lib/Cake/Test/Case/Utility/SanitizeTest.php @@ -2,8 +2,6 @@ /** * SanitizeTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/SetTest.php b/lib/Cake/Test/Case/Utility/SetTest.php index ad5e76040..1641a368f 100644 --- a/lib/Cake/Test/Case/Utility/SetTest.php +++ b/lib/Cake/Test/Case/Utility/SetTest.php @@ -2,8 +2,6 @@ /** * SetTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/StringTest.php b/lib/Cake/Test/Case/Utility/StringTest.php index 1d54775ca..ac047868f 100644 --- a/lib/Cake/Test/Case/Utility/StringTest.php +++ b/lib/Cake/Test/Case/Utility/StringTest.php @@ -2,8 +2,6 @@ /** * StringTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/ValidationTest.php b/lib/Cake/Test/Case/Utility/ValidationTest.php index 392c73ffc..30dba2566 100644 --- a/lib/Cake/Test/Case/Utility/ValidationTest.php +++ b/lib/Cake/Test/Case/Utility/ValidationTest.php @@ -2,8 +2,6 @@ /** * ValidationTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/Utility/XmlTest.php b/lib/Cake/Test/Case/Utility/XmlTest.php index dc2162aff..aee409d81 100644 --- a/lib/Cake/Test/Case/Utility/XmlTest.php +++ b/lib/Cake/Test/Case/Utility/XmlTest.php @@ -2,8 +2,6 @@ /** * XmlTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php b/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php index 01129ba18..41868c389 100644 --- a/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php @@ -2,8 +2,6 @@ /** * CacheHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php index 01207c621..5427dbdfd 100644 --- a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/FormHelperTest.php @@ -2,8 +2,6 @@ /** * FormHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php index d3aff9bef..c81783a83 100644 --- a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php @@ -2,8 +2,6 @@ /** * HtmlHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php index 195dece3a..997838c3e 100644 --- a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php @@ -2,8 +2,6 @@ /** * JqueryEngineTestCase * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php b/lib/Cake/Test/Case/View/Helper/JsHelperTest.php index dc5e0bc15..dfe54d025 100644 --- a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/JsHelperTest.php @@ -4,8 +4,6 @@ * * TestCase for the JsHelper * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php index 543665a11..69d7c6244 100644 --- a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php @@ -2,8 +2,6 @@ /** * MooEngineTestCase * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php b/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php index 81bdc9865..9d92e7a5b 100644 --- a/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php @@ -2,8 +2,6 @@ /** * NumberHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php index d8f289d1f..b6dd346cd 100644 --- a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php @@ -2,8 +2,6 @@ /** * PaginatorHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php b/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php index e1ff6df72..d60cf1041 100644 --- a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php @@ -2,8 +2,6 @@ /** * PrototypeEngine TestCase * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/RssHelperTest.php b/lib/Cake/Test/Case/View/Helper/RssHelperTest.php index 4f1e142a5..dd439b384 100644 --- a/lib/Cake/Test/Case/View/Helper/RssHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/RssHelperTest.php @@ -2,8 +2,6 @@ /** * RssHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php b/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php index a3cbc0c65..93544499d 100644 --- a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php @@ -2,8 +2,6 @@ /** * SessionHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php b/lib/Cake/Test/Case/View/Helper/TextHelperTest.php index 2fc6f21ab..ea5a07e4c 100644 --- a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/TextHelperTest.php @@ -2,8 +2,6 @@ /** * TextHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php b/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php index 248317f20..aff6bb752 100644 --- a/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php @@ -2,8 +2,6 @@ /** * TimeHelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/HelperCollectionTest.php b/lib/Cake/Test/Case/View/HelperCollectionTest.php index f39923d4d..179940f0e 100644 --- a/lib/Cake/Test/Case/View/HelperCollectionTest.php +++ b/lib/Cake/Test/Case/View/HelperCollectionTest.php @@ -2,8 +2,6 @@ /** * HelperCollectionTest file * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/HelperTest.php b/lib/Cake/Test/Case/View/HelperTest.php index 718fac2e3..a23ba83c3 100644 --- a/lib/Cake/Test/Case/View/HelperTest.php +++ b/lib/Cake/Test/Case/View/HelperTest.php @@ -2,8 +2,6 @@ /** * HelperTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/JsonViewTest.php b/lib/Cake/Test/Case/View/JsonViewTest.php index 42c7a3a81..5a661c78b 100644 --- a/lib/Cake/Test/Case/View/JsonViewTest.php +++ b/lib/Cake/Test/Case/View/JsonViewTest.php @@ -2,8 +2,6 @@ /** * JsonViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/MediaViewTest.php b/lib/Cake/Test/Case/View/MediaViewTest.php index 40287cdfa..514a6f434 100644 --- a/lib/Cake/Test/Case/View/MediaViewTest.php +++ b/lib/Cake/Test/Case/View/MediaViewTest.php @@ -2,8 +2,6 @@ /** * MediaViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/ScaffoldViewTest.php b/lib/Cake/Test/Case/View/ScaffoldViewTest.php index 53e02c0cc..f8ae483a1 100644 --- a/lib/Cake/Test/Case/View/ScaffoldViewTest.php +++ b/lib/Cake/Test/Case/View/ScaffoldViewTest.php @@ -2,8 +2,6 @@ /** * ScaffoldViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/ThemeViewTest.php b/lib/Cake/Test/Case/View/ThemeViewTest.php index 1dba0f28d..eef252a90 100644 --- a/lib/Cake/Test/Case/View/ThemeViewTest.php +++ b/lib/Cake/Test/Case/View/ThemeViewTest.php @@ -2,8 +2,6 @@ /** * ThemeViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/Case/View/ViewTest.php index e9c40851f..b7fc2609c 100644 --- a/lib/Cake/Test/Case/View/ViewTest.php +++ b/lib/Cake/Test/Case/View/ViewTest.php @@ -2,8 +2,6 @@ /** * ViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Case/View/XmlViewTest.php b/lib/Cake/Test/Case/View/XmlViewTest.php index e48b0e325..89399beef 100644 --- a/lib/Cake/Test/Case/View/XmlViewTest.php +++ b/lib/Cake/Test/Case/View/XmlViewTest.php @@ -2,8 +2,6 @@ /** * XmlViewTest file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AccountFixture.php b/lib/Cake/Test/Fixture/AccountFixture.php index fa7b416b4..6e09eab18 100644 --- a/lib/Cake/Test/Fixture/AccountFixture.php +++ b/lib/Cake/Test/Fixture/AccountFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AcoActionFixture.php b/lib/Cake/Test/Fixture/AcoActionFixture.php index b62eb113d..fac832181 100644 --- a/lib/Cake/Test/Fixture/AcoActionFixture.php +++ b/lib/Cake/Test/Fixture/AcoActionFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AcoFixture.php b/lib/Cake/Test/Fixture/AcoFixture.php index 2305b074f..3b9cbc3ba 100644 --- a/lib/Cake/Test/Fixture/AcoFixture.php +++ b/lib/Cake/Test/Fixture/AcoFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AcoTwoFixture.php b/lib/Cake/Test/Fixture/AcoTwoFixture.php index 02d5485d7..f7fb0b45d 100644 --- a/lib/Cake/Test/Fixture/AcoTwoFixture.php +++ b/lib/Cake/Test/Fixture/AcoTwoFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AdFixture.php b/lib/Cake/Test/Fixture/AdFixture.php index 2e3ac4352..48f99743b 100644 --- a/lib/Cake/Test/Fixture/AdFixture.php +++ b/lib/Cake/Test/Fixture/AdFixture.php @@ -4,8 +4,6 @@ * * Long description for ad_fixture.php * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Fixture/AdvertisementFixture.php b/lib/Cake/Test/Fixture/AdvertisementFixture.php index 525add271..67214e823 100644 --- a/lib/Cake/Test/Fixture/AdvertisementFixture.php +++ b/lib/Cake/Test/Fixture/AdvertisementFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AfterTreeFixture.php b/lib/Cake/Test/Fixture/AfterTreeFixture.php index 36a3d1e33..0114d4aa2 100644 --- a/lib/Cake/Test/Fixture/AfterTreeFixture.php +++ b/lib/Cake/Test/Fixture/AfterTreeFixture.php @@ -4,8 +4,6 @@ * * Long description for after_tree_fixture.php * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Fixture/AnotherArticleFixture.php b/lib/Cake/Test/Fixture/AnotherArticleFixture.php index 8cec8c77b..18126ec37 100644 --- a/lib/Cake/Test/Fixture/AnotherArticleFixture.php +++ b/lib/Cake/Test/Fixture/AnotherArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AppleFixture.php b/lib/Cake/Test/Fixture/AppleFixture.php index 60bdfcb5a..1e9c153b2 100644 --- a/lib/Cake/Test/Fixture/AppleFixture.php +++ b/lib/Cake/Test/Fixture/AppleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArmorFixture.php b/lib/Cake/Test/Fixture/ArmorFixture.php index b3247380e..6da638e5a 100644 --- a/lib/Cake/Test/Fixture/ArmorFixture.php +++ b/lib/Cake/Test/Fixture/ArmorFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php b/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php index dedfe5e5a..93f61ef1b 100644 --- a/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php +++ b/lib/Cake/Test/Fixture/ArmorsPlayerFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AroFixture.php b/lib/Cake/Test/Fixture/AroFixture.php index ce21036c4..fa1a8a940 100644 --- a/lib/Cake/Test/Fixture/AroFixture.php +++ b/lib/Cake/Test/Fixture/AroFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AroTwoFixture.php b/lib/Cake/Test/Fixture/AroTwoFixture.php index 33ce93efd..96366cf11 100644 --- a/lib/Cake/Test/Fixture/AroTwoFixture.php +++ b/lib/Cake/Test/Fixture/AroTwoFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArosAcoFixture.php b/lib/Cake/Test/Fixture/ArosAcoFixture.php index 309231f19..e4554ac10 100644 --- a/lib/Cake/Test/Fixture/ArosAcoFixture.php +++ b/lib/Cake/Test/Fixture/ArosAcoFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php b/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php index 3dd810254..f29926238 100644 --- a/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php +++ b/lib/Cake/Test/Fixture/ArosAcoTwoFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php b/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php index f5a959ea8..ade9df22d 100644 --- a/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php +++ b/lib/Cake/Test/Fixture/ArticleFeaturedFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php b/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php index 9a009799a..85180ed4b 100644 --- a/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php +++ b/lib/Cake/Test/Fixture/ArticleFeaturedsTagsFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArticleFixture.php b/lib/Cake/Test/Fixture/ArticleFixture.php index 39e3e5c84..f46069c3d 100644 --- a/lib/Cake/Test/Fixture/ArticleFixture.php +++ b/lib/Cake/Test/Fixture/ArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ArticlesTagFixture.php b/lib/Cake/Test/Fixture/ArticlesTagFixture.php index 751cc69fb..5f3a0d5cd 100644 --- a/lib/Cake/Test/Fixture/ArticlesTagFixture.php +++ b/lib/Cake/Test/Fixture/ArticlesTagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AttachmentFixture.php b/lib/Cake/Test/Fixture/AttachmentFixture.php index c63002c8b..89ec181e0 100644 --- a/lib/Cake/Test/Fixture/AttachmentFixture.php +++ b/lib/Cake/Test/Fixture/AttachmentFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php b/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php index 89c15775d..2ab1e07e9 100644 --- a/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php +++ b/lib/Cake/Test/Fixture/AuthUserCustomFieldFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AuthUserFixture.php b/lib/Cake/Test/Fixture/AuthUserFixture.php index afa38611b..756a04499 100644 --- a/lib/Cake/Test/Fixture/AuthUserFixture.php +++ b/lib/Cake/Test/Fixture/AuthUserFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/AuthorFixture.php b/lib/Cake/Test/Fixture/AuthorFixture.php index a2257298a..d0e63764d 100644 --- a/lib/Cake/Test/Fixture/AuthorFixture.php +++ b/lib/Cake/Test/Fixture/AuthorFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BakeArticleFixture.php b/lib/Cake/Test/Fixture/BakeArticleFixture.php index 34f59b1c4..219978a4f 100644 --- a/lib/Cake/Test/Fixture/BakeArticleFixture.php +++ b/lib/Cake/Test/Fixture/BakeArticleFixture.php @@ -2,8 +2,6 @@ /** * BakeArticleFixture * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php b/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php index 06a3a43b7..b508e9a55 100644 --- a/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php +++ b/lib/Cake/Test/Fixture/BakeArticlesBakeTagFixture.php @@ -2,8 +2,6 @@ /** * BakeCommentFixture * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BakeCommentFixture.php b/lib/Cake/Test/Fixture/BakeCommentFixture.php index 37724f340..df4530b26 100644 --- a/lib/Cake/Test/Fixture/BakeCommentFixture.php +++ b/lib/Cake/Test/Fixture/BakeCommentFixture.php @@ -2,8 +2,6 @@ /** * BakeCommentFixture * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BakeTagFixture.php b/lib/Cake/Test/Fixture/BakeTagFixture.php index 3fac6b076..ea08f7608 100644 --- a/lib/Cake/Test/Fixture/BakeTagFixture.php +++ b/lib/Cake/Test/Fixture/BakeTagFixture.php @@ -2,8 +2,6 @@ /** * BakeTagFixture * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BasketFixture.php b/lib/Cake/Test/Fixture/BasketFixture.php index c58556dbf..e377e32bd 100644 --- a/lib/Cake/Test/Fixture/BasketFixture.php +++ b/lib/Cake/Test/Fixture/BasketFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BidFixture.php b/lib/Cake/Test/Fixture/BidFixture.php index e4ea57d84..64df81dc1 100644 --- a/lib/Cake/Test/Fixture/BidFixture.php +++ b/lib/Cake/Test/Fixture/BidFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BiddingFixture.php b/lib/Cake/Test/Fixture/BiddingFixture.php index 0ff857c4a..68362c3c0 100644 --- a/lib/Cake/Test/Fixture/BiddingFixture.php +++ b/lib/Cake/Test/Fixture/BiddingFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BiddingMessageFixture.php b/lib/Cake/Test/Fixture/BiddingMessageFixture.php index dc82913a3..f871f3274 100644 --- a/lib/Cake/Test/Fixture/BiddingMessageFixture.php +++ b/lib/Cake/Test/Fixture/BiddingMessageFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BinaryTestFixture.php b/lib/Cake/Test/Fixture/BinaryTestFixture.php index cb43b3084..bb8894e6f 100644 --- a/lib/Cake/Test/Fixture/BinaryTestFixture.php +++ b/lib/Cake/Test/Fixture/BinaryTestFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/BookFixture.php b/lib/Cake/Test/Fixture/BookFixture.php index aa15314b0..ccf2e6b38 100644 --- a/lib/Cake/Test/Fixture/BookFixture.php +++ b/lib/Cake/Test/Fixture/BookFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CacheTestModelFixture.php b/lib/Cake/Test/Fixture/CacheTestModelFixture.php index 0e813f2b2..f07325461 100644 --- a/lib/Cake/Test/Fixture/CacheTestModelFixture.php +++ b/lib/Cake/Test/Fixture/CacheTestModelFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CallbackFixture.php b/lib/Cake/Test/Fixture/CallbackFixture.php index c752cc36a..4209a851d 100644 --- a/lib/Cake/Test/Fixture/CallbackFixture.php +++ b/lib/Cake/Test/Fixture/CallbackFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CampaignFixture.php b/lib/Cake/Test/Fixture/CampaignFixture.php index ea658309b..404f19ec7 100644 --- a/lib/Cake/Test/Fixture/CampaignFixture.php +++ b/lib/Cake/Test/Fixture/CampaignFixture.php @@ -4,8 +4,6 @@ * * Long description for campaign_fixture.php * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * * Licensed under The MIT License diff --git a/lib/Cake/Test/Fixture/CategoryFixture.php b/lib/Cake/Test/Fixture/CategoryFixture.php index 9fc40c4d2..ee536fafc 100644 --- a/lib/Cake/Test/Fixture/CategoryFixture.php +++ b/lib/Cake/Test/Fixture/CategoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CategoryThreadFixture.php b/lib/Cake/Test/Fixture/CategoryThreadFixture.php index 2ab37bdee..c48d1ef3e 100644 --- a/lib/Cake/Test/Fixture/CategoryThreadFixture.php +++ b/lib/Cake/Test/Fixture/CategoryThreadFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CdFixture.php b/lib/Cake/Test/Fixture/CdFixture.php index b76efd4a5..7576aae72 100644 --- a/lib/Cake/Test/Fixture/CdFixture.php +++ b/lib/Cake/Test/Fixture/CdFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CommentFixture.php b/lib/Cake/Test/Fixture/CommentFixture.php index b2b83c88e..0885578b8 100644 --- a/lib/Cake/Test/Fixture/CommentFixture.php +++ b/lib/Cake/Test/Fixture/CommentFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ContentAccountFixture.php b/lib/Cake/Test/Fixture/ContentAccountFixture.php index 59f274a08..a21ac0f71 100644 --- a/lib/Cake/Test/Fixture/ContentAccountFixture.php +++ b/lib/Cake/Test/Fixture/ContentAccountFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ContentFixture.php b/lib/Cake/Test/Fixture/ContentFixture.php index af1e03189..b169db918 100644 --- a/lib/Cake/Test/Fixture/ContentFixture.php +++ b/lib/Cake/Test/Fixture/ContentFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CounterCachePostFixture.php b/lib/Cake/Test/Fixture/CounterCachePostFixture.php index d8838133d..467926a23 100644 --- a/lib/Cake/Test/Fixture/CounterCachePostFixture.php +++ b/lib/Cake/Test/Fixture/CounterCachePostFixture.php @@ -2,8 +2,6 @@ /** * Counter Cache Test Fixtures * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php b/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php index 399bc226a..9382bcdee 100644 --- a/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php +++ b/lib/Cake/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CounterCacheUserFixture.php b/lib/Cake/Test/Fixture/CounterCacheUserFixture.php index 95eaa6859..e01363c42 100644 --- a/lib/Cake/Test/Fixture/CounterCacheUserFixture.php +++ b/lib/Cake/Test/Fixture/CounterCacheUserFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php b/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php index 030f36204..848ea8447 100644 --- a/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php +++ b/lib/Cake/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DataTestFixture.php b/lib/Cake/Test/Fixture/DataTestFixture.php index ba95e3f1c..e08381412 100644 --- a/lib/Cake/Test/Fixture/DataTestFixture.php +++ b/lib/Cake/Test/Fixture/DataTestFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DatatypeFixture.php b/lib/Cake/Test/Fixture/DatatypeFixture.php index 413ca74e3..ccd05ba5a 100644 --- a/lib/Cake/Test/Fixture/DatatypeFixture.php +++ b/lib/Cake/Test/Fixture/DatatypeFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DependencyFixture.php b/lib/Cake/Test/Fixture/DependencyFixture.php index 2f0418797..5054ac281 100644 --- a/lib/Cake/Test/Fixture/DependencyFixture.php +++ b/lib/Cake/Test/Fixture/DependencyFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DeviceFixture.php b/lib/Cake/Test/Fixture/DeviceFixture.php index b4dc268d1..aeb34bf7d 100644 --- a/lib/Cake/Test/Fixture/DeviceFixture.php +++ b/lib/Cake/Test/Fixture/DeviceFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php b/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php index 32cda4517..f19152904 100644 --- a/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php +++ b/lib/Cake/Test/Fixture/DeviceTypeCategoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DeviceTypeFixture.php b/lib/Cake/Test/Fixture/DeviceTypeFixture.php index a06c40b86..79e847f85 100644 --- a/lib/Cake/Test/Fixture/DeviceTypeFixture.php +++ b/lib/Cake/Test/Fixture/DeviceTypeFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php b/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php index fa2f734f6..0d2937985 100644 --- a/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php +++ b/lib/Cake/Test/Fixture/DocumentDirectoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DocumentFixture.php b/lib/Cake/Test/Fixture/DocumentFixture.php index dd992decc..841dd3cf3 100644 --- a/lib/Cake/Test/Fixture/DocumentFixture.php +++ b/lib/Cake/Test/Fixture/DocumentFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DomainFixture.php b/lib/Cake/Test/Fixture/DomainFixture.php index 02b694bd3..ee0ed461e 100644 --- a/lib/Cake/Test/Fixture/DomainFixture.php +++ b/lib/Cake/Test/Fixture/DomainFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/DomainsSiteFixture.php b/lib/Cake/Test/Fixture/DomainsSiteFixture.php index 8e2af0ad0..9971b0ec5 100644 --- a/lib/Cake/Test/Fixture/DomainsSiteFixture.php +++ b/lib/Cake/Test/Fixture/DomainsSiteFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php b/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php index 9359783ef..fb54d5671 100644 --- a/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php +++ b/lib/Cake/Test/Fixture/ExteriorTypeCategoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FeatureSetFixture.php b/lib/Cake/Test/Fixture/FeatureSetFixture.php index ff420aa89..aff49a81b 100644 --- a/lib/Cake/Test/Fixture/FeatureSetFixture.php +++ b/lib/Cake/Test/Fixture/FeatureSetFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FeaturedFixture.php b/lib/Cake/Test/Fixture/FeaturedFixture.php index cd2e43cba..ef1ab94b2 100644 --- a/lib/Cake/Test/Fixture/FeaturedFixture.php +++ b/lib/Cake/Test/Fixture/FeaturedFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FilmFileFixture.php b/lib/Cake/Test/Fixture/FilmFileFixture.php index efa369057..423850481 100644 --- a/lib/Cake/Test/Fixture/FilmFileFixture.php +++ b/lib/Cake/Test/Fixture/FilmFileFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FlagTreeFixture.php b/lib/Cake/Test/Fixture/FlagTreeFixture.php index d4f4735d4..b7c86fe86 100644 --- a/lib/Cake/Test/Fixture/FlagTreeFixture.php +++ b/lib/Cake/Test/Fixture/FlagTreeFixture.php @@ -4,8 +4,6 @@ * * Enables a model object to act as a node-based tree. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FruitFixture.php b/lib/Cake/Test/Fixture/FruitFixture.php index 9b4eae2c7..f55a27f10 100644 --- a/lib/Cake/Test/Fixture/FruitFixture.php +++ b/lib/Cake/Test/Fixture/FruitFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php b/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php index 9a3a1b93d..481550982 100644 --- a/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php +++ b/lib/Cake/Test/Fixture/FruitsUuidTagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php b/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php index 91d00d9d6..07471230e 100644 --- a/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php +++ b/lib/Cake/Test/Fixture/GroupUpdateAllFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/GuildFixture.php b/lib/Cake/Test/Fixture/GuildFixture.php index 2d89d2df4..35ffa602b 100644 --- a/lib/Cake/Test/Fixture/GuildFixture.php +++ b/lib/Cake/Test/Fixture/GuildFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/GuildsPlayerFixture.php b/lib/Cake/Test/Fixture/GuildsPlayerFixture.php index 54ce6c7c7..f19ca8d06 100644 --- a/lib/Cake/Test/Fixture/GuildsPlayerFixture.php +++ b/lib/Cake/Test/Fixture/GuildsPlayerFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/HomeFixture.php b/lib/Cake/Test/Fixture/HomeFixture.php index febd685f1..18dd3e9b4 100644 --- a/lib/Cake/Test/Fixture/HomeFixture.php +++ b/lib/Cake/Test/Fixture/HomeFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ImageFixture.php b/lib/Cake/Test/Fixture/ImageFixture.php index 922bca2cd..00aff3e0e 100644 --- a/lib/Cake/Test/Fixture/ImageFixture.php +++ b/lib/Cake/Test/Fixture/ImageFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/InnoFixture.php b/lib/Cake/Test/Fixture/InnoFixture.php index 1165e5053..7fa883db5 100644 --- a/lib/Cake/Test/Fixture/InnoFixture.php +++ b/lib/Cake/Test/Fixture/InnoFixture.php @@ -2,8 +2,6 @@ /** * Fixture to test be tested exclusively with InnoDB tables * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ItemFixture.php b/lib/Cake/Test/Fixture/ItemFixture.php index 6f7fcf78c..d3026b672 100644 --- a/lib/Cake/Test/Fixture/ItemFixture.php +++ b/lib/Cake/Test/Fixture/ItemFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php b/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php index 29ba126e8..fdcad4fc3 100644 --- a/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php +++ b/lib/Cake/Test/Fixture/ItemsPortfolioFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinABFixture.php b/lib/Cake/Test/Fixture/JoinABFixture.php index d2bff25d7..037f81b1a 100644 --- a/lib/Cake/Test/Fixture/JoinABFixture.php +++ b/lib/Cake/Test/Fixture/JoinABFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinACFixture.php b/lib/Cake/Test/Fixture/JoinACFixture.php index cda2dca71..885891565 100644 --- a/lib/Cake/Test/Fixture/JoinACFixture.php +++ b/lib/Cake/Test/Fixture/JoinACFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinAFixture.php b/lib/Cake/Test/Fixture/JoinAFixture.php index b494c1508..5251bb16b 100644 --- a/lib/Cake/Test/Fixture/JoinAFixture.php +++ b/lib/Cake/Test/Fixture/JoinAFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinBFixture.php b/lib/Cake/Test/Fixture/JoinBFixture.php index b75030b53..12b1acb4f 100644 --- a/lib/Cake/Test/Fixture/JoinBFixture.php +++ b/lib/Cake/Test/Fixture/JoinBFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinCFixture.php b/lib/Cake/Test/Fixture/JoinCFixture.php index 67f4690b5..4f792ef91 100644 --- a/lib/Cake/Test/Fixture/JoinCFixture.php +++ b/lib/Cake/Test/Fixture/JoinCFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/JoinThingFixture.php b/lib/Cake/Test/Fixture/JoinThingFixture.php index 6732f815e..6d6fea225 100644 --- a/lib/Cake/Test/Fixture/JoinThingFixture.php +++ b/lib/Cake/Test/Fixture/JoinThingFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MessageFixture.php b/lib/Cake/Test/Fixture/MessageFixture.php index ecfccd1be..ec132b6b0 100644 --- a/lib/Cake/Test/Fixture/MessageFixture.php +++ b/lib/Cake/Test/Fixture/MessageFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php b/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php index 86febfbd2..cc345fad2 100644 --- a/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php +++ b/lib/Cake/Test/Fixture/MyCategoriesMyProductsFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php b/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php index 393e0628b..ad45f6d9a 100644 --- a/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php +++ b/lib/Cake/Test/Fixture/MyCategoriesMyUsersFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MyCategoryFixture.php b/lib/Cake/Test/Fixture/MyCategoryFixture.php index 32b8d13a5..5a62322b5 100644 --- a/lib/Cake/Test/Fixture/MyCategoryFixture.php +++ b/lib/Cake/Test/Fixture/MyCategoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MyProductFixture.php b/lib/Cake/Test/Fixture/MyProductFixture.php index b729adb3d..834590ecb 100644 --- a/lib/Cake/Test/Fixture/MyProductFixture.php +++ b/lib/Cake/Test/Fixture/MyProductFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/MyUserFixture.php b/lib/Cake/Test/Fixture/MyUserFixture.php index 3c974a05a..619f62c2d 100644 --- a/lib/Cake/Test/Fixture/MyUserFixture.php +++ b/lib/Cake/Test/Fixture/MyUserFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/NodeFixture.php b/lib/Cake/Test/Fixture/NodeFixture.php index 7ed358a9a..1edc2ad75 100644 --- a/lib/Cake/Test/Fixture/NodeFixture.php +++ b/lib/Cake/Test/Fixture/NodeFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/NumberTreeFixture.php b/lib/Cake/Test/Fixture/NumberTreeFixture.php index 251da0533..cea904921 100644 --- a/lib/Cake/Test/Fixture/NumberTreeFixture.php +++ b/lib/Cake/Test/Fixture/NumberTreeFixture.php @@ -4,8 +4,6 @@ * * Enables a model object to act as a node-based tree. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php b/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php index 04d28887e..4b0eade1f 100644 --- a/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php +++ b/lib/Cake/Test/Fixture/NumberTreeTwoFixture.php @@ -4,8 +4,6 @@ * * Enables a model object to act as a node-based tree. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/NumericArticleFixture.php b/lib/Cake/Test/Fixture/NumericArticleFixture.php index 1e272fc0b..cce0b131d 100644 --- a/lib/Cake/Test/Fixture/NumericArticleFixture.php +++ b/lib/Cake/Test/Fixture/NumericArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/OverallFavoriteFixture.php b/lib/Cake/Test/Fixture/OverallFavoriteFixture.php index 36de88bec..abc651e4d 100644 --- a/lib/Cake/Test/Fixture/OverallFavoriteFixture.php +++ b/lib/Cake/Test/Fixture/OverallFavoriteFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PersonFixture.php b/lib/Cake/Test/Fixture/PersonFixture.php index 42281a514..072f3f120 100644 --- a/lib/Cake/Test/Fixture/PersonFixture.php +++ b/lib/Cake/Test/Fixture/PersonFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PlayerFixture.php b/lib/Cake/Test/Fixture/PlayerFixture.php index 8abea3924..9a05703d8 100644 --- a/lib/Cake/Test/Fixture/PlayerFixture.php +++ b/lib/Cake/Test/Fixture/PlayerFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PortfolioFixture.php b/lib/Cake/Test/Fixture/PortfolioFixture.php index 507b08dfa..6b658589a 100644 --- a/lib/Cake/Test/Fixture/PortfolioFixture.php +++ b/lib/Cake/Test/Fixture/PortfolioFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PostFixture.php b/lib/Cake/Test/Fixture/PostFixture.php index c141c232c..c1fe8251f 100644 --- a/lib/Cake/Test/Fixture/PostFixture.php +++ b/lib/Cake/Test/Fixture/PostFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PostsTagFixture.php b/lib/Cake/Test/Fixture/PostsTagFixture.php index ef2660f62..a767e8225 100644 --- a/lib/Cake/Test/Fixture/PostsTagFixture.php +++ b/lib/Cake/Test/Fixture/PostsTagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PrefixTestFixture.php b/lib/Cake/Test/Fixture/PrefixTestFixture.php index 62fc86066..81c9680c2 100644 --- a/lib/Cake/Test/Fixture/PrefixTestFixture.php +++ b/lib/Cake/Test/Fixture/PrefixTestFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/PrimaryModelFixture.php b/lib/Cake/Test/Fixture/PrimaryModelFixture.php index a16e6c8e5..c2fa4ad3b 100644 --- a/lib/Cake/Test/Fixture/PrimaryModelFixture.php +++ b/lib/Cake/Test/Fixture/PrimaryModelFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ProductFixture.php b/lib/Cake/Test/Fixture/ProductFixture.php index 3cf6b3263..5483e19a0 100644 --- a/lib/Cake/Test/Fixture/ProductFixture.php +++ b/lib/Cake/Test/Fixture/ProductFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php b/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php index 3b115456d..eedec7a41 100644 --- a/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php +++ b/lib/Cake/Test/Fixture/ProductUpdateAllFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ProjectFixture.php b/lib/Cake/Test/Fixture/ProjectFixture.php index e29b48ea0..3912aee20 100644 --- a/lib/Cake/Test/Fixture/ProjectFixture.php +++ b/lib/Cake/Test/Fixture/ProjectFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SampleFixture.php b/lib/Cake/Test/Fixture/SampleFixture.php index 1d06bc485..0611b0b4f 100644 --- a/lib/Cake/Test/Fixture/SampleFixture.php +++ b/lib/Cake/Test/Fixture/SampleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SecondaryModelFixture.php b/lib/Cake/Test/Fixture/SecondaryModelFixture.php index b88596f6a..6d22aa7ba 100644 --- a/lib/Cake/Test/Fixture/SecondaryModelFixture.php +++ b/lib/Cake/Test/Fixture/SecondaryModelFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SessionFixture.php b/lib/Cake/Test/Fixture/SessionFixture.php index 42ad92348..935ea399a 100644 --- a/lib/Cake/Test/Fixture/SessionFixture.php +++ b/lib/Cake/Test/Fixture/SessionFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SiteFixture.php b/lib/Cake/Test/Fixture/SiteFixture.php index d3ffe0e72..c24556715 100644 --- a/lib/Cake/Test/Fixture/SiteFixture.php +++ b/lib/Cake/Test/Fixture/SiteFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SomethingElseFixture.php b/lib/Cake/Test/Fixture/SomethingElseFixture.php index 1f4eb534a..f14fdcf94 100644 --- a/lib/Cake/Test/Fixture/SomethingElseFixture.php +++ b/lib/Cake/Test/Fixture/SomethingElseFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SomethingFixture.php b/lib/Cake/Test/Fixture/SomethingFixture.php index b5e20351a..9edda8eb6 100644 --- a/lib/Cake/Test/Fixture/SomethingFixture.php +++ b/lib/Cake/Test/Fixture/SomethingFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/StoriesTagFixture.php b/lib/Cake/Test/Fixture/StoriesTagFixture.php index 66a9705dd..02729143c 100644 --- a/lib/Cake/Test/Fixture/StoriesTagFixture.php +++ b/lib/Cake/Test/Fixture/StoriesTagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/StoryFixture.php b/lib/Cake/Test/Fixture/StoryFixture.php index b94574277..5eda5a2b5 100644 --- a/lib/Cake/Test/Fixture/StoryFixture.php +++ b/lib/Cake/Test/Fixture/StoryFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/SyfileFixture.php b/lib/Cake/Test/Fixture/SyfileFixture.php index cb6bd5031..cb7aaa1fd 100644 --- a/lib/Cake/Test/Fixture/SyfileFixture.php +++ b/lib/Cake/Test/Fixture/SyfileFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TagFixture.php b/lib/Cake/Test/Fixture/TagFixture.php index 0f12c4009..3ab1c5139 100644 --- a/lib/Cake/Test/Fixture/TagFixture.php +++ b/lib/Cake/Test/Fixture/TagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TestPluginArticleFixture.php b/lib/Cake/Test/Fixture/TestPluginArticleFixture.php index d9a4d684f..fd588c207 100644 --- a/lib/Cake/Test/Fixture/TestPluginArticleFixture.php +++ b/lib/Cake/Test/Fixture/TestPluginArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TestPluginCommentFixture.php b/lib/Cake/Test/Fixture/TestPluginCommentFixture.php index 03c879717..b84ca5074 100644 --- a/lib/Cake/Test/Fixture/TestPluginCommentFixture.php +++ b/lib/Cake/Test/Fixture/TestPluginCommentFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php b/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php index 0ed796922..37c1a5ffb 100644 --- a/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php +++ b/lib/Cake/Test/Fixture/ThePaperMonkiesFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/ThreadFixture.php b/lib/Cake/Test/Fixture/ThreadFixture.php index 014997c9c..421eb311c 100644 --- a/lib/Cake/Test/Fixture/ThreadFixture.php +++ b/lib/Cake/Test/Fixture/ThreadFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslateArticleFixture.php b/lib/Cake/Test/Fixture/TranslateArticleFixture.php index 38196b976..85cd4f13a 100644 --- a/lib/Cake/Test/Fixture/TranslateArticleFixture.php +++ b/lib/Cake/Test/Fixture/TranslateArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslateFixture.php b/lib/Cake/Test/Fixture/TranslateFixture.php index 5242abbed..19e07a87c 100644 --- a/lib/Cake/Test/Fixture/TranslateFixture.php +++ b/lib/Cake/Test/Fixture/TranslateFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslateTableFixture.php b/lib/Cake/Test/Fixture/TranslateTableFixture.php index 0a6543b69..b03c5184f 100644 --- a/lib/Cake/Test/Fixture/TranslateTableFixture.php +++ b/lib/Cake/Test/Fixture/TranslateTableFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php b/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php index 2dbe8c7ea..a33186778 100644 --- a/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php +++ b/lib/Cake/Test/Fixture/TranslateWithPrefixFixture.php @@ -4,8 +4,6 @@ * * Long description for file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslatedArticleFixture.php b/lib/Cake/Test/Fixture/TranslatedArticleFixture.php index 8600bb5d1..d972348f0 100644 --- a/lib/Cake/Test/Fixture/TranslatedArticleFixture.php +++ b/lib/Cake/Test/Fixture/TranslatedArticleFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/TranslatedItemFixture.php b/lib/Cake/Test/Fixture/TranslatedItemFixture.php index 2ee509da6..79d5ce62a 100644 --- a/lib/Cake/Test/Fixture/TranslatedItemFixture.php +++ b/lib/Cake/Test/Fixture/TranslatedItemFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php b/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php index dfe7c760f..af12a12d9 100644 --- a/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php +++ b/lib/Cake/Test/Fixture/UnconventionalTreeFixture.php @@ -2,8 +2,6 @@ /** * Unconventional Tree behavior class test fixture. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php b/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php index 3c02f6086..09412bd37 100644 --- a/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php +++ b/lib/Cake/Test/Fixture/UnderscoreFieldFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UserFixture.php b/lib/Cake/Test/Fixture/UserFixture.php index 6430b677d..044965bc7 100644 --- a/lib/Cake/Test/Fixture/UserFixture.php +++ b/lib/Cake/Test/Fixture/UserFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuidFixture.php b/lib/Cake/Test/Fixture/UuidFixture.php index 3a90e9065..adf4d078a 100644 --- a/lib/Cake/Test/Fixture/UuidFixture.php +++ b/lib/Cake/Test/Fixture/UuidFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuidTagFixture.php b/lib/Cake/Test/Fixture/UuidTagFixture.php index 234fab38a..18b3b1c46 100644 --- a/lib/Cake/Test/Fixture/UuidTagFixture.php +++ b/lib/Cake/Test/Fixture/UuidTagFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuidTreeFixture.php b/lib/Cake/Test/Fixture/UuidTreeFixture.php index f1b5cb150..115d2caeb 100644 --- a/lib/Cake/Test/Fixture/UuidTreeFixture.php +++ b/lib/Cake/Test/Fixture/UuidTreeFixture.php @@ -2,8 +2,6 @@ /** * UUID Tree behavior fixture. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuiditemFixture.php b/lib/Cake/Test/Fixture/UuiditemFixture.php index 27d982376..d548cca9a 100644 --- a/lib/Cake/Test/Fixture/UuiditemFixture.php +++ b/lib/Cake/Test/Fixture/UuiditemFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php index 8c5a187e1..141a418f6 100644 --- a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php +++ b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php index a8878934b..45815b229 100644 --- a/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php +++ b/lib/Cake/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/Fixture/UuidportfolioFixture.php b/lib/Cake/Test/Fixture/UuidportfolioFixture.php index f998b21a0..a5d8ad217 100644 --- a/lib/Cake/Test/Fixture/UuidportfolioFixture.php +++ b/lib/Cake/Test/Fixture/UuidportfolioFixture.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Config/acl.ini b/lib/Cake/Test/test_app/Config/acl.ini index efdba61a6..1f61c2c07 100644 --- a/lib/Cake/Test/test_app/Config/acl.ini +++ b/lib/Cake/Test/test_app/Config/acl.ini @@ -3,9 +3,6 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * -; * PHP 5 -; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * diff --git a/lib/Cake/Test/test_app/Config/acl.ini.php b/lib/Cake/Test/test_app/Config/acl.ini.php index efdba61a6..1f61c2c07 100644 --- a/lib/Cake/Test/test_app/Config/acl.ini.php +++ b/lib/Cake/Test/test_app/Config/acl.ini.php @@ -3,9 +3,6 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * -; * PHP 5 -; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * diff --git a/lib/Cake/Test/test_app/Config/acl.php b/lib/Cake/Test/test_app/Config/acl.php index 3c755bb7e..d4e0dccd0 100644 --- a/lib/Cake/Test/test_app/Config/acl.php +++ b/lib/Cake/Test/test_app/Config/acl.php @@ -2,9 +2,6 @@ /* * Test App PHP Based Acl Config File * - * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Config/routes.php b/lib/Cake/Test/test_app/Config/routes.php index b507bfde1..8b95db22e 100644 --- a/lib/Cake/Test/test_app/Config/routes.php +++ b/lib/Cake/Test/test_app/Config/routes.php @@ -4,8 +4,6 @@ * * Routes for test app * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Console/Command/SampleShell.php b/lib/Cake/Test/test_app/Console/Command/SampleShell.php index 81552eee3..852164624 100644 --- a/lib/Cake/Test/test_app/Console/Command/SampleShell.php +++ b/lib/Cake/Test/test_app/Console/Command/SampleShell.php @@ -2,8 +2,6 @@ /** * SampleShell file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Controller/AppController.php b/lib/Cake/Test/test_app/Controller/AppController.php index 165087c2a..d762fcde5 100644 --- a/lib/Cake/Test/test_app/Controller/AppController.php +++ b/lib/Cake/Test/test_app/Controller/AppController.php @@ -5,8 +5,6 @@ * This file is application-wide controller file. You can put all * application-wide controller-related methods here. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Controller/PagesController.php b/lib/Cake/Test/test_app/Controller/PagesController.php index 5b2a03453..86b4d843d 100644 --- a/lib/Cake/Test/test_app/Controller/PagesController.php +++ b/lib/Cake/Test/test_app/Controller/PagesController.php @@ -4,8 +4,6 @@ * * This file will render views from views/pages/ * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Controller/TestsAppsController.php b/lib/Cake/Test/test_app/Controller/TestsAppsController.php index 0c03d2443..8cd847c5d 100644 --- a/lib/Cake/Test/test_app/Controller/TestsAppsController.php +++ b/lib/Cake/Test/test_app/Controller/TestsAppsController.php @@ -2,8 +2,6 @@ /** * TestsAppsController file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php b/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php index a07955d3c..46d08da44 100644 --- a/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php +++ b/lib/Cake/Test/test_app/Controller/TestsAppsPostsController.php @@ -2,8 +2,6 @@ /** * TestsAppsPostsController file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php b/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php index 0a897d8ec..263592db2 100644 --- a/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php +++ b/lib/Cake/Test/test_app/Lib/Cache/Engine/TestAppCacheEngine.php @@ -2,8 +2,6 @@ /** * Test Suite Test App Cache Engine class. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Lib/Library.php b/lib/Cake/Test/test_app/Lib/Library.php index 57d3ce90d..1137d7bfe 100644 --- a/lib/Cake/Test/test_app/Lib/Library.php +++ b/lib/Cake/Test/test_app/Lib/Library.php @@ -2,8 +2,6 @@ /** * Test Suite Library * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php b/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php index 9fb1f4494..20f9db040 100644 --- a/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php +++ b/lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php @@ -2,8 +2,6 @@ /** * Test Suite Test App Logging stream class. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php b/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php index ab10580ae..b47269da6 100644 --- a/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php +++ b/lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php @@ -2,8 +2,6 @@ /** * Test Suite TestUtilityClass Library * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/AppModel.php b/lib/Cake/Test/test_app/Model/AppModel.php index e4966820d..85c653c1b 100644 --- a/lib/Cake/Test/test_app/Model/AppModel.php +++ b/lib/Cake/Test/test_app/Model/AppModel.php @@ -5,8 +5,6 @@ * This file is application-wide model file. You can put all * application-wide model-related methods here. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php index e1da11ffa..b089b235c 100644 --- a/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php +++ b/lib/Cake/Test/test_app/Model/Behavior/PersisterOneBehaviorBehavior.php @@ -4,8 +4,6 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php b/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php index 314805311..4eaa6bde6 100644 --- a/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php +++ b/lib/Cake/Test/test_app/Model/Behavior/PersisterTwoBehaviorBehavior.php @@ -4,8 +4,6 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/Comment.php b/lib/Cake/Test/test_app/Model/Comment.php index 948081d38..3c376a75f 100644 --- a/lib/Cake/Test/test_app/Model/Comment.php +++ b/lib/Cake/Test/test_app/Model/Comment.php @@ -2,10 +2,6 @@ /** * Test App Comment Model * - * - * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/PersisterOne.php b/lib/Cake/Test/test_app/Model/PersisterOne.php index 0012aaf0c..0a14b0f4a 100644 --- a/lib/Cake/Test/test_app/Model/PersisterOne.php +++ b/lib/Cake/Test/test_app/Model/PersisterOne.php @@ -2,10 +2,6 @@ /** * Test App Comment Model * - * - * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/PersisterTwo.php b/lib/Cake/Test/test_app/Model/PersisterTwo.php index d1c077325..a1b2d9cda 100644 --- a/lib/Cake/Test/test_app/Model/PersisterTwo.php +++ b/lib/Cake/Test/test_app/Model/PersisterTwo.php @@ -2,10 +2,6 @@ /** * Test App Comment Model * - * - * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Model/Post.php b/lib/Cake/Test/test_app/Model/Post.php index cb0b567d2..c11cb1b53 100644 --- a/lib/Cake/Test/test_app/Model/Post.php +++ b/lib/Cake/Test/test_app/Model/Post.php @@ -2,10 +2,6 @@ /** * Test App Comment Model * - * - * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php index ac874831b..cc9e9863c 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php @@ -4,8 +4,6 @@ * * Use for testing the loading of schema files from plugins. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php index efdba61a6..1f61c2c07 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php @@ -3,9 +3,6 @@ ;/** ; * Test App Ini Based Acl Config File ; * -; * -; * PHP 5 -; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php index 0c0b9bcb7..4e8420bc1 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php @@ -2,8 +2,6 @@ /** * Test Suite TestPlugin config file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php index c54c31bdd..f9fb4ad6d 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php @@ -2,8 +2,6 @@ /** * Test Suite TestPlugin config file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php index fbd39435b..139cacb59 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php index 4091dbdb0..6167a72d5 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php @@ -2,8 +2,6 @@ /** * Testing task in a plugin * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php index 1a961d05b..4f45e9db2 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php index a1d0824b5..896502960 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php index a2be8f2d5..d83a99b60 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php index 486ab7f9a..21e3368c0 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php index 65f49dacb..8681166d7 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php @@ -2,8 +2,6 @@ /** * Test Suite TestPlugin AppController * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php index 9795ef99d..fb53d7aee 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php @@ -2,8 +2,6 @@ /** * TestPluginController used by Dispatcher test to test plugin shortcut URLs. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php index 2e2595989..bbdcb6f51 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php index fdfa298b6..aca459cba 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php @@ -2,8 +2,6 @@ /** * Test Suite Test Plugin Cache Engine class. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php index 9dc18e3d5..a96a5d531 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php @@ -2,8 +2,6 @@ /** * Test Suite CustomLibClass Library * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php index 1118c7824..f8f0e8656 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php @@ -5,8 +5,6 @@ * Provides Exception rendering features. Which allow exceptions to be rendered * as HTML pages. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php index f0021d1b4..1817e11cc 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php @@ -2,8 +2,6 @@ /** * Test Suite Test Plugin Logging stream class. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php index 2a7361a48..770612d85 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php @@ -1,7 +1,6 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php index 2cb50e94f..829285273 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php @@ -2,8 +2,6 @@ /** * Test Suite TestPlugin Other Library * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php index 67a5c8508..ffda73b66 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php @@ -4,8 +4,6 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php index 3630c91d3..d342c477c 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php @@ -4,8 +4,6 @@ * * Behavior to simplify manipulating a model's bindings when doing a find operation * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php index a779d73bf..118693bb9 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAppModel.php @@ -2,8 +2,6 @@ /** * Test Suite TestPlugin AppModel * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php index 6b53f1251..70509bd59 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php @@ -2,8 +2,6 @@ /** * Test Plugin Auth User Model * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php index 2708e1622..5ea7ee3a2 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthors.php @@ -2,8 +2,6 @@ /** * Test App Comment Model * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php index 67d0cd54c..b49d0c405 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginComment.php @@ -2,8 +2,6 @@ /** * Test App Comment Model * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php index 26c1782f8..e6f1a256c 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php @@ -2,10 +2,6 @@ /** * Test Plugin Post Model * - * - * - * PHP 5 - * * CakePHP : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php index 6a418c7a0..11a35bcd5 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/sample/sample_plugin.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php index a2828358d..7536f5a0e 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/Vendor/welcome.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php index 022046c63..fe1698521 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php index c08db60ed..571585461 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php +++ b/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php index 4fe794ccf..bddecff72 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php +++ b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/ExampleShell.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php index 1ef8e63c7..2ce7d1621 100644 --- a/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php +++ b/lib/Cake/Test/test_app/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Vendor/Test/MyTest.php b/lib/Cake/Test/test_app/Vendor/Test/MyTest.php index f36edbbff..6ee40ab46 100644 --- a/lib/Cake/Test/test_app/Vendor/Test/MyTest.php +++ b/lib/Cake/Test/test_app/Vendor/Test/MyTest.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Vendor/Test/hello.php b/lib/Cake/Test/test_app/Vendor/Test/hello.php index 262bb64a6..7c735d59c 100644 --- a/lib/Cake/Test/test_app/Vendor/Test/hello.php +++ b/lib/Cake/Test/test_app/Vendor/Test/hello.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php b/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php index 25f886637..b2d014ecb 100644 --- a/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php +++ b/lib/Cake/Test/test_app/Vendor/sample/configure_test_vendor_sample.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Vendor/somename/some.name.php b/lib/Cake/Test/test_app/Vendor/somename/some.name.php index cb10f1a2a..4642c2113 100644 --- a/lib/Cake/Test/test_app/Vendor/somename/some.name.php +++ b/lib/Cake/Test/test_app/Vendor/somename/some.name.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Test/test_app/Vendor/welcome.php b/lib/Cake/Test/test_app/Vendor/welcome.php index 0cf898386..994a40e63 100644 --- a/lib/Cake/Test/test_app/Vendor/welcome.php +++ b/lib/Cake/Test/test_app/Vendor/welcome.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestCase.php b/lib/Cake/TestSuite/CakeTestCase.php index 55a0d0b4c..5d302707c 100644 --- a/lib/Cake/TestSuite/CakeTestCase.php +++ b/lib/Cake/TestSuite/CakeTestCase.php @@ -2,8 +2,6 @@ /** * CakeTestCase file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestLoader.php b/lib/Cake/TestSuite/CakeTestLoader.php index 431ae0ad3..2679cd943 100644 --- a/lib/Cake/TestSuite/CakeTestLoader.php +++ b/lib/Cake/TestSuite/CakeTestLoader.php @@ -4,8 +4,6 @@ * * Turns partial paths used on the testsuite console and web UI into full file paths. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestRunner.php b/lib/Cake/TestSuite/CakeTestRunner.php index 9b98ffdde..541d5beac 100644 --- a/lib/Cake/TestSuite/CakeTestRunner.php +++ b/lib/Cake/TestSuite/CakeTestRunner.php @@ -2,8 +2,6 @@ /** * TestRunner for CakePHP Test suite. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestSuite.php b/lib/Cake/TestSuite/CakeTestSuite.php index 740e140b8..da3343350 100644 --- a/lib/Cake/TestSuite/CakeTestSuite.php +++ b/lib/Cake/TestSuite/CakeTestSuite.php @@ -2,8 +2,6 @@ /** * A class to contain test cases and run them with shared fixtures * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestSuiteCommand.php b/lib/Cake/TestSuite/CakeTestSuiteCommand.php index e5ee20815..65e391942 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteCommand.php +++ b/lib/Cake/TestSuite/CakeTestSuiteCommand.php @@ -2,8 +2,6 @@ /** * TestRunner for CakePHP Test suite. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php index 3d23bbccf..3f470f712 100644 --- a/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php +++ b/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php @@ -2,8 +2,6 @@ /** * CakeTestSuiteDispatcher controls dispatching TestSuite web based requests. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/ControllerTestCase.php b/lib/Cake/TestSuite/ControllerTestCase.php index 7aaff1b00..12701914d 100644 --- a/lib/Cake/TestSuite/ControllerTestCase.php +++ b/lib/Cake/TestSuite/ControllerTestCase.php @@ -2,8 +2,6 @@ /** * ControllerTestCase file * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php index 449269be2..f4a833080 100644 --- a/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php +++ b/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php @@ -2,8 +2,6 @@ /** * A factory class to manage the life cycle of test fixtures * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php b/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php index 16dcfea62..b14162a72 100644 --- a/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php @@ -2,8 +2,6 @@ /** * CakeBaseReporter contains common functionality to all cake test suite reporters. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php b/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php index ad3daa9d6..73da81ca4 100644 --- a/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php @@ -2,8 +2,6 @@ /** * CakeHtmlReporter * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/Reporter/CakeTextReporter.php b/lib/Cake/TestSuite/Reporter/CakeTextReporter.php index a84ca6935..a9a6c9720 100644 --- a/lib/Cake/TestSuite/Reporter/CakeTextReporter.php +++ b/lib/Cake/TestSuite/Reporter/CakeTextReporter.php @@ -2,8 +2,6 @@ /** * CakeTextReporter contains reporting features used for plain text based output * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/templates/footer.php b/lib/Cake/TestSuite/templates/footer.php index efae2f085..f8f3e9afb 100644 --- a/lib/Cake/TestSuite/templates/footer.php +++ b/lib/Cake/TestSuite/templates/footer.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/templates/header.php b/lib/Cake/TestSuite/templates/header.php index 1ec4ea52f..616bc179f 100644 --- a/lib/Cake/TestSuite/templates/header.php +++ b/lib/Cake/TestSuite/templates/header.php @@ -2,8 +2,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/templates/menu.php b/lib/Cake/TestSuite/templates/menu.php index a2c844756..df8188732 100644 --- a/lib/Cake/TestSuite/templates/menu.php +++ b/lib/Cake/TestSuite/templates/menu.php @@ -3,8 +3,6 @@ /** * Short description for file. * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/templates/missing_connection.php b/lib/Cake/TestSuite/templates/missing_connection.php index 2ec6a6184..7aaa207d8 100644 --- a/lib/Cake/TestSuite/templates/missing_connection.php +++ b/lib/Cake/TestSuite/templates/missing_connection.php @@ -2,8 +2,6 @@ /** * Missing Connection error page * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/TestSuite/templates/phpunit.php b/lib/Cake/TestSuite/templates/phpunit.php index cb3796c03..f25d8d971 100644 --- a/lib/Cake/TestSuite/templates/phpunit.php +++ b/lib/Cake/TestSuite/templates/phpunit.php @@ -1,9 +1,6 @@ * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) diff --git a/lib/Cake/TestSuite/templates/xdebug.php b/lib/Cake/TestSuite/templates/xdebug.php index 4cbc5ed63..5ffc0eff0 100644 --- a/lib/Cake/TestSuite/templates/xdebug.php +++ b/lib/Cake/TestSuite/templates/xdebug.php @@ -2,8 +2,6 @@ /** * Xdebug error page * - * PHP 5 - * * CakePHP(tm) Tests * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/CakeNumber.php b/lib/Cake/Utility/CakeNumber.php index ecba8c04e..a19d18bd8 100644 --- a/lib/Cake/Utility/CakeNumber.php +++ b/lib/Cake/Utility/CakeNumber.php @@ -4,8 +4,6 @@ * * Methods to make numbers more readable. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/CakeTime.php b/lib/Cake/Utility/CakeTime.php index 79f698ca4..3e4e0dcb3 100644 --- a/lib/Cake/Utility/CakeTime.php +++ b/lib/Cake/Utility/CakeTime.php @@ -2,8 +2,6 @@ /** * CakeTime utility class file. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/Debugger.php b/lib/Cake/Utility/Debugger.php index 1813b0d0f..54f08e7f7 100644 --- a/lib/Cake/Utility/Debugger.php +++ b/lib/Cake/Utility/Debugger.php @@ -4,8 +4,6 @@ * * Provides enhanced logging, stack traces, and rendering debug views * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/File.php b/lib/Cake/Utility/File.php index 1af4c757b..1af27d579 100644 --- a/lib/Cake/Utility/File.php +++ b/lib/Cake/Utility/File.php @@ -2,8 +2,6 @@ /** * Convenience class for reading, writing and appending to files. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/Sanitize.php b/lib/Cake/Utility/Sanitize.php index 5f8da1bbf..cb97eb2bb 100644 --- a/lib/Cake/Utility/Sanitize.php +++ b/lib/Cake/Utility/Sanitize.php @@ -4,8 +4,6 @@ * * Helpful methods to make unsafe strings usable. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/Security.php b/lib/Cake/Utility/Security.php index 5df50f923..0c3df2814 100644 --- a/lib/Cake/Utility/Security.php +++ b/lib/Cake/Utility/Security.php @@ -2,8 +2,6 @@ /** * Core Security * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/Set.php b/lib/Cake/Utility/Set.php index 09aa4a1c3..9c57dc570 100644 --- a/lib/Cake/Utility/Set.php +++ b/lib/Cake/Utility/Set.php @@ -2,8 +2,6 @@ /** * Library of array functions for Cake. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/String.php b/lib/Cake/Utility/String.php index bba242a99..53555cd37 100644 --- a/lib/Cake/Utility/String.php +++ b/lib/Cake/Utility/String.php @@ -2,8 +2,6 @@ /** * String handling methods. * - * PHP 5 - * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * diff --git a/lib/Cake/Utility/Validation.php b/lib/Cake/Utility/Validation.php index f88e36369..1aa0cd6a0 100644 --- a/lib/Cake/Utility/Validation.php +++ b/lib/Cake/Utility/Validation.php @@ -1,6 +1,6 @@ Date: Thu, 14 Nov 2013 00:07:03 +0100 Subject: [PATCH 07/10] Fixed some copyright and license statements in the file header DocBlocks --- index.php | 2 +- lib/Cake/Log/Engine/SyslogLog.php | 2 +- lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php | 2 +- lib/Cake/Test/Case/Model/BehaviorCollectionTest.php | 2 +- lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php | 4 ++-- lib/Cake/Test/Fixture/AdFixture.php | 2 +- lib/Cake/Test/Fixture/AfterTreeFixture.php | 2 +- lib/Cake/Test/Fixture/CampaignFixture.php | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.php b/index.php index 95f389bcc..89de2eab2 100644 --- a/index.php +++ b/index.php @@ -10,7 +10,7 @@ * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) - * Copyright (c), Cake Software Foundation, Inc. (http://cakefoundation.org) + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt diff --git a/lib/Cake/Log/Engine/SyslogLog.php b/lib/Cake/Log/Engine/SyslogLog.php index a34f03d7c..f9eea1b3d 100644 --- a/lib/Cake/Log/Engine/SyslogLog.php +++ b/lib/Cake/Log/Engine/SyslogLog.php @@ -15,7 +15,7 @@ * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project * @package Cake.Log.Engine * @since CakePHP(tm) v 2.4 - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ App::uses('BaseLog', 'Log/Engine'); diff --git a/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php b/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php index ca6c0055e..93f7b7d75 100644 --- a/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php +++ b/lib/Cake/Test/Case/Log/Engine/SyslogLogTest.php @@ -14,7 +14,7 @@ * @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests * @package Cake.Test.Case.Log.Engine * @since CakePHP(tm) v 2.4 - * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + * @license http://www.opensource.org/licenses/mit-license.php MIT License */ App::uses('SyslogLog', 'Log/Engine'); diff --git a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php b/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php index 5bb173503..6a21ca027 100644 --- a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php +++ b/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php @@ -13,7 +13,7 @@ * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * - * @copyright CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Model * @since 1.2 diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php b/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php index 937c8ae3d..7a516af65 100644 --- a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php @@ -5,12 +5,12 @@ * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) - * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) + * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://cakephp.org CakePHP(tm) Project * @package Cake.Test.Case.Model.Datasource.Database * @since CakePHP(tm) v 1.2.0 diff --git a/lib/Cake/Test/Fixture/AdFixture.php b/lib/Cake/Test/Fixture/AdFixture.php index 2e3ac4352..82e34ac7d 100644 --- a/lib/Cake/Test/Fixture/AdFixture.php +++ b/lib/Cake/Test/Fixture/AdFixture.php @@ -12,7 +12,7 @@ * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * - * @copyright CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://www.cakephp.org * @package Cake.Test.Fixture * @since 1.2 diff --git a/lib/Cake/Test/Fixture/AfterTreeFixture.php b/lib/Cake/Test/Fixture/AfterTreeFixture.php index 36a3d1e33..b008ae05b 100644 --- a/lib/Cake/Test/Fixture/AfterTreeFixture.php +++ b/lib/Cake/Test/Fixture/AfterTreeFixture.php @@ -12,7 +12,7 @@ * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * - * @copyright CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://www.cakephp.org * @package Cake.Test.Fixture * @since 1.2 diff --git a/lib/Cake/Test/Fixture/CampaignFixture.php b/lib/Cake/Test/Fixture/CampaignFixture.php index ea658309b..05b08058c 100644 --- a/lib/Cake/Test/Fixture/CampaignFixture.php +++ b/lib/Cake/Test/Fixture/CampaignFixture.php @@ -12,7 +12,7 @@ * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice. * - * @copyright CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://www.cakephp.org * @package Cake.Test.Fixture * @since 1.2 From cee2801700eafad47c512b704cb821735cc9bf5d Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 15 Nov 2013 21:49:05 -0500 Subject: [PATCH 08/10] Add 'metadata' to the uninflected list. Fixes #2332 --- lib/Cake/Test/Case/Utility/InflectorTest.php | 2 ++ lib/Cake/Utility/Inflector.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Cake/Test/Case/Utility/InflectorTest.php b/lib/Cake/Test/Case/Utility/InflectorTest.php index ba477cc1d..94abbaa22 100644 --- a/lib/Cake/Test/Case/Utility/InflectorTest.php +++ b/lib/Cake/Test/Case/Utility/InflectorTest.php @@ -122,6 +122,7 @@ class InflectorTest extends CakeTestCase { $this->assertEquals(Inflector::singularize('quotas'), 'quota'); $this->assertEquals(Inflector::singularize('curves'), 'curve'); $this->assertEquals(Inflector::singularize('body_curves'), 'body_curve'); + $this->assertEquals(Inflector::singularize('metadata'), 'metadata'); $this->assertEquals(Inflector::singularize(''), ''); } @@ -186,6 +187,7 @@ class InflectorTest extends CakeTestCase { $this->assertEquals(Inflector::pluralize('quota'), 'quotas'); $this->assertEquals(Inflector::pluralize('curve'), 'curves'); $this->assertEquals(Inflector::pluralize('body_curve'), 'body_curves'); + $this->assertEquals(Inflector::pluralize('metadata'), 'metadata'); $this->assertEquals(Inflector::pluralize(''), ''); } diff --git a/lib/Cake/Utility/Inflector.php b/lib/Cake/Utility/Inflector.php index 5637d1f22..e27d29ea4 100644 --- a/lib/Cake/Utility/Inflector.php +++ b/lib/Cake/Utility/Inflector.php @@ -163,7 +163,7 @@ class Inflector { 'Foochowese', 'gallows', 'Genevese', 'Genoese', 'Gilbertese', 'graffiti', 'headquarters', 'herpes', 'hijinks', 'Hottentotese', 'information', 'innings', 'jackanapes', 'Kiplingese', 'Kongoese', 'Lucchese', 'mackerel', 'Maltese', '.*?media', - 'mews', 'moose', 'mumps', 'Nankingese', 'news', 'nexus', 'Niasese', + 'metadata', 'mews', 'moose', 'mumps', 'Nankingese', 'news', 'nexus', 'Niasese', 'Pekingese', 'Piedmontese', 'pincers', 'Pistoiese', 'pliers', 'Portuguese', 'proceedings', 'rabies', 'rice', 'rhinoceros', 'salmon', 'Sarawakese', 'scissors', 'sea[- ]bass', 'series', 'Shavese', 'shears', 'siemens', 'species', 'swine', 'testes', From 016c3aed44f890b8ff605b24a4392c4acd3464fa Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 16 Nov 2013 10:51:14 -0500 Subject: [PATCH 09/10] Add test for saveAssociated and expression objects. Add a test for #1514. This issue was fixed during recent refactorings. Closes #1514 --- lib/Cake/Test/Case/Model/ModelWriteTest.php | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/Case/Model/ModelWriteTest.php index e9bc63ab9..0ef299814 100644 --- a/lib/Cake/Test/Case/Model/ModelWriteTest.php +++ b/lib/Cake/Test/Case/Model/ModelWriteTest.php @@ -6244,6 +6244,32 @@ class ModelWriteTest extends BaseModelTest { $this->assertFalse($result); } +/** + * Test that saveAssociated will accept expression object values when saving. + * + * @return void + */ + public function testSaveAssociatedExpressionObjects() { + $this->loadFixtures('Post', 'Author', 'Comment', 'Attachment', 'Article', 'User'); + $TestModel = new Post(); + $db = $TestModel->getDataSource(); + + $TestModel->saveAssociated(array( + 'Post' => array( + 'title' => $db->expression('(SELECT "Post with Author")'), + 'body' => 'This post will be saved with an author' + ), + 'Author' => array( + 'user' => 'bob', + 'password' => '5f4dcc3b5aa765d61d8327deb882cf90' + ))); + + $result = $TestModel->find('first', array( + 'order' => array('Post.id ' => 'DESC') + )); + $this->assertEquals('Post with Author', $result['Post']['title']); + } + /** * testUpdateWithCalculation method * From 229bd699037766d18a99c156c18986733aa6c18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Sun, 17 Nov 2013 03:40:39 +0100 Subject: [PATCH 10/10] Added link to three hash methods --- lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php | 1 + lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php | 1 + lib/Cake/Utility/Security.php | 1 + 3 files changed, 3 insertions(+) diff --git a/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php b/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php index fb9a009c8..b3d8fbc5f 100644 --- a/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php +++ b/lib/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php @@ -29,6 +29,7 @@ class BlowfishPasswordHasher extends AbstractPasswordHasher { * * @param string $password Plain text password to hash. * @return string Password hash + * @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#using-bcrypt-for-passwords */ public function hash($password) { return Security::hash($password, 'blowfish', false); diff --git a/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php b/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php index 17e7148b8..fdd1a41c9 100644 --- a/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php +++ b/lib/Cake/Controller/Component/Auth/SimplePasswordHasher.php @@ -36,6 +36,7 @@ class SimplePasswordHasher extends AbstractPasswordHasher { * * @param string $password Plain text password to hash. * @return string Password hash + * @link http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#hashing-passwords */ public function hash($password) { return Security::hash($password, $this->_config['hashType'], true); diff --git a/lib/Cake/Utility/Security.php b/lib/Cake/Utility/Security.php index 0c3df2814..0775862be 100644 --- a/lib/Cake/Utility/Security.php +++ b/lib/Cake/Utility/Security.php @@ -101,6 +101,7 @@ class Security { * value to $string (Security.salt). If you are using blowfish the salt * must be false or a previously generated salt. * @return string Hash + * @link http://book.cakephp.org/2.0/en/core-utility-libraries/security.html#Security::hash */ public static function hash($string, $type = null, $salt = false) { if (empty($type)) {