From 5de622b7ef27606ac1afb178835ba0410c7f4eda Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Thu, 24 May 2012 20:23:33 -0400 Subject: [PATCH] Renamed the test case folder --- lib/Cake/Test/{Case => TestCase}/AllBehaviorsTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllCacheTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllComponentsTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllConfigureTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllConsoleTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllControllerTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllCoreTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllDatabaseTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllErrorTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllEventTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllHelpersTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllI18nTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllLogTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllNetworkTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllRoutingTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllTestSuiteTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllTestsTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllUtilityTest.php | 0 lib/Cake/Test/{Case => TestCase}/AllViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/BasicsTest.php | 0 lib/Cake/Test/{Case => TestCase}/Cache/CacheTest.php | 0 lib/Cake/Test/{Case => TestCase}/Cache/Engine/ApcEngineTest.php | 0 lib/Cake/Test/{Case => TestCase}/Cache/Engine/FileEngineTest.php | 0 .../Test/{Case => TestCase}/Cache/Engine/MemcacheEngineTest.php | 0 lib/Cake/Test/{Case => TestCase}/Cache/Engine/RedisEngineTest.php | 0 .../Test/{Case => TestCase}/Cache/Engine/WincacheEngineTest.php | 0 .../Test/{Case => TestCase}/Cache/Engine/XcacheEngineTest.php | 0 lib/Cake/Test/{Case => TestCase}/Configure/IniReaderTest.php | 0 lib/Cake/Test/{Case => TestCase}/Configure/PhpReaderTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/AllConsoleLibsTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/AllConsoleTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/AllShellsTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/AllTasksTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/Command/AclShellTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/Command/ApiShellTest.php | 0 .../Test/{Case => TestCase}/Console/Command/BakeShellTest.php | 0 .../{Case => TestCase}/Console/Command/CommandListShellTest.php | 0 .../Test/{Case => TestCase}/Console/Command/SchemaShellTest.php | 0 .../Console/Command/Task/ControllerTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/DbConfigTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/ExtractTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/FixtureTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/ModelTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/PluginTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/ProjectTaskTest.php | 0 .../{Case => TestCase}/Console/Command/Task/TemplateTaskTest.php | 0 .../Test/{Case => TestCase}/Console/Command/Task/TestTaskTest.php | 0 .../Test/{Case => TestCase}/Console/Command/Task/ViewTaskTest.php | 0 .../Test/{Case => TestCase}/Console/Command/TestShellTest.php | 0 .../Test/{Case => TestCase}/Console/ConsoleErrorHandlerTest.php | 0 .../Test/{Case => TestCase}/Console/ConsoleOptionParserTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/ConsoleOutputTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/HelpFormatterTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/ShellDispatcherTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/ShellTest.php | 0 lib/Cake/Test/{Case => TestCase}/Console/TaskCollectionTest.php | 0 .../{Case => TestCase}/Controller/Component/Acl/DbAclTest.php | 0 .../{Case => TestCase}/Controller/Component/Acl/IniAclTest.php | 0 .../{Case => TestCase}/Controller/Component/Acl/PhpAclTest.php | 0 .../{Case => TestCase}/Controller/Component/AclComponentTest.php | 0 .../Controller/Component/Auth/ActionsAuthorizeTest.php | 0 .../Controller/Component/Auth/BasicAuthenticateTest.php | 0 .../Controller/Component/Auth/ControllerAuthorizeTest.php | 0 .../Controller/Component/Auth/CrudAuthorizeTest.php | 0 .../Controller/Component/Auth/DigestAuthenticateTest.php | 0 .../Controller/Component/Auth/FormAuthenticateTest.php | 0 .../{Case => TestCase}/Controller/Component/AuthComponentTest.php | 0 .../Controller/Component/CookieComponentTest.php | 0 .../Controller/Component/EmailComponentTest.php | 0 .../Controller/Component/PaginatorComponentTest.php | 0 .../Controller/Component/RequestHandlerComponentTest.php | 0 .../Controller/Component/SecurityComponentTest.php | 0 .../Controller/Component/SessionComponentTest.php | 0 .../{Case => TestCase}/Controller/ComponentCollectionTest.php | 0 lib/Cake/Test/{Case => TestCase}/Controller/ComponentTest.php | 0 .../{Case => TestCase}/Controller/ControllerMergeVarsTest.php | 0 lib/Cake/Test/{Case => TestCase}/Controller/ControllerTest.php | 0 .../Test/{Case => TestCase}/Controller/PagesControllerTest.php | 0 lib/Cake/Test/{Case => TestCase}/Controller/ScaffoldTest.php | 0 lib/Cake/Test/{Case => TestCase}/Core/AppTest.php | 0 lib/Cake/Test/{Case => TestCase}/Core/CakePluginTest.php | 0 lib/Cake/Test/{Case => TestCase}/Core/ConfigureTest.php | 0 lib/Cake/Test/{Case => TestCase}/Core/ObjectTest.php | 0 lib/Cake/Test/{Case => TestCase}/Error/ErrorHandlerTest.php | 0 lib/Cake/Test/{Case => TestCase}/Error/ExceptionRendererTest.php | 0 lib/Cake/Test/{Case => TestCase}/Event/CakeEventManagerTest.php | 0 lib/Cake/Test/{Case => TestCase}/Event/CakeEventTest.php | 0 lib/Cake/Test/{Case => TestCase}/I18n/I18nTest.php | 0 lib/Cake/Test/{Case => TestCase}/I18n/L10nTest.php | 0 lib/Cake/Test/{Case => TestCase}/I18n/MultibyteTest.php | 0 lib/Cake/Test/{Case => TestCase}/Log/CakeLogTest.php | 0 lib/Cake/Test/{Case => TestCase}/Log/Engine/ConsoleLogTest.php | 0 lib/Cake/Test/{Case => TestCase}/Log/Engine/FileLogTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/AclNodeTest.php | 0 .../Test/{Case => TestCase}/Model/Behavior/AclBehaviorTest.php | 0 .../{Case => TestCase}/Model/Behavior/ContainableBehaviorTest.php | 0 .../{Case => TestCase}/Model/Behavior/TranslateBehaviorTest.php | 0 .../{Case => TestCase}/Model/Behavior/TreeBehaviorAfterTest.php | 0 .../{Case => TestCase}/Model/Behavior/TreeBehaviorNumberTest.php | 0 .../{Case => TestCase}/Model/Behavior/TreeBehaviorScopedTest.php | 0 .../Test/{Case => TestCase}/Model/Behavior/TreeBehaviorTest.php | 0 .../{Case => TestCase}/Model/Behavior/TreeBehaviorUuidTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/BehaviorCollectionTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/CakeSchemaTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ConnectionManagerTest.php | 0 .../Test/{Case => TestCase}/Model/Datasource/CakeSessionTest.php | 0 .../Test/{Case => TestCase}/Model/Datasource/DataSourceTest.php | 0 .../{Case => TestCase}/Model/Datasource/Database/MysqlTest.php | 0 .../{Case => TestCase}/Model/Datasource/Database/PostgresTest.php | 0 .../{Case => TestCase}/Model/Datasource/Database/SqliteTest.php | 0 .../Model/Datasource/Database/SqlserverTest.php | 0 .../Test/{Case => TestCase}/Model/Datasource/DboSourceTest.php | 0 .../Model/Datasource/Session/CacheSessionTest.php | 0 .../Model/Datasource/Session/DatabaseSessionTest.php | 0 .../Test/{Case => TestCase}/Model/ModelCrossSchemaHabtmTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelDeleteTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelIntegrationTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelReadTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelTestBase.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelValidationTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/ModelWriteTest.php | 0 .../{Case => TestCase}/Model/Validator/CakeValidationRuleTest.php | 0 .../{Case => TestCase}/Model/Validator/CakeValidationSetTest.php | 0 lib/Cake/Test/{Case => TestCase}/Model/models.php | 0 lib/Cake/Test/{Case => TestCase}/Network/CakeRequestTest.php | 0 lib/Cake/Test/{Case => TestCase}/Network/CakeResponseTest.php | 0 lib/Cake/Test/{Case => TestCase}/Network/CakeSocketTest.php | 0 lib/Cake/Test/{Case => TestCase}/Network/Email/CakeEmailTest.php | 0 .../Test/{Case => TestCase}/Network/Email/DebugTransportTest.php | 0 .../Test/{Case => TestCase}/Network/Email/SmtpTransportTest.php | 0 .../{Case => TestCase}/Network/Http/BasicAuthenticationTest.php | 0 .../{Case => TestCase}/Network/Http/DigestAuthenticationTest.php | 0 .../Test/{Case => TestCase}/Network/Http/HttpResponseTest.php | 0 lib/Cake/Test/{Case => TestCase}/Network/Http/HttpSocketTest.php | 0 lib/Cake/Test/{Case => TestCase}/Routing/DispatcherTest.php | 0 .../{Case => TestCase}/Routing/Filter/AssetDispatcherTest.php | 0 lib/Cake/Test/{Case => TestCase}/Routing/Route/CakeRouteTest.php | 0 .../{Case => TestCase}/Routing/Route/PluginShortRouteTest.php | 0 .../Test/{Case => TestCase}/Routing/Route/RedirectRouteTest.php | 0 lib/Cake/Test/{Case => TestCase}/Routing/RouterTest.php | 0 lib/Cake/Test/{Case => TestCase}/TestSuite/CakeTestCaseTest.php | 0 .../Test/{Case => TestCase}/TestSuite/CakeTestFixtureTest.php | 0 lib/Cake/Test/{Case => TestCase}/TestSuite/CakeTestSuiteTest.php | 0 .../Test/{Case => TestCase}/TestSuite/ControllerTestCaseTest.php | 0 .../Test/{Case => TestCase}/TestSuite/HtmlCoverageReportTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/CakeNumberTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/CakeTimeTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/ClassRegistryTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/DebuggerTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/FileTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/FolderTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/HashTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/InflectorTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/ObjectCollectionTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/SanitizeTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/SecurityTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/SetTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/StringTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/ValidationTest.php | 0 lib/Cake/Test/{Case => TestCase}/Utility/XmlTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/CacheHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/FormHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/HtmlHelperTest.php | 0 .../{Case => TestCase}/View/Helper/JqueryEngineHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/JsHelperTest.php | 0 .../{Case => TestCase}/View/Helper/MootoolsEngineHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/NumberHelperTest.php | 0 .../Test/{Case => TestCase}/View/Helper/PaginatorHelperTest.php | 0 .../{Case => TestCase}/View/Helper/PrototypeEngineHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/RssHelperTest.php | 0 .../Test/{Case => TestCase}/View/Helper/SessionHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/TextHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/Helper/TimeHelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/HelperCollectionTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/HelperTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/JsonViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/MediaViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/ScaffoldViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/ThemeViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/ViewTest.php | 0 lib/Cake/Test/{Case => TestCase}/View/XmlViewTest.php | 0 182 files changed, 0 insertions(+), 0 deletions(-) rename lib/Cake/Test/{Case => TestCase}/AllBehaviorsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllCacheTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllComponentsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllConfigureTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllConsoleTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllControllerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllCoreTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllDatabaseTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllErrorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllEventTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllHelpersTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllI18nTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllLogTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllNetworkTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllRoutingTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllTestSuiteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllTestsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllUtilityTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/AllViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/BasicsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/CacheTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/ApcEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/FileEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/MemcacheEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/RedisEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/WincacheEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Cache/Engine/XcacheEngineTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Configure/IniReaderTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Configure/PhpReaderTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/AllConsoleLibsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/AllConsoleTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/AllShellsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/AllTasksTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/AclShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/ApiShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/BakeShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/CommandListShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/SchemaShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/ControllerTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/DbConfigTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/ExtractTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/FixtureTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/ModelTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/PluginTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/ProjectTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/TemplateTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/TestTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/Task/ViewTaskTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/Command/TestShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/ConsoleErrorHandlerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/ConsoleOptionParserTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/ConsoleOutputTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/HelpFormatterTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/ShellDispatcherTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/ShellTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Console/TaskCollectionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Acl/DbAclTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Acl/IniAclTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Acl/PhpAclTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/AclComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/ActionsAuthorizeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/BasicAuthenticateTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/ControllerAuthorizeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/CrudAuthorizeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/DigestAuthenticateTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/Auth/FormAuthenticateTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/AuthComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/CookieComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/EmailComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/PaginatorComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/RequestHandlerComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/SecurityComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/Component/SessionComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/ComponentCollectionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/ComponentTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/ControllerMergeVarsTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/ControllerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/PagesControllerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Controller/ScaffoldTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Core/AppTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Core/CakePluginTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Core/ConfigureTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Core/ObjectTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Error/ErrorHandlerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Error/ExceptionRendererTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Event/CakeEventManagerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Event/CakeEventTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/I18n/I18nTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/I18n/L10nTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/I18n/MultibyteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Log/CakeLogTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Log/Engine/ConsoleLogTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Log/Engine/FileLogTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/AclNodeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/AclBehaviorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/ContainableBehaviorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TranslateBehaviorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TreeBehaviorAfterTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TreeBehaviorNumberTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TreeBehaviorScopedTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TreeBehaviorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Behavior/TreeBehaviorUuidTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/BehaviorCollectionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/CakeSchemaTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ConnectionManagerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/CakeSessionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/DataSourceTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Database/MysqlTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Database/PostgresTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Database/SqliteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Database/SqlserverTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/DboSourceTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Session/CacheSessionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Datasource/Session/DatabaseSessionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelCrossSchemaHabtmTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelDeleteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelIntegrationTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelReadTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelTestBase.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelValidationTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/ModelWriteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Validator/CakeValidationRuleTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/Validator/CakeValidationSetTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Model/models.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/CakeRequestTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/CakeResponseTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/CakeSocketTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Email/CakeEmailTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Email/DebugTransportTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Email/SmtpTransportTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Http/BasicAuthenticationTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Http/DigestAuthenticationTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Http/HttpResponseTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Network/Http/HttpSocketTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/DispatcherTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/Filter/AssetDispatcherTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/Route/CakeRouteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/Route/PluginShortRouteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/Route/RedirectRouteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Routing/RouterTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/TestSuite/CakeTestCaseTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/TestSuite/CakeTestFixtureTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/TestSuite/CakeTestSuiteTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/TestSuite/ControllerTestCaseTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/TestSuite/HtmlCoverageReportTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/CakeNumberTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/CakeTimeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/ClassRegistryTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/DebuggerTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/FileTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/FolderTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/HashTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/InflectorTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/ObjectCollectionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/SanitizeTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/SecurityTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/SetTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/StringTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/ValidationTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/Utility/XmlTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/CacheHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/FormHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/HtmlHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/JqueryEngineHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/JsHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/MootoolsEngineHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/NumberHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/PaginatorHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/PrototypeEngineHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/RssHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/SessionHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/TextHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/Helper/TimeHelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/HelperCollectionTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/HelperTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/JsonViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/MediaViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/ScaffoldViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/ThemeViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/ViewTest.php (100%) rename lib/Cake/Test/{Case => TestCase}/View/XmlViewTest.php (100%) diff --git a/lib/Cake/Test/Case/AllBehaviorsTest.php b/lib/Cake/Test/TestCase/AllBehaviorsTest.php similarity index 100% rename from lib/Cake/Test/Case/AllBehaviorsTest.php rename to lib/Cake/Test/TestCase/AllBehaviorsTest.php diff --git a/lib/Cake/Test/Case/AllCacheTest.php b/lib/Cake/Test/TestCase/AllCacheTest.php similarity index 100% rename from lib/Cake/Test/Case/AllCacheTest.php rename to lib/Cake/Test/TestCase/AllCacheTest.php diff --git a/lib/Cake/Test/Case/AllComponentsTest.php b/lib/Cake/Test/TestCase/AllComponentsTest.php similarity index 100% rename from lib/Cake/Test/Case/AllComponentsTest.php rename to lib/Cake/Test/TestCase/AllComponentsTest.php diff --git a/lib/Cake/Test/Case/AllConfigureTest.php b/lib/Cake/Test/TestCase/AllConfigureTest.php similarity index 100% rename from lib/Cake/Test/Case/AllConfigureTest.php rename to lib/Cake/Test/TestCase/AllConfigureTest.php diff --git a/lib/Cake/Test/Case/AllConsoleTest.php b/lib/Cake/Test/TestCase/AllConsoleTest.php similarity index 100% rename from lib/Cake/Test/Case/AllConsoleTest.php rename to lib/Cake/Test/TestCase/AllConsoleTest.php diff --git a/lib/Cake/Test/Case/AllControllerTest.php b/lib/Cake/Test/TestCase/AllControllerTest.php similarity index 100% rename from lib/Cake/Test/Case/AllControllerTest.php rename to lib/Cake/Test/TestCase/AllControllerTest.php diff --git a/lib/Cake/Test/Case/AllCoreTest.php b/lib/Cake/Test/TestCase/AllCoreTest.php similarity index 100% rename from lib/Cake/Test/Case/AllCoreTest.php rename to lib/Cake/Test/TestCase/AllCoreTest.php diff --git a/lib/Cake/Test/Case/AllDatabaseTest.php b/lib/Cake/Test/TestCase/AllDatabaseTest.php similarity index 100% rename from lib/Cake/Test/Case/AllDatabaseTest.php rename to lib/Cake/Test/TestCase/AllDatabaseTest.php diff --git a/lib/Cake/Test/Case/AllErrorTest.php b/lib/Cake/Test/TestCase/AllErrorTest.php similarity index 100% rename from lib/Cake/Test/Case/AllErrorTest.php rename to lib/Cake/Test/TestCase/AllErrorTest.php diff --git a/lib/Cake/Test/Case/AllEventTest.php b/lib/Cake/Test/TestCase/AllEventTest.php similarity index 100% rename from lib/Cake/Test/Case/AllEventTest.php rename to lib/Cake/Test/TestCase/AllEventTest.php diff --git a/lib/Cake/Test/Case/AllHelpersTest.php b/lib/Cake/Test/TestCase/AllHelpersTest.php similarity index 100% rename from lib/Cake/Test/Case/AllHelpersTest.php rename to lib/Cake/Test/TestCase/AllHelpersTest.php diff --git a/lib/Cake/Test/Case/AllI18nTest.php b/lib/Cake/Test/TestCase/AllI18nTest.php similarity index 100% rename from lib/Cake/Test/Case/AllI18nTest.php rename to lib/Cake/Test/TestCase/AllI18nTest.php diff --git a/lib/Cake/Test/Case/AllLogTest.php b/lib/Cake/Test/TestCase/AllLogTest.php similarity index 100% rename from lib/Cake/Test/Case/AllLogTest.php rename to lib/Cake/Test/TestCase/AllLogTest.php diff --git a/lib/Cake/Test/Case/AllNetworkTest.php b/lib/Cake/Test/TestCase/AllNetworkTest.php similarity index 100% rename from lib/Cake/Test/Case/AllNetworkTest.php rename to lib/Cake/Test/TestCase/AllNetworkTest.php diff --git a/lib/Cake/Test/Case/AllRoutingTest.php b/lib/Cake/Test/TestCase/AllRoutingTest.php similarity index 100% rename from lib/Cake/Test/Case/AllRoutingTest.php rename to lib/Cake/Test/TestCase/AllRoutingTest.php diff --git a/lib/Cake/Test/Case/AllTestSuiteTest.php b/lib/Cake/Test/TestCase/AllTestSuiteTest.php similarity index 100% rename from lib/Cake/Test/Case/AllTestSuiteTest.php rename to lib/Cake/Test/TestCase/AllTestSuiteTest.php diff --git a/lib/Cake/Test/Case/AllTestsTest.php b/lib/Cake/Test/TestCase/AllTestsTest.php similarity index 100% rename from lib/Cake/Test/Case/AllTestsTest.php rename to lib/Cake/Test/TestCase/AllTestsTest.php diff --git a/lib/Cake/Test/Case/AllUtilityTest.php b/lib/Cake/Test/TestCase/AllUtilityTest.php similarity index 100% rename from lib/Cake/Test/Case/AllUtilityTest.php rename to lib/Cake/Test/TestCase/AllUtilityTest.php diff --git a/lib/Cake/Test/Case/AllViewTest.php b/lib/Cake/Test/TestCase/AllViewTest.php similarity index 100% rename from lib/Cake/Test/Case/AllViewTest.php rename to lib/Cake/Test/TestCase/AllViewTest.php diff --git a/lib/Cake/Test/Case/BasicsTest.php b/lib/Cake/Test/TestCase/BasicsTest.php similarity index 100% rename from lib/Cake/Test/Case/BasicsTest.php rename to lib/Cake/Test/TestCase/BasicsTest.php diff --git a/lib/Cake/Test/Case/Cache/CacheTest.php b/lib/Cake/Test/TestCase/Cache/CacheTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/CacheTest.php rename to lib/Cake/Test/TestCase/Cache/CacheTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/ApcEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/ApcEngineTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/FileEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/FileEngineTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/MemcacheEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/MemcacheEngineTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/RedisEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/RedisEngineTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/WincacheEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/WincacheEngineTest.php diff --git a/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php b/lib/Cake/Test/TestCase/Cache/Engine/XcacheEngineTest.php similarity index 100% rename from lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php rename to lib/Cake/Test/TestCase/Cache/Engine/XcacheEngineTest.php diff --git a/lib/Cake/Test/Case/Configure/IniReaderTest.php b/lib/Cake/Test/TestCase/Configure/IniReaderTest.php similarity index 100% rename from lib/Cake/Test/Case/Configure/IniReaderTest.php rename to lib/Cake/Test/TestCase/Configure/IniReaderTest.php diff --git a/lib/Cake/Test/Case/Configure/PhpReaderTest.php b/lib/Cake/Test/TestCase/Configure/PhpReaderTest.php similarity index 100% rename from lib/Cake/Test/Case/Configure/PhpReaderTest.php rename to lib/Cake/Test/TestCase/Configure/PhpReaderTest.php diff --git a/lib/Cake/Test/Case/Console/AllConsoleLibsTest.php b/lib/Cake/Test/TestCase/Console/AllConsoleLibsTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/AllConsoleLibsTest.php rename to lib/Cake/Test/TestCase/Console/AllConsoleLibsTest.php diff --git a/lib/Cake/Test/Case/Console/AllConsoleTest.php b/lib/Cake/Test/TestCase/Console/AllConsoleTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/AllConsoleTest.php rename to lib/Cake/Test/TestCase/Console/AllConsoleTest.php diff --git a/lib/Cake/Test/Case/Console/AllShellsTest.php b/lib/Cake/Test/TestCase/Console/AllShellsTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/AllShellsTest.php rename to lib/Cake/Test/TestCase/Console/AllShellsTest.php diff --git a/lib/Cake/Test/Case/Console/AllTasksTest.php b/lib/Cake/Test/TestCase/Console/AllTasksTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/AllTasksTest.php rename to lib/Cake/Test/TestCase/Console/AllTasksTest.php diff --git a/lib/Cake/Test/Case/Console/Command/AclShellTest.php b/lib/Cake/Test/TestCase/Console/Command/AclShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/AclShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/AclShellTest.php diff --git a/lib/Cake/Test/Case/Console/Command/ApiShellTest.php b/lib/Cake/Test/TestCase/Console/Command/ApiShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/ApiShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/ApiShellTest.php diff --git a/lib/Cake/Test/Case/Console/Command/BakeShellTest.php b/lib/Cake/Test/TestCase/Console/Command/BakeShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/BakeShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/BakeShellTest.php diff --git a/lib/Cake/Test/Case/Console/Command/CommandListShellTest.php b/lib/Cake/Test/TestCase/Console/Command/CommandListShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/CommandListShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/CommandListShellTest.php diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/TestCase/Console/Command/SchemaShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/SchemaShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/SchemaShellTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ControllerTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/ControllerTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/ControllerTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/DbConfigTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/DbConfigTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ExtractTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/ExtractTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/ExtractTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/FixtureTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/FixtureTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/FixtureTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/ModelTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/ModelTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/PluginTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/PluginTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/ProjectTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/ProjectTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/TemplateTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/TemplateTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/TemplateTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/TestTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/TestTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php b/lib/Cake/Test/TestCase/Console/Command/Task/ViewTaskTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/Task/ViewTaskTest.php rename to lib/Cake/Test/TestCase/Console/Command/Task/ViewTaskTest.php diff --git a/lib/Cake/Test/Case/Console/Command/TestShellTest.php b/lib/Cake/Test/TestCase/Console/Command/TestShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/Command/TestShellTest.php rename to lib/Cake/Test/TestCase/Console/Command/TestShellTest.php diff --git a/lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php b/lib/Cake/Test/TestCase/Console/ConsoleErrorHandlerTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/ConsoleErrorHandlerTest.php rename to lib/Cake/Test/TestCase/Console/ConsoleErrorHandlerTest.php diff --git a/lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php b/lib/Cake/Test/TestCase/Console/ConsoleOptionParserTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/ConsoleOptionParserTest.php rename to lib/Cake/Test/TestCase/Console/ConsoleOptionParserTest.php diff --git a/lib/Cake/Test/Case/Console/ConsoleOutputTest.php b/lib/Cake/Test/TestCase/Console/ConsoleOutputTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/ConsoleOutputTest.php rename to lib/Cake/Test/TestCase/Console/ConsoleOutputTest.php diff --git a/lib/Cake/Test/Case/Console/HelpFormatterTest.php b/lib/Cake/Test/TestCase/Console/HelpFormatterTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/HelpFormatterTest.php rename to lib/Cake/Test/TestCase/Console/HelpFormatterTest.php diff --git a/lib/Cake/Test/Case/Console/ShellDispatcherTest.php b/lib/Cake/Test/TestCase/Console/ShellDispatcherTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/ShellDispatcherTest.php rename to lib/Cake/Test/TestCase/Console/ShellDispatcherTest.php diff --git a/lib/Cake/Test/Case/Console/ShellTest.php b/lib/Cake/Test/TestCase/Console/ShellTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/ShellTest.php rename to lib/Cake/Test/TestCase/Console/ShellTest.php diff --git a/lib/Cake/Test/Case/Console/TaskCollectionTest.php b/lib/Cake/Test/TestCase/Console/TaskCollectionTest.php similarity index 100% rename from lib/Cake/Test/Case/Console/TaskCollectionTest.php rename to lib/Cake/Test/TestCase/Console/TaskCollectionTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php b/lib/Cake/Test/TestCase/Controller/Component/Acl/DbAclTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Acl/DbAclTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Acl/DbAclTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php b/lib/Cake/Test/TestCase/Controller/Component/Acl/IniAclTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Acl/IniAclTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Acl/IniAclTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php b/lib/Cake/Test/TestCase/Controller/Component/Acl/PhpAclTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Acl/PhpAclTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Acl/PhpAclTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/AclComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/AclComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/AclComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/AclComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/ActionsAuthorizeTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/BasicAuthenticateTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/ControllerAuthorizeTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/CrudAuthorizeTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/DigestAuthenticateTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php b/lib/Cake/Test/TestCase/Controller/Component/Auth/FormAuthenticateTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/Auth/FormAuthenticateTest.php rename to lib/Cake/Test/TestCase/Controller/Component/Auth/FormAuthenticateTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/AuthComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/AuthComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/AuthComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/CookieComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/CookieComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/CookieComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/EmailComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/EmailComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/EmailComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/PaginatorComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/PaginatorComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/PaginatorComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/RequestHandlerComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/RequestHandlerComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/SecurityComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/SecurityComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/SecurityComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php b/lib/Cake/Test/TestCase/Controller/Component/SessionComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/Component/SessionComponentTest.php rename to lib/Cake/Test/TestCase/Controller/Component/SessionComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/ComponentCollectionTest.php b/lib/Cake/Test/TestCase/Controller/ComponentCollectionTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/ComponentCollectionTest.php rename to lib/Cake/Test/TestCase/Controller/ComponentCollectionTest.php diff --git a/lib/Cake/Test/Case/Controller/ComponentTest.php b/lib/Cake/Test/TestCase/Controller/ComponentTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/ComponentTest.php rename to lib/Cake/Test/TestCase/Controller/ComponentTest.php diff --git a/lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php b/lib/Cake/Test/TestCase/Controller/ControllerMergeVarsTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/ControllerMergeVarsTest.php rename to lib/Cake/Test/TestCase/Controller/ControllerMergeVarsTest.php diff --git a/lib/Cake/Test/Case/Controller/ControllerTest.php b/lib/Cake/Test/TestCase/Controller/ControllerTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/ControllerTest.php rename to lib/Cake/Test/TestCase/Controller/ControllerTest.php diff --git a/lib/Cake/Test/Case/Controller/PagesControllerTest.php b/lib/Cake/Test/TestCase/Controller/PagesControllerTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/PagesControllerTest.php rename to lib/Cake/Test/TestCase/Controller/PagesControllerTest.php diff --git a/lib/Cake/Test/Case/Controller/ScaffoldTest.php b/lib/Cake/Test/TestCase/Controller/ScaffoldTest.php similarity index 100% rename from lib/Cake/Test/Case/Controller/ScaffoldTest.php rename to lib/Cake/Test/TestCase/Controller/ScaffoldTest.php diff --git a/lib/Cake/Test/Case/Core/AppTest.php b/lib/Cake/Test/TestCase/Core/AppTest.php similarity index 100% rename from lib/Cake/Test/Case/Core/AppTest.php rename to lib/Cake/Test/TestCase/Core/AppTest.php diff --git a/lib/Cake/Test/Case/Core/CakePluginTest.php b/lib/Cake/Test/TestCase/Core/CakePluginTest.php similarity index 100% rename from lib/Cake/Test/Case/Core/CakePluginTest.php rename to lib/Cake/Test/TestCase/Core/CakePluginTest.php diff --git a/lib/Cake/Test/Case/Core/ConfigureTest.php b/lib/Cake/Test/TestCase/Core/ConfigureTest.php similarity index 100% rename from lib/Cake/Test/Case/Core/ConfigureTest.php rename to lib/Cake/Test/TestCase/Core/ConfigureTest.php diff --git a/lib/Cake/Test/Case/Core/ObjectTest.php b/lib/Cake/Test/TestCase/Core/ObjectTest.php similarity index 100% rename from lib/Cake/Test/Case/Core/ObjectTest.php rename to lib/Cake/Test/TestCase/Core/ObjectTest.php diff --git a/lib/Cake/Test/Case/Error/ErrorHandlerTest.php b/lib/Cake/Test/TestCase/Error/ErrorHandlerTest.php similarity index 100% rename from lib/Cake/Test/Case/Error/ErrorHandlerTest.php rename to lib/Cake/Test/TestCase/Error/ErrorHandlerTest.php diff --git a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php b/lib/Cake/Test/TestCase/Error/ExceptionRendererTest.php similarity index 100% rename from lib/Cake/Test/Case/Error/ExceptionRendererTest.php rename to lib/Cake/Test/TestCase/Error/ExceptionRendererTest.php diff --git a/lib/Cake/Test/Case/Event/CakeEventManagerTest.php b/lib/Cake/Test/TestCase/Event/CakeEventManagerTest.php similarity index 100% rename from lib/Cake/Test/Case/Event/CakeEventManagerTest.php rename to lib/Cake/Test/TestCase/Event/CakeEventManagerTest.php diff --git a/lib/Cake/Test/Case/Event/CakeEventTest.php b/lib/Cake/Test/TestCase/Event/CakeEventTest.php similarity index 100% rename from lib/Cake/Test/Case/Event/CakeEventTest.php rename to lib/Cake/Test/TestCase/Event/CakeEventTest.php diff --git a/lib/Cake/Test/Case/I18n/I18nTest.php b/lib/Cake/Test/TestCase/I18n/I18nTest.php similarity index 100% rename from lib/Cake/Test/Case/I18n/I18nTest.php rename to lib/Cake/Test/TestCase/I18n/I18nTest.php diff --git a/lib/Cake/Test/Case/I18n/L10nTest.php b/lib/Cake/Test/TestCase/I18n/L10nTest.php similarity index 100% rename from lib/Cake/Test/Case/I18n/L10nTest.php rename to lib/Cake/Test/TestCase/I18n/L10nTest.php diff --git a/lib/Cake/Test/Case/I18n/MultibyteTest.php b/lib/Cake/Test/TestCase/I18n/MultibyteTest.php similarity index 100% rename from lib/Cake/Test/Case/I18n/MultibyteTest.php rename to lib/Cake/Test/TestCase/I18n/MultibyteTest.php diff --git a/lib/Cake/Test/Case/Log/CakeLogTest.php b/lib/Cake/Test/TestCase/Log/CakeLogTest.php similarity index 100% rename from lib/Cake/Test/Case/Log/CakeLogTest.php rename to lib/Cake/Test/TestCase/Log/CakeLogTest.php diff --git a/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php b/lib/Cake/Test/TestCase/Log/Engine/ConsoleLogTest.php similarity index 100% rename from lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php rename to lib/Cake/Test/TestCase/Log/Engine/ConsoleLogTest.php diff --git a/lib/Cake/Test/Case/Log/Engine/FileLogTest.php b/lib/Cake/Test/TestCase/Log/Engine/FileLogTest.php similarity index 100% rename from lib/Cake/Test/Case/Log/Engine/FileLogTest.php rename to lib/Cake/Test/TestCase/Log/Engine/FileLogTest.php diff --git a/lib/Cake/Test/Case/Model/AclNodeTest.php b/lib/Cake/Test/TestCase/Model/AclNodeTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/AclNodeTest.php rename to lib/Cake/Test/TestCase/Model/AclNodeTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php b/lib/Cake/Test/TestCase/Model/Behavior/AclBehaviorTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/AclBehaviorTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/AclBehaviorTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php b/lib/Cake/Test/TestCase/Model/Behavior/ContainableBehaviorTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/ContainableBehaviorTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/ContainableBehaviorTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TranslateBehaviorTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TranslateBehaviorTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TranslateBehaviorTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorAfterTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TreeBehaviorAfterTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorAfterTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorNumberTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TreeBehaviorNumberTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorNumberTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorScopedTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TreeBehaviorScopedTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorScopedTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TreeBehaviorTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorTest.php diff --git a/lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php b/lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorUuidTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Behavior/TreeBehaviorUuidTest.php rename to lib/Cake/Test/TestCase/Model/Behavior/TreeBehaviorUuidTest.php diff --git a/lib/Cake/Test/Case/Model/BehaviorCollectionTest.php b/lib/Cake/Test/TestCase/Model/BehaviorCollectionTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/BehaviorCollectionTest.php rename to lib/Cake/Test/TestCase/Model/BehaviorCollectionTest.php diff --git a/lib/Cake/Test/Case/Model/CakeSchemaTest.php b/lib/Cake/Test/TestCase/Model/CakeSchemaTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/CakeSchemaTest.php rename to lib/Cake/Test/TestCase/Model/CakeSchemaTest.php diff --git a/lib/Cake/Test/Case/Model/ConnectionManagerTest.php b/lib/Cake/Test/TestCase/Model/ConnectionManagerTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ConnectionManagerTest.php rename to lib/Cake/Test/TestCase/Model/ConnectionManagerTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php b/lib/Cake/Test/TestCase/Model/Datasource/CakeSessionTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/CakeSessionTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/CakeSessionTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php b/lib/Cake/Test/TestCase/Model/Datasource/DataSourceTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/DataSourceTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/DataSourceTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Database/MysqlTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Database/MysqlTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Database/MysqlTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Database/PostgresTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Database/PostgresTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Database/PostgresTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Database/SqliteTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Database/SqliteTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Database/SqliteTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Database/SqlserverTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Database/SqlserverTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Database/SqlserverTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/TestCase/Model/Datasource/DboSourceTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/DboSourceTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Session/CacheSessionTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Session/CacheSessionTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Session/CacheSessionTest.php diff --git a/lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php b/lib/Cake/Test/TestCase/Model/Datasource/Session/DatabaseSessionTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Datasource/Session/DatabaseSessionTest.php rename to lib/Cake/Test/TestCase/Model/Datasource/Session/DatabaseSessionTest.php diff --git a/lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php b/lib/Cake/Test/TestCase/Model/ModelCrossSchemaHabtmTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelCrossSchemaHabtmTest.php rename to lib/Cake/Test/TestCase/Model/ModelCrossSchemaHabtmTest.php diff --git a/lib/Cake/Test/Case/Model/ModelDeleteTest.php b/lib/Cake/Test/TestCase/Model/ModelDeleteTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelDeleteTest.php rename to lib/Cake/Test/TestCase/Model/ModelDeleteTest.php diff --git a/lib/Cake/Test/Case/Model/ModelIntegrationTest.php b/lib/Cake/Test/TestCase/Model/ModelIntegrationTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelIntegrationTest.php rename to lib/Cake/Test/TestCase/Model/ModelIntegrationTest.php diff --git a/lib/Cake/Test/Case/Model/ModelReadTest.php b/lib/Cake/Test/TestCase/Model/ModelReadTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelReadTest.php rename to lib/Cake/Test/TestCase/Model/ModelReadTest.php diff --git a/lib/Cake/Test/Case/Model/ModelTest.php b/lib/Cake/Test/TestCase/Model/ModelTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelTest.php rename to lib/Cake/Test/TestCase/Model/ModelTest.php diff --git a/lib/Cake/Test/Case/Model/ModelTestBase.php b/lib/Cake/Test/TestCase/Model/ModelTestBase.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelTestBase.php rename to lib/Cake/Test/TestCase/Model/ModelTestBase.php diff --git a/lib/Cake/Test/Case/Model/ModelValidationTest.php b/lib/Cake/Test/TestCase/Model/ModelValidationTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelValidationTest.php rename to lib/Cake/Test/TestCase/Model/ModelValidationTest.php diff --git a/lib/Cake/Test/Case/Model/ModelWriteTest.php b/lib/Cake/Test/TestCase/Model/ModelWriteTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/ModelWriteTest.php rename to lib/Cake/Test/TestCase/Model/ModelWriteTest.php diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php b/lib/Cake/Test/TestCase/Model/Validator/CakeValidationRuleTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php rename to lib/Cake/Test/TestCase/Model/Validator/CakeValidationRuleTest.php diff --git a/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php b/lib/Cake/Test/TestCase/Model/Validator/CakeValidationSetTest.php similarity index 100% rename from lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php rename to lib/Cake/Test/TestCase/Model/Validator/CakeValidationSetTest.php diff --git a/lib/Cake/Test/Case/Model/models.php b/lib/Cake/Test/TestCase/Model/models.php similarity index 100% rename from lib/Cake/Test/Case/Model/models.php rename to lib/Cake/Test/TestCase/Model/models.php diff --git a/lib/Cake/Test/Case/Network/CakeRequestTest.php b/lib/Cake/Test/TestCase/Network/CakeRequestTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/CakeRequestTest.php rename to lib/Cake/Test/TestCase/Network/CakeRequestTest.php diff --git a/lib/Cake/Test/Case/Network/CakeResponseTest.php b/lib/Cake/Test/TestCase/Network/CakeResponseTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/CakeResponseTest.php rename to lib/Cake/Test/TestCase/Network/CakeResponseTest.php diff --git a/lib/Cake/Test/Case/Network/CakeSocketTest.php b/lib/Cake/Test/TestCase/Network/CakeSocketTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/CakeSocketTest.php rename to lib/Cake/Test/TestCase/Network/CakeSocketTest.php diff --git a/lib/Cake/Test/Case/Network/Email/CakeEmailTest.php b/lib/Cake/Test/TestCase/Network/Email/CakeEmailTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Email/CakeEmailTest.php rename to lib/Cake/Test/TestCase/Network/Email/CakeEmailTest.php diff --git a/lib/Cake/Test/Case/Network/Email/DebugTransportTest.php b/lib/Cake/Test/TestCase/Network/Email/DebugTransportTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Email/DebugTransportTest.php rename to lib/Cake/Test/TestCase/Network/Email/DebugTransportTest.php diff --git a/lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php b/lib/Cake/Test/TestCase/Network/Email/SmtpTransportTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Email/SmtpTransportTest.php rename to lib/Cake/Test/TestCase/Network/Email/SmtpTransportTest.php diff --git a/lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php b/lib/Cake/Test/TestCase/Network/Http/BasicAuthenticationTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Http/BasicAuthenticationTest.php rename to lib/Cake/Test/TestCase/Network/Http/BasicAuthenticationTest.php diff --git a/lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php b/lib/Cake/Test/TestCase/Network/Http/DigestAuthenticationTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Http/DigestAuthenticationTest.php rename to lib/Cake/Test/TestCase/Network/Http/DigestAuthenticationTest.php diff --git a/lib/Cake/Test/Case/Network/Http/HttpResponseTest.php b/lib/Cake/Test/TestCase/Network/Http/HttpResponseTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Http/HttpResponseTest.php rename to lib/Cake/Test/TestCase/Network/Http/HttpResponseTest.php diff --git a/lib/Cake/Test/Case/Network/Http/HttpSocketTest.php b/lib/Cake/Test/TestCase/Network/Http/HttpSocketTest.php similarity index 100% rename from lib/Cake/Test/Case/Network/Http/HttpSocketTest.php rename to lib/Cake/Test/TestCase/Network/Http/HttpSocketTest.php diff --git a/lib/Cake/Test/Case/Routing/DispatcherTest.php b/lib/Cake/Test/TestCase/Routing/DispatcherTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/DispatcherTest.php rename to lib/Cake/Test/TestCase/Routing/DispatcherTest.php diff --git a/lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php b/lib/Cake/Test/TestCase/Routing/Filter/AssetDispatcherTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/Filter/AssetDispatcherTest.php rename to lib/Cake/Test/TestCase/Routing/Filter/AssetDispatcherTest.php diff --git a/lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php b/lib/Cake/Test/TestCase/Routing/Route/CakeRouteTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/Route/CakeRouteTest.php rename to lib/Cake/Test/TestCase/Routing/Route/CakeRouteTest.php diff --git a/lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php b/lib/Cake/Test/TestCase/Routing/Route/PluginShortRouteTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/Route/PluginShortRouteTest.php rename to lib/Cake/Test/TestCase/Routing/Route/PluginShortRouteTest.php diff --git a/lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php b/lib/Cake/Test/TestCase/Routing/Route/RedirectRouteTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/Route/RedirectRouteTest.php rename to lib/Cake/Test/TestCase/Routing/Route/RedirectRouteTest.php diff --git a/lib/Cake/Test/Case/Routing/RouterTest.php b/lib/Cake/Test/TestCase/Routing/RouterTest.php similarity index 100% rename from lib/Cake/Test/Case/Routing/RouterTest.php rename to lib/Cake/Test/TestCase/Routing/RouterTest.php diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php b/lib/Cake/Test/TestCase/TestSuite/CakeTestCaseTest.php similarity index 100% rename from lib/Cake/Test/Case/TestSuite/CakeTestCaseTest.php rename to lib/Cake/Test/TestCase/TestSuite/CakeTestCaseTest.php diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php b/lib/Cake/Test/TestCase/TestSuite/CakeTestFixtureTest.php similarity index 100% rename from lib/Cake/Test/Case/TestSuite/CakeTestFixtureTest.php rename to lib/Cake/Test/TestCase/TestSuite/CakeTestFixtureTest.php diff --git a/lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php b/lib/Cake/Test/TestCase/TestSuite/CakeTestSuiteTest.php similarity index 100% rename from lib/Cake/Test/Case/TestSuite/CakeTestSuiteTest.php rename to lib/Cake/Test/TestCase/TestSuite/CakeTestSuiteTest.php diff --git a/lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php b/lib/Cake/Test/TestCase/TestSuite/ControllerTestCaseTest.php similarity index 100% rename from lib/Cake/Test/Case/TestSuite/ControllerTestCaseTest.php rename to lib/Cake/Test/TestCase/TestSuite/ControllerTestCaseTest.php diff --git a/lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php b/lib/Cake/Test/TestCase/TestSuite/HtmlCoverageReportTest.php similarity index 100% rename from lib/Cake/Test/Case/TestSuite/HtmlCoverageReportTest.php rename to lib/Cake/Test/TestCase/TestSuite/HtmlCoverageReportTest.php diff --git a/lib/Cake/Test/Case/Utility/CakeNumberTest.php b/lib/Cake/Test/TestCase/Utility/CakeNumberTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/CakeNumberTest.php rename to lib/Cake/Test/TestCase/Utility/CakeNumberTest.php diff --git a/lib/Cake/Test/Case/Utility/CakeTimeTest.php b/lib/Cake/Test/TestCase/Utility/CakeTimeTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/CakeTimeTest.php rename to lib/Cake/Test/TestCase/Utility/CakeTimeTest.php diff --git a/lib/Cake/Test/Case/Utility/ClassRegistryTest.php b/lib/Cake/Test/TestCase/Utility/ClassRegistryTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/ClassRegistryTest.php rename to lib/Cake/Test/TestCase/Utility/ClassRegistryTest.php diff --git a/lib/Cake/Test/Case/Utility/DebuggerTest.php b/lib/Cake/Test/TestCase/Utility/DebuggerTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/DebuggerTest.php rename to lib/Cake/Test/TestCase/Utility/DebuggerTest.php diff --git a/lib/Cake/Test/Case/Utility/FileTest.php b/lib/Cake/Test/TestCase/Utility/FileTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/FileTest.php rename to lib/Cake/Test/TestCase/Utility/FileTest.php diff --git a/lib/Cake/Test/Case/Utility/FolderTest.php b/lib/Cake/Test/TestCase/Utility/FolderTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/FolderTest.php rename to lib/Cake/Test/TestCase/Utility/FolderTest.php diff --git a/lib/Cake/Test/Case/Utility/HashTest.php b/lib/Cake/Test/TestCase/Utility/HashTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/HashTest.php rename to lib/Cake/Test/TestCase/Utility/HashTest.php diff --git a/lib/Cake/Test/Case/Utility/InflectorTest.php b/lib/Cake/Test/TestCase/Utility/InflectorTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/InflectorTest.php rename to lib/Cake/Test/TestCase/Utility/InflectorTest.php diff --git a/lib/Cake/Test/Case/Utility/ObjectCollectionTest.php b/lib/Cake/Test/TestCase/Utility/ObjectCollectionTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/ObjectCollectionTest.php rename to lib/Cake/Test/TestCase/Utility/ObjectCollectionTest.php diff --git a/lib/Cake/Test/Case/Utility/SanitizeTest.php b/lib/Cake/Test/TestCase/Utility/SanitizeTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/SanitizeTest.php rename to lib/Cake/Test/TestCase/Utility/SanitizeTest.php diff --git a/lib/Cake/Test/Case/Utility/SecurityTest.php b/lib/Cake/Test/TestCase/Utility/SecurityTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/SecurityTest.php rename to lib/Cake/Test/TestCase/Utility/SecurityTest.php diff --git a/lib/Cake/Test/Case/Utility/SetTest.php b/lib/Cake/Test/TestCase/Utility/SetTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/SetTest.php rename to lib/Cake/Test/TestCase/Utility/SetTest.php diff --git a/lib/Cake/Test/Case/Utility/StringTest.php b/lib/Cake/Test/TestCase/Utility/StringTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/StringTest.php rename to lib/Cake/Test/TestCase/Utility/StringTest.php diff --git a/lib/Cake/Test/Case/Utility/ValidationTest.php b/lib/Cake/Test/TestCase/Utility/ValidationTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/ValidationTest.php rename to lib/Cake/Test/TestCase/Utility/ValidationTest.php diff --git a/lib/Cake/Test/Case/Utility/XmlTest.php b/lib/Cake/Test/TestCase/Utility/XmlTest.php similarity index 100% rename from lib/Cake/Test/Case/Utility/XmlTest.php rename to lib/Cake/Test/TestCase/Utility/XmlTest.php diff --git a/lib/Cake/Test/Case/View/Helper/CacheHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/CacheHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/CacheHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/CacheHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/FormHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/FormHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/FormHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/HtmlHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/HtmlHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/HtmlHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/JqueryEngineHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/JqueryEngineHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/JqueryEngineHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/JsHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/JsHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/JsHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/JsHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/MootoolsEngineHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/MootoolsEngineHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/MootoolsEngineHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/NumberHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/NumberHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/NumberHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/NumberHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/PaginatorHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/PaginatorHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/PaginatorHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/PrototypeEngineHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/PrototypeEngineHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/PrototypeEngineHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/RssHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/RssHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/RssHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/RssHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/SessionHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/SessionHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/SessionHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/TextHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/TextHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/TextHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/TextHelperTest.php diff --git a/lib/Cake/Test/Case/View/Helper/TimeHelperTest.php b/lib/Cake/Test/TestCase/View/Helper/TimeHelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/Helper/TimeHelperTest.php rename to lib/Cake/Test/TestCase/View/Helper/TimeHelperTest.php diff --git a/lib/Cake/Test/Case/View/HelperCollectionTest.php b/lib/Cake/Test/TestCase/View/HelperCollectionTest.php similarity index 100% rename from lib/Cake/Test/Case/View/HelperCollectionTest.php rename to lib/Cake/Test/TestCase/View/HelperCollectionTest.php diff --git a/lib/Cake/Test/Case/View/HelperTest.php b/lib/Cake/Test/TestCase/View/HelperTest.php similarity index 100% rename from lib/Cake/Test/Case/View/HelperTest.php rename to lib/Cake/Test/TestCase/View/HelperTest.php diff --git a/lib/Cake/Test/Case/View/JsonViewTest.php b/lib/Cake/Test/TestCase/View/JsonViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/JsonViewTest.php rename to lib/Cake/Test/TestCase/View/JsonViewTest.php diff --git a/lib/Cake/Test/Case/View/MediaViewTest.php b/lib/Cake/Test/TestCase/View/MediaViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/MediaViewTest.php rename to lib/Cake/Test/TestCase/View/MediaViewTest.php diff --git a/lib/Cake/Test/Case/View/ScaffoldViewTest.php b/lib/Cake/Test/TestCase/View/ScaffoldViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/ScaffoldViewTest.php rename to lib/Cake/Test/TestCase/View/ScaffoldViewTest.php diff --git a/lib/Cake/Test/Case/View/ThemeViewTest.php b/lib/Cake/Test/TestCase/View/ThemeViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/ThemeViewTest.php rename to lib/Cake/Test/TestCase/View/ThemeViewTest.php diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/TestCase/View/ViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/ViewTest.php rename to lib/Cake/Test/TestCase/View/ViewTest.php diff --git a/lib/Cake/Test/Case/View/XmlViewTest.php b/lib/Cake/Test/TestCase/View/XmlViewTest.php similarity index 100% rename from lib/Cake/Test/Case/View/XmlViewTest.php rename to lib/Cake/Test/TestCase/View/XmlViewTest.php