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 89de2eab2..056201c08 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 93f7b7d75..709b04bb8 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 6a21ca027..966da2d74 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 7a516af65..4a983c8a6 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 (c) 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 82e34ac7d..778afbe47 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 b008ae05b..dd3775276 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 05b08058c..09b2192b0 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 @@