From fb72c03b4c7f7d08bd71297ff801d6b1fb1bdfa1 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 10 Jan 2014 00:27:28 +0530 Subject: [PATCH] Renamed folders "Cake" to "src" and "Test" to "tests". --- composer.json | 6 ++--- phpunit.xml.dist | 8 +++--- {Cake => src}/Cache/Cache.php | 0 {Cake => src}/Cache/CacheEngine.php | 0 {Cake => src}/Cache/CacheRegistry.php | 0 {Cake => src}/Cache/Engine/ApcEngine.php | 0 {Cake => src}/Cache/Engine/FileEngine.php | 0 .../Cache/Engine/MemcachedEngine.php | 0 {Cake => src}/Cache/Engine/RedisEngine.php | 0 {Cake => src}/Cache/Engine/WincacheEngine.php | 0 {Cake => src}/Cache/Engine/XcacheEngine.php | 0 {Cake => src}/Collection/Collection.php | 0 {Cake => src}/Collection/CollectionTrait.php | 0 {Cake => src}/Collection/ExtractTrait.php | 0 .../Collection/Iterator/ExtractIterator.php | 0 .../Collection/Iterator/FilterIterator.php | 0 .../Collection/Iterator/MapReduce.php | 0 .../Collection/Iterator/ReplaceIterator.php | 0 .../Collection/Iterator/SortIterator.php | 0 {Cake => src}/Config/cacert.pem | 0 {Cake => src}/Config/config.php | 0 {Cake => src}/Config/routes.php | 0 .../Configure/ConfigEngineInterface.php | 0 {Cake => src}/Configure/Engine/IniConfig.php | 0 {Cake => src}/Configure/Engine/PhpConfig.php | 0 {Cake => src}/Console/Command/BakeShell.php | 0 .../Console/Command/CommandListShell.php | 0 .../Console/Command/CompletionShell.php | 0 {Cake => src}/Console/Command/I18nShell.php | 0 {Cake => src}/Console/Command/ServerShell.php | 0 .../Console/Command/Task/BakeTask.php | 0 .../Console/Command/Task/CommandTask.php | 0 .../Console/Command/Task/ControllerTask.php | 0 .../Console/Command/Task/DbConfigTask.php | 0 .../Console/Command/Task/ExtractTask.php | 0 .../Console/Command/Task/FixtureTask.php | 0 .../Console/Command/Task/ModelTask.php | 0 .../Console/Command/Task/PluginTask.php | 0 .../Console/Command/Task/ProjectTask.php | 0 .../Console/Command/Task/TemplateTask.php | 0 .../Console/Command/Task/TestTask.php | 0 .../Console/Command/Task/ViewTask.php | 0 {Cake => src}/Console/Command/TestShell.php | 13 +++++++--- .../Console/Command/UpgradeShell.php | 0 {Cake => src}/Console/ConsoleErrorHandler.php | 0 {Cake => src}/Console/ConsoleInput.php | 0 .../Console/ConsoleInputArgument.php | 0 {Cake => src}/Console/ConsoleInputOption.php | 0 .../Console/ConsoleInputSubcommand.php | 0 {Cake => src}/Console/ConsoleOptionParser.php | 0 {Cake => src}/Console/ConsoleOutput.php | 0 {Cake => src}/Console/HelpFormatter.php | 0 {Cake => src}/Console/Shell.php | 0 {Cake => src}/Console/ShellDispatcher.php | 0 {Cake => src}/Console/TaskRegistry.php | 0 .../default/actions/controller_actions.ctp | 0 .../Templates/default/classes/controller.ctp | 0 .../Templates/default/classes/fixture.ctp | 0 .../Templates/default/classes/model.ctp | 0 .../Templates/default/classes/test.ctp | 0 .../Console/Templates/default/views/form.ctp | 0 .../Console/Templates/default/views/index.ctp | 0 .../Console/Templates/default/views/view.ctp | 0 {Cake => src}/Console/cake | 0 {Cake => src}/Console/cake.bat | 0 {Cake => src}/Console/cake.php | 0 {Cake => src}/Controller/Component.php | 0 .../Controller/Component/Acl/AclInterface.php | 0 .../Controller/Component/Acl/IniAcl.php | 0 .../Controller/Component/Acl/PhpAcl.php | 0 .../Controller/Component/AclComponent.php | 0 .../Component/Auth/AbstractPasswordHasher.php | 0 .../Component/Auth/ActionsAuthorize.php | 0 .../Component/Auth/BaseAuthenticate.php | 0 .../Component/Auth/BaseAuthorize.php | 0 .../Component/Auth/BasicAuthenticate.php | 0 .../Component/Auth/BlowfishPasswordHasher.php | 0 .../Component/Auth/ControllerAuthorize.php | 0 .../Component/Auth/CrudAuthorize.php | 0 .../Component/Auth/DigestAuthenticate.php | 0 .../Component/Auth/FormAuthenticate.php | 0 .../Component/Auth/SimplePasswordHasher.php | 0 .../Controller/Component/AuthComponent.php | 0 .../Controller/Component/CookieComponent.php | 0 .../Controller/Component/CsrfComponent.php | 0 .../Component/PaginatorComponent.php | 0 .../Component/RequestHandlerComponent.php | 0 .../Component/SecurityComponent.php | 0 .../Controller/Component/SessionComponent.php | 0 .../Controller/ComponentRegistry.php | 0 {Cake => src}/Controller/Controller.php | 0 {Cake => src}/Controller/ErrorController.php | 0 {Cake => src}/Core/App.php | 0 {Cake => src}/Core/ClassLoader.php | 0 {Cake => src}/Core/Configure.php | 0 {Cake => src}/Core/Object.php | 0 {Cake => src}/Core/Plugin.php | 0 {Cake => src}/Core/StaticConfigTrait.php | 0 {Cake => src}/Database/Connection.php | 0 {Cake => src}/Database/ConnectionManager.php | 0 {Cake => src}/Database/ConnectionRegistry.php | 0 .../Database/Dialect/MysqlDialectTrait.php | 0 .../Database/Dialect/PostgresDialectTrait.php | 0 .../Database/Dialect/SqliteDialectTrait.php | 0 {Cake => src}/Database/Driver.php | 0 {Cake => src}/Database/Driver/Mysql.php | 0 .../Database/Driver/PDODriverTrait.php | 0 {Cake => src}/Database/Driver/Postgres.php | 0 {Cake => src}/Database/Driver/Sqlite.php | 0 {Cake => src}/Database/Exception.php | 0 .../Exception/MissingConnectionException.php | 0 .../Exception/MissingDriverException.php | 0 .../Exception/MissingExtensionException.php | 0 .../Database/Expression/Comparison.php | 0 .../Expression/FunctionExpression.php | 0 .../Expression/IdentifierExpression.php | 0 .../Database/Expression/OrderByExpression.php | 0 .../Database/Expression/QueryExpression.php | 0 .../Database/Expression/UnaryExpression.php | 0 .../Database/Expression/ValuesExpression.php | 0 .../Database/ExpressionInterface.php | 0 {Cake => src}/Database/FunctionsBuilder.php | 0 {Cake => src}/Database/IdentifierQuoter.php | 0 {Cake => src}/Database/Log/LoggedQuery.php | 0 .../Database/Log/LoggingStatement.php | 0 {Cake => src}/Database/Log/QueryLogger.php | 0 {Cake => src}/Database/Query.php | 0 {Cake => src}/Database/Schema/BaseSchema.php | 0 {Cake => src}/Database/Schema/Collection.php | 0 {Cake => src}/Database/Schema/MysqlSchema.php | 0 .../Database/Schema/PostgresSchema.php | 0 .../Database/Schema/SqliteSchema.php | 0 {Cake => src}/Database/Schema/Table.php | 0 {Cake => src}/Database/SqlDialectTrait.php | 0 .../Database/Statement/BufferedStatement.php | 0 .../Database/Statement/CallbackStatement.php | 0 .../Database/Statement/PDOStatement.php | 0 .../Database/Statement/SqliteStatement.php | 0 .../Database/Statement/StatementDecorator.php | 0 {Cake => src}/Database/StatementInterface.php | 0 {Cake => src}/Database/Type.php | 0 {Cake => src}/Database/Type/BinaryType.php | 0 {Cake => src}/Database/Type/DateTimeType.php | 0 {Cake => src}/Database/Type/DateType.php | 0 {Cake => src}/Database/Type/UuidType.php | 0 {Cake => src}/Database/TypeConverterTrait.php | 0 {Cake => src}/Database/ValueBinder.php | 0 {Cake => src}/Error/AclException.php | 0 {Cake => src}/Error/BadRequestException.php | 0 {Cake => src}/Error/BaseErrorHandler.php | 0 {Cake => src}/Error/BaseException.php | 0 {Cake => src}/Error/ConfigureException.php | 0 {Cake => src}/Error/ConsoleException.php | 0 {Cake => src}/Error/ErrorHandler.php | 0 {Cake => src}/Error/Exception.php | 0 {Cake => src}/Error/ExceptionRenderer.php | 0 {Cake => src}/Error/FatalErrorException.php | 0 {Cake => src}/Error/ForbiddenException.php | 0 {Cake => src}/Error/HttpException.php | 0 .../Error/InternalErrorException.php | 0 .../Error/MethodNotAllowedException.php | 0 .../Error/MissingActionException.php | 0 .../Error/MissingBehaviorException.php | 0 .../Error/MissingComponentException.php | 0 .../Error/MissingConnectionException.php | 0 .../Error/MissingControllerException.php | 0 .../Error/MissingDatabaseException.php | 0 .../MissingDatasourceConfigException.php | 0 .../Error/MissingDatasourceException.php | 0 .../MissingDispatcherFilterException.php | 0 .../Error/MissingHelperException.php | 0 .../Error/MissingLayoutException.php | 0 .../Error/MissingPluginException.php | 0 {Cake => src}/Error/MissingShellException.php | 0 .../Error/MissingShellMethodException.php | 0 {Cake => src}/Error/MissingTableException.php | 0 {Cake => src}/Error/MissingTaskException.php | 0 .../Error/MissingTestLoaderException.php | 0 {Cake => src}/Error/MissingViewException.php | 0 {Cake => src}/Error/NotFoundException.php | 0 .../Error/NotImplementedException.php | 0 .../Error/PrivateActionException.php | 0 {Cake => src}/Error/SocketException.php | 0 {Cake => src}/Error/UnauthorizedException.php | 0 {Cake => src}/Error/XmlException.php | 0 {Cake => src}/Event/Event.php | 0 {Cake => src}/Event/EventListener.php | 0 {Cake => src}/Event/EventManager.php | 0 {Cake => src}/I18n/I18n.php | 0 {Cake => src}/I18n/L10n.php | 0 {Cake => src}/Log/Engine/BaseLog.php | 0 {Cake => src}/Log/Engine/ConsoleLog.php | 0 {Cake => src}/Log/Engine/FileLog.php | 0 {Cake => src}/Log/Engine/SyslogLog.php | 0 {Cake => src}/Log/Log.php | 0 {Cake => src}/Log/LogEngineRegistry.php | 0 {Cake => src}/Log/LogInterface.php | 0 {Cake => src}/Log/LogTrait.php | 0 .../Model/Behavior/CounterCacheBehavior.php | 0 .../Model/Behavior/TimestampBehavior.php | 0 .../Network/Email/AbstractTransport.php | 0 .../Network/Email/DebugTransport.php | 0 {Cake => src}/Network/Email/Email.php | 0 {Cake => src}/Network/Email/MailTransport.php | 0 {Cake => src}/Network/Email/SmtpTransport.php | 0 {Cake => src}/Network/Http/Adapter/Stream.php | 0 {Cake => src}/Network/Http/Auth/Basic.php | 0 {Cake => src}/Network/Http/Auth/Digest.php | 0 {Cake => src}/Network/Http/Auth/Oauth.php | 0 {Cake => src}/Network/Http/Client.php | 0 {Cake => src}/Network/Http/Cookies.php | 0 {Cake => src}/Network/Http/FormData.php | 0 {Cake => src}/Network/Http/FormData/Part.php | 0 {Cake => src}/Network/Http/Message.php | 0 {Cake => src}/Network/Http/Request.php | 0 {Cake => src}/Network/Http/Response.php | 0 {Cake => src}/Network/Request.php | 0 {Cake => src}/Network/Response.php | 0 {Cake => src}/Network/Session.php | 0 .../Network/Session/CacheSession.php | 0 .../Network/Session/DatabaseSession.php | 0 {Cake => src}/Network/Socket.php | 0 {Cake => src}/ORM/Association.php | 0 {Cake => src}/ORM/Association/BelongsTo.php | 0 .../ORM/Association/BelongsToMany.php | 0 .../ORM/Association/DependentDeleteTrait.php | 0 .../Association/ExternalAssociationTrait.php | 0 {Cake => src}/ORM/Association/HasMany.php | 0 {Cake => src}/ORM/Association/HasOne.php | 0 {Cake => src}/ORM/Associations.php | 0 {Cake => src}/ORM/Behavior.php | 0 {Cake => src}/ORM/BehaviorRegistry.php | 0 {Cake => src}/ORM/Entity.php | 0 {Cake => src}/ORM/EntityValidator.php | 0 .../ORM/Error/MissingEntityException.php | 0 .../ORM/Error/MissingTableClassException.php | 0 .../ORM/Error/RecordNotFoundException.php | 0 {Cake => src}/ORM/Marshaller.php | 0 {Cake => src}/ORM/Query.php | 0 {Cake => src}/ORM/QueryCacher.php | 0 {Cake => src}/ORM/ResultSet.php | 0 {Cake => src}/ORM/ResultSetDecorator.php | 0 {Cake => src}/ORM/Table.php | 0 {Cake => src}/ORM/TableRegistry.php | 0 {Cake => src}/Routing/Dispatcher.php | 0 {Cake => src}/Routing/DispatcherFilter.php | 0 .../Routing/Filter/AssetDispatcher.php | 0 .../Routing/Filter/CacheDispatcher.php | 0 {Cake => src}/Routing/RequestActionTrait.php | 0 .../Routing/Route/PluginShortRoute.php | 0 {Cake => src}/Routing/Route/RedirectRoute.php | 0 {Cake => src}/Routing/Route/Route.php | 0 {Cake => src}/Routing/RouteCollection.php | 0 {Cake => src}/Routing/Router.php | 0 .../TestSuite/ControllerTestCase.php | 0 .../TestSuite/Coverage/BaseCoverageReport.php | 0 .../TestSuite/Coverage/HtmlCoverageReport.php | 0 .../TestSuite/Coverage/TextCoverageReport.php | 0 .../TestSuite/Fixture/FixtureInjector.php | 0 .../TestSuite/Fixture/FixtureManager.php | 0 .../TestSuite/Fixture/TestFixture.php | 0 .../TestSuite/Reporter/BaseReporter.php | 0 .../TestSuite/Reporter/HtmlReporter.php | 0 .../TestSuite/Reporter/TextReporter.php | 0 {Cake => src}/TestSuite/TestCase.php | 0 {Cake => src}/TestSuite/TestLoader.php | 0 .../TestSuite/TestPermutationDecorator.php | 0 {Cake => src}/TestSuite/TestRunner.php | 0 {Cake => src}/TestSuite/TestSuite.php | 0 {Cake => src}/TestSuite/TestSuiteCommand.php | 0 .../TestSuite/TestSuiteDispatcher.php | 0 {Cake => src}/TestSuite/templates/footer.php | 0 {Cake => src}/TestSuite/templates/header.php | 0 {Cake => src}/TestSuite/templates/menu.php | 0 .../templates/missing_connection.php | 0 {Cake => src}/TestSuite/templates/phpunit.php | 0 {Cake => src}/TestSuite/templates/xdebug.php | 0 {Cake => src}/Utility/Debugger.php | 0 {Cake => src}/Utility/File.php | 0 {Cake => src}/Utility/Folder.php | 0 {Cake => src}/Utility/Hash.php | 0 {Cake => src}/Utility/Inflector.php | 0 {Cake => src}/Utility/MergeVariablesTrait.php | 0 {Cake => src}/Utility/Number.php | 0 {Cake => src}/Utility/ObjectCollection.php | 0 {Cake => src}/Utility/ObjectRegistry.php | 0 .../Utility/RepositoryAwareTrait.php | 0 {Cake => src}/Utility/Security.php | 0 {Cake => src}/Utility/Set.php | 0 {Cake => src}/Utility/String.php | 0 {Cake => src}/Utility/Time.php | 0 {Cake => src}/Utility/ViewVarsTrait.php | 0 {Cake => src}/Utility/Xml.php | 0 {Cake => src}/Validation/RulesProvider.php | 0 {Cake => src}/Validation/Validation.php | 0 {Cake => src}/Validation/ValidationRule.php | 0 {Cake => src}/Validation/ValidationSet.php | 0 {Cake => src}/Validation/Validator.php | 0 .../View/Element/exception_stack_trace.ctp | 0 {Cake => src}/View/Element/sql_dump.ctp | 0 {Cake => src}/View/Error/fatal_error.ctp | 0 {Cake => src}/View/Error/missing_action.ctp | 0 {Cake => src}/View/Error/missing_behavior.ctp | 0 .../View/Error/missing_component.ctp | 0 .../View/Error/missing_connection.ctp | 0 .../View/Error/missing_controller.ctp | 0 {Cake => src}/View/Error/missing_database.ctp | 0 .../View/Error/missing_datasource.ctp | 0 .../View/Error/missing_datasource_config.ctp | 0 {Cake => src}/View/Error/missing_helper.ctp | 0 {Cake => src}/View/Error/missing_layout.ctp | 0 {Cake => src}/View/Error/missing_plugin.ctp | 0 {Cake => src}/View/Error/missing_table.ctp | 0 {Cake => src}/View/Error/missing_view.ctp | 0 {Cake => src}/View/Error/pdo_error.ctp | 0 {Cake => src}/View/Error/private_action.ctp | 0 {Cake => src}/View/Error/scaffold_error.ctp | 0 {Cake => src}/View/Helper.php | 0 {Cake => src}/View/Helper/CacheHelper.php | 0 {Cake => src}/View/Helper/FormHelper.php | 0 {Cake => src}/View/Helper/HtmlHelper.php | 0 {Cake => src}/View/Helper/NumberHelper.php | 0 {Cake => src}/View/Helper/PaginatorHelper.php | 0 {Cake => src}/View/Helper/RssHelper.php | 0 {Cake => src}/View/Helper/SessionHelper.php | 0 .../View/Helper/StringTemplateTrait.php | 0 {Cake => src}/View/Helper/TextHelper.php | 0 {Cake => src}/View/Helper/TimeHelper.php | 0 {Cake => src}/View/HelperRegistry.php | 0 {Cake => src}/View/Input/SelectBox.php | 0 {Cake => src}/View/JsonView.php | 0 {Cake => src}/View/StringTemplate.php | 0 {Cake => src}/View/View.php | 0 {Cake => src}/View/ViewBlock.php | 0 {Cake => src}/View/XmlView.php | 0 {Cake => src}/basics.php | 0 {Cake => src}/bootstrap.php | 0 {Test => tests}/Fixture/AccountFixture.php | 0 {Test => tests}/Fixture/AcoActionFixture.php | 0 {Test => tests}/Fixture/AcoFixture.php | 0 {Test => tests}/Fixture/AcoTwoFixture.php | 0 {Test => tests}/Fixture/AdFixture.php | 0 .../Fixture/AdvertisementFixture.php | 0 {Test => tests}/Fixture/AfterTreeFixture.php | 0 .../Fixture/AnotherArticleFixture.php | 0 {Test => tests}/Fixture/AppleFixture.php | 0 {Test => tests}/Fixture/ArmorFixture.php | 0 .../Fixture/ArmorsPlayerFixture.php | 0 {Test => tests}/Fixture/AroFixture.php | 0 {Test => tests}/Fixture/AroTwoFixture.php | 0 {Test => tests}/Fixture/ArosAcoFixture.php | 0 {Test => tests}/Fixture/ArosAcoTwoFixture.php | 0 .../Fixture/ArticleFeaturedFixture.php | 0 .../Fixture/ArticleFeaturedsTagsFixture.php | 0 {Test => tests}/Fixture/ArticleFixture.php | 0 .../Fixture/ArticlesTagFixture.php | 0 .../Fixture/AssertTagsTestCase.php | 0 {Test => tests}/Fixture/AttachmentFixture.php | 0 .../Fixture/AuthUserCustomFieldFixture.php | 0 {Test => tests}/Fixture/AuthUserFixture.php | 0 {Test => tests}/Fixture/AuthorFixture.php | 0 .../Fixture/BakeArticleFixture.php | 0 .../Fixture/BakeArticlesBakeTagFixture.php | 0 .../Fixture/BakeCommentFixture.php | 0 {Test => tests}/Fixture/BakeTagFixture.php | 0 {Test => tests}/Fixture/BasketFixture.php | 0 {Test => tests}/Fixture/BidFixture.php | 0 {Test => tests}/Fixture/BiddingFixture.php | 0 .../Fixture/BiddingMessageFixture.php | 0 {Test => tests}/Fixture/BinaryTestFixture.php | 0 {Test => tests}/Fixture/BookFixture.php | 0 .../Fixture/CacheTestModelFixture.php | 0 .../Fixture/CakeSessionFixture.php | 0 {Test => tests}/Fixture/CallbackFixture.php | 0 {Test => tests}/Fixture/CampaignFixture.php | 0 {Test => tests}/Fixture/CategoryFixture.php | 0 .../Fixture/CategoryThreadFixture.php | 0 {Test => tests}/Fixture/CdFixture.php | 0 {Test => tests}/Fixture/CommentFixture.php | 0 .../Fixture/ContentAccountFixture.php | 0 {Test => tests}/Fixture/ContentFixture.php | 0 .../Fixture/CounterCachePostFixture.php | 0 ...rCachePostNonstandardPrimaryKeyFixture.php | 0 .../Fixture/CounterCacheUserFixture.php | 0 ...rCacheUserNonstandardPrimaryKeyFixture.php | 0 {Test => tests}/Fixture/DataTestFixture.php | 0 {Test => tests}/Fixture/DatatypeFixture.php | 0 {Test => tests}/Fixture/DependencyFixture.php | 0 {Test => tests}/Fixture/DeviceFixture.php | 0 .../Fixture/DeviceTypeCategoryFixture.php | 0 {Test => tests}/Fixture/DeviceTypeFixture.php | 0 .../Fixture/DocumentDirectoryFixture.php | 0 {Test => tests}/Fixture/DocumentFixture.php | 0 {Test => tests}/Fixture/DomainFixture.php | 0 .../Fixture/DomainsSiteFixture.php | 0 .../Fixture/ExteriorTypeCategoryFixture.php | 0 {Test => tests}/Fixture/FeatureSetFixture.php | 0 {Test => tests}/Fixture/FeaturedFixture.php | 0 {Test => tests}/Fixture/FilmFileFixture.php | 0 .../Fixture/FixturizedTestCase.php | 0 {Test => tests}/Fixture/FlagTreeFixture.php | 0 {Test => tests}/Fixture/FruitFixture.php | 0 .../Fixture/FruitsUuidTagFixture.php | 0 .../Fixture/GroupUpdateAllFixture.php | 0 {Test => tests}/Fixture/GuildFixture.php | 0 .../Fixture/GuildsPlayerFixture.php | 0 {Test => tests}/Fixture/HomeFixture.php | 0 {Test => tests}/Fixture/ImageFixture.php | 0 {Test => tests}/Fixture/InnoFixture.php | 0 {Test => tests}/Fixture/ItemFixture.php | 0 .../Fixture/ItemsPortfolioFixture.php | 0 {Test => tests}/Fixture/JoinABFixture.php | 0 {Test => tests}/Fixture/JoinACFixture.php | 0 {Test => tests}/Fixture/JoinAFixture.php | 0 {Test => tests}/Fixture/JoinBFixture.php | 0 {Test => tests}/Fixture/JoinCFixture.php | 0 {Test => tests}/Fixture/JoinThingFixture.php | 0 {Test => tests}/Fixture/MessageFixture.php | 0 .../Fixture/MyCategoriesMyProductsFixture.php | 0 .../Fixture/MyCategoriesMyUsersFixture.php | 0 {Test => tests}/Fixture/MyCategoryFixture.php | 0 {Test => tests}/Fixture/MyProductFixture.php | 0 {Test => tests}/Fixture/MyUserFixture.php | 0 {Test => tests}/Fixture/NodeFixture.php | 0 {Test => tests}/Fixture/NumberTreeFixture.php | 0 .../Fixture/NumberTreeTwoFixture.php | 0 .../Fixture/NumericArticleFixture.php | 0 .../Fixture/OverallFavoriteFixture.php | 0 {Test => tests}/Fixture/PersonFixture.php | 0 {Test => tests}/Fixture/PlayerFixture.php | 0 {Test => tests}/Fixture/PortfolioFixture.php | 0 {Test => tests}/Fixture/PostFixture.php | 0 {Test => tests}/Fixture/PostsTagFixture.php | 0 {Test => tests}/Fixture/PrefixTestFixture.php | 0 .../Fixture/PrimaryModelFixture.php | 0 {Test => tests}/Fixture/ProductFixture.php | 0 .../Fixture/ProductUpdateAllFixture.php | 0 {Test => tests}/Fixture/ProjectFixture.php | 0 {Test => tests}/Fixture/SampleFixture.php | 0 .../Fixture/SecondaryModelFixture.php | 0 {Test => tests}/Fixture/SessionFixture.php | 0 {Test => tests}/Fixture/SiteFixture.php | 0 .../Fixture/SomethingElseFixture.php | 0 {Test => tests}/Fixture/SomethingFixture.php | 0 {Test => tests}/Fixture/StoriesTagFixture.php | 0 {Test => tests}/Fixture/StoryFixture.php | 0 {Test => tests}/Fixture/SyfileFixture.php | 0 {Test => tests}/Fixture/TagFixture.php | 0 .../Fixture/TestPluginArticleFixture.php | 0 .../Fixture/TestPluginCommentFixture.php | 0 .../Fixture/ThePaperMonkiesFixture.php | 0 {Test => tests}/Fixture/ThreadFixture.php | 0 .../Fixture/TranslateArticleFixture.php | 0 {Test => tests}/Fixture/TranslateFixture.php | 0 .../Fixture/TranslateTableFixture.php | 0 .../Fixture/TranslateWithPrefixFixture.php | 0 .../Fixture/TranslatedArticleFixture.php | 0 .../Fixture/TranslatedItemFixture.php | 0 .../Fixture/UnconventionalTreeFixture.php | 0 .../Fixture/UnderscoreFieldFixture.php | 0 {Test => tests}/Fixture/UnsignedFixture.php | 0 {Test => tests}/Fixture/UserFixture.php | 0 {Test => tests}/Fixture/UuidFixture.php | 0 {Test => tests}/Fixture/UuidTagFixture.php | 0 {Test => tests}/Fixture/UuidTreeFixture.php | 0 {Test => tests}/Fixture/UuiditemFixture.php | 0 .../Fixture/UuiditemsUuidportfolioFixture.php | 0 ...UuiditemsUuidportfolioNumericidFixture.php | 0 .../Fixture/UuidportfolioFixture.php | 0 {Test => tests}/Fixture/rss.xml | 0 {Test => tests}/Fixture/sample.xml | 0 {Test => tests}/Fixture/soap_request.xml | 0 {Test => tests}/Fixture/soap_response.xml | 0 .../Cache/Engine/TestAppCacheEngine.php | 0 {Test => tests}/TestApp/Config/acl.ini | 0 {Test => tests}/TestApp/Config/acl.ini.php | 0 {Test => tests}/TestApp/Config/acl.php | 0 {Test => tests}/TestApp/Config/empty.ini | 0 {Test => tests}/TestApp/Config/empty.php | 0 .../TestApp/Config/htmlhelper_minimized.ini | 0 .../TestApp/Config/htmlhelper_tags.php | 0 {Test => tests}/TestApp/Config/nested.ini | 0 .../TestApp/Config/no_ini_extension | 0 .../TestApp/Config/no_php_extension | 0 {Test => tests}/TestApp/Config/no_section.ini | 0 {Test => tests}/TestApp/Config/routes.php | 0 .../TestApp/Config/test_templates.php | 0 {Test => tests}/TestApp/Config/var_test.php | 0 {Test => tests}/TestApp/Config/var_test2.php | 0 .../TestApp/Console/Command/SampleShell.php | 0 .../TestApp/Console/Command/Task/empty | 0 .../Templates/test/classes/test_object.ctp | 0 .../Templates/test/views/admin_edit.ctp | 0 .../TestApp/Controller/AbstractController.php | 0 .../Controller/Admin/PostsController.php | 0 .../TestApp/Controller/AjaxAuthController.php | 0 .../TestApp/Controller/AppController.php | 0 .../TestApp/Controller/AuthTestController.php | 0 .../TestApp/Controller/CommentsController.php | 0 .../Controller/Component/AppleComponent.php | 0 .../Controller/Component/BananaComponent.php | 0 .../Component/MergeVarComponent.php | 0 .../MutuallyReferencingOneComponent.php | 0 .../MutuallyReferencingTwoComponent.php | 0 .../Controller/Component/OrangeComponent.php | 0 .../Component/ParamTestComponent.php | 0 .../SomethingWithCookieComponent.php | 0 .../Component/TestAuthComponent.php | 0 .../Controller/ComponentTestController.php | 0 .../OrangeSessionTestController.php | 0 .../TestApp/Controller/PagesController.php | 0 .../TestApp/Controller/PostsController.php | 0 .../Controller/RequestActionController.php | 0 .../RequestHandlerTestController.php | 0 .../Controller/ScaffoldArticlesController.php | 0 .../Controller/SessionTestController.php | 0 .../Controller/SomePagesController.php | 0 .../Controller/SomePostsController.php | 0 .../Controller/TestAppsErrorController.php | 0 .../Controller/TestCachedPagesController.php | 0 .../Controller/TestConfigsController.php | 0 .../TestDispatchPagesController.php | 0 .../Controller/TestsAppsController.php | 0 .../Controller/TestsAppsPostsController.php | 0 .../Error/TestAppsExceptionRenderer.php | 0 {Test => tests}/TestApp/Lib/Library.php | 0 .../cache_test_po/LC_MESSAGES/default.po | 0 .../Locale/cache_test_po/LC_MESSAGES/dom1.po | 0 .../Locale/cache_test_po/LC_MESSAGES/dom2.po | 0 .../eng/LC_MESSAGES/validation_messages.po | 0 {Test => tests}/TestApp/Locale/ja_jp/LC_TIME | 0 {Test => tests}/TestApp/Locale/nld/LC_TIME | 0 .../TestApp/Locale/po/LC_MESSAGES/default.po | 0 .../TestApp/Locale/po/LC_MONETARY/default.po | 0 {Test => tests}/TestApp/Locale/po/LC_TIME | 0 .../Locale/rule_0_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_0_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_0_po/LC_MESSAGES/core.po | 0 .../Locale/rule_0_po/LC_MESSAGES/default.po | 0 .../Locale/rule_10_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_10_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_10_po/LC_MESSAGES/core.po | 0 .../Locale/rule_10_po/LC_MESSAGES/default.po | 0 .../Locale/rule_11_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_11_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_11_po/LC_MESSAGES/core.po | 0 .../Locale/rule_11_po/LC_MESSAGES/default.po | 0 .../Locale/rule_12_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_12_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_12_po/LC_MESSAGES/core.po | 0 .../Locale/rule_12_po/LC_MESSAGES/default.po | 0 .../Locale/rule_13_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_13_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_13_po/LC_MESSAGES/core.po | 0 .../Locale/rule_13_po/LC_MESSAGES/default.po | 0 .../Locale/rule_14_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_14_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_14_po/LC_MESSAGES/core.po | 0 .../Locale/rule_14_po/LC_MESSAGES/default.po | 0 .../Locale/rule_1_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_1_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_1_po/LC_MESSAGES/core.po | 0 .../Locale/rule_1_po/LC_MESSAGES/default.po | 0 .../Locale/rule_2_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_2_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_2_po/LC_MESSAGES/core.po | 0 .../Locale/rule_2_po/LC_MESSAGES/default.po | 0 .../Locale/rule_3_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_3_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_3_po/LC_MESSAGES/core.po | 0 .../Locale/rule_3_po/LC_MESSAGES/default.po | 0 .../Locale/rule_4_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_4_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_4_po/LC_MESSAGES/core.po | 0 .../Locale/rule_4_po/LC_MESSAGES/default.po | 0 .../Locale/rule_5_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_5_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_5_po/LC_MESSAGES/core.po | 0 .../Locale/rule_5_po/LC_MESSAGES/default.po | 0 .../Locale/rule_6_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_6_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_6_po/LC_MESSAGES/core.po | 0 .../Locale/rule_6_po/LC_MESSAGES/default.po | 0 .../Locale/rule_7_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_7_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_7_po/LC_MESSAGES/core.po | 0 .../Locale/rule_7_po/LC_MESSAGES/default.po | 0 .../Locale/rule_8_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_8_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_8_po/LC_MESSAGES/core.po | 0 .../Locale/rule_8_po/LC_MESSAGES/default.po | 0 .../Locale/rule_9_mo/LC_MESSAGES/core.mo | Bin .../Locale/rule_9_mo/LC_MESSAGES/default.mo | Bin .../Locale/rule_9_po/LC_MESSAGES/core.po | 0 .../Locale/rule_9_po/LC_MESSAGES/default.po | 0 {Test => tests}/TestApp/Locale/spa/LC_TIME | 0 .../TestApp/Log/Engine/TestAppLog.php | 0 .../Model/Behavior/DuplicateBehavior.php | 0 .../Model/Behavior/SluggableBehavior.php | 0 .../TestApp/Model/Entity/Article.php | 0 .../TestApp/Model/Entity/ArticlesTag.php | 0 .../TestApp/Model/Entity/Author.php | 0 {Test => tests}/TestApp/Model/Entity/Tag.php | 0 .../Model/Repository/ArticlesTable.php | 0 .../Model/Repository/ArticlesTagsTable.php | 0 .../Model/Repository/AuthUsersTable.php | 0 .../TestApp/Model/Repository/AuthorsTable.php | 0 .../Model/Repository/PaginatorPostsTable.php | 0 .../TestApp/Model/Repository/PostsTable.php | 0 .../TestApp/Model/Repository/TagsTable.php | 0 .../Network/Session/TestAppLibSession.php | 0 .../Company/TestPluginThree/Utility/Hello.php | 0 .../Plugin/PluginJs/Config/bootstrap.php | 0 .../PluginJs/webroot/js/one/plugin_one.js | 0 .../Plugin/PluginJs/webroot/js/plugin_js.js | 0 .../Cache/Engine/TestPluginCacheEngine.php | 0 .../TestPlugin/Config/Schema/schema.php | 0 .../Plugin/TestPlugin/Config/acl.ini.php | 0 .../Plugin/TestPlugin/Config/bootstrap.php | 0 .../TestPlugin/Config/custom_config.php | 0 .../TestApp/Plugin/TestPlugin/Config/load.php | 0 .../Plugin/TestPlugin/Config/more.load.php | 0 .../Plugin/TestPlugin/Config/nested.ini | 0 .../Plugin/TestPlugin/Config/routes.php | 0 .../TestPlugin/Config/test_templates.php | 0 .../Console/Command/ExampleShell.php | 0 .../Console/Command/Task/OtherTaskTask.php | 0 .../Plugin/TestPlugin/Console/Templates/empty | 0 .../Controller/Admin/CommentsController.php | 0 .../Controller/Component/OtherComponent.php | 0 .../Controller/Component/PluginsComponent.php | 0 .../Component/TestPluginComponent.php | 0 .../Component/TestPluginOtherComponent.php | 0 .../Controller/TestPluginAppController.php | 0 .../Controller/TestPluginController.php | 0 .../TestPlugin/Controller/TestsController.php | 0 .../TestPlugin/Database/Driver/TestSource.php | 0 .../Error/TestPluginExceptionRenderer.php | 0 .../Lib/Custom/Package/CustomLibClass.php | 0 .../TestPlugin/Lib/TestPluginLibrary.php | 0 .../TestPlugin/Lib/TestPluginOtherLibrary.php | 0 .../Locale/po/LC_MESSAGES/test_plugin.po | 0 .../Locale/po/LC_MONETARY/test_plugin.po | 0 .../TestPlugin/Log/Engine/TestPluginLog.php | 0 .../Model/Behavior/PersisterOneBehavior.php | 0 .../Repository/TestPluginCommentsTable.php | 0 .../Network/Session/TestPluginSession.php | 0 .../Routing/Filter/Test2DispatcherFilter.php | 0 .../Routing/Filter/TestDispatcherFilter.php | 0 .../TestPlugin/Routing/Route/TestRoute.php | 0 .../TestPlugin/Utility/TestPluginEngine.php | 0 .../Vendor/Example/ExampleExample.php | 0 .../Vendor/sample/sample_plugin.php | 0 .../Plugin/TestPlugin/Vendor/welcome.php | 0 .../View/Element/plugin_element.ctp | 0 .../View/Element/sub_dir/sub_element.ctp | 0 .../View/Element/test_plugin_element.ctp | 0 .../TestPlugin/View/Element/translate.ctp | 0 .../View/Email/text/test_plugin_tpl.ctp | 0 .../View/Helper/OtherHelperHelper.php | 0 .../View/Helper/PluggedHelperHelper.php | 0 .../View/Helper/TestPluginAppHelper.php | 0 .../View/Layout/Email/text/plug_default.ctp | 0 .../Plugin/TestPlugin/View/Layout/default.ctp | 0 .../Plugin/TestPlugin/View/Tests/index.ctp | 0 .../TestPlugin/View/Tests/scaffold.form.ctp | 0 .../webroot/css/test_plugin_asset.css | 0 .../TestPlugin/webroot/css/theme_one.htc | 0 .../TestPlugin/webroot/css/unknown.extension | 0 .../TestPlugin/webroot/flash/plugin_test.swf | 0 .../TestPlugin/webroot/img/cake.icon.gif | Bin .../TestPlugin/webroot/js/test_plugin/test.js | 0 .../TestPlugin/webroot/pdfs/plugin_test.pdf | Bin .../TestApp/Plugin/TestPlugin/webroot/root.js | 0 .../Plugin/TestPluginTwo/Config/bootstrap.php | 0 .../Console/Command/ExampleShell.php | 0 .../TestPluginTwo/Console/Command/Task/empty | 0 .../Console/Command/WelcomeShell.php | 0 .../TestPluginTwo/Console/Templates/empty | 0 .../TestApp/Utility/TestAppEngine.php | 0 .../TestApp/Utility/TestUtilityClass.php | 0 .../TestApp/View/CustomJsonView.php | 0 .../TestApp/View/Element/extended_element.ctp | 0 .../View/Element/extended_missing_element.ctp | 0 .../TestApp/View/Element/html_call.ctp | 0 .../View/Element/nocache/contains_nocache.ctp | 0 .../TestApp/View/Element/nocache/plain.ctp | 0 .../TestApp/View/Element/nocache/sub1.ctp | 0 .../TestApp/View/Element/nocache/sub2.ctp | 0 .../TestApp/View/Element/parent_element.ctp | 0 .../TestApp/View/Element/session_helper.ctp | 0 .../TestApp/View/Element/test_element.ctp | 0 .../TestApp/View/Element/test_element.xml | 0 .../TestApp/View/Element/type_check.ctp | 0 .../TestApp/View/Email/html/custom.ctp | 0 .../TestApp/View/Email/html/default.ctp | 0 .../TestApp/View/Email/html/html.ctp | 0 .../TestApp/View/Email/html/image.ctp | 0 .../TestApp/View/Email/html/japanese.ctp | 0 .../View/Email/html/nested_element.ctp | 0 .../TestApp/View/Email/text/custom.ctp | 0 .../TestApp/View/Email/text/custom_helper.ctp | 0 .../TestApp/View/Email/text/default.ctp | 0 .../TestApp/View/Email/text/japanese.ctp | 0 .../TestApp/View/Email/text/wide.ctp | 0 {Test => tests}/TestApp/View/Error/empty | 0 .../TestApp/View/Error/error400.ctp | 0 .../TestApp/View/Error/error500.ctp | 0 .../TestApp/View/Helper/BananaHelper.php | 0 .../View/Layout/Email/html/default.ctp | 0 .../View/Layout/Email/html/japanese.ctp | 0 .../TestApp/View/Layout/Email/html/thin.ctp | 0 .../View/Layout/Email/text/default.ctp | 0 .../View/Layout/Email/text/japanese.ctp | 0 {Test => tests}/TestApp/View/Layout/ajax.ctp | 0 {Test => tests}/TestApp/View/Layout/ajax2.ctp | 0 .../TestApp/View/Layout/banana.ctp | 0 .../View/Layout/cache_empty_sections.ctp | 0 .../TestApp/View/Layout/cache_layout.ctp | 0 .../TestApp/View/Layout/default.ctp | 0 {Test => tests}/TestApp/View/Layout/error.ctp | 0 .../TestApp/View/Layout/js/default.ctp | 0 .../TestApp/View/Layout/json/default.ctp | 0 .../TestApp/View/Layout/multi_cache.ctp | 0 .../TestApp/View/Layout/rss/default.ctp | 0 .../TestApp/View/Layout/xml/default.ctp | 0 .../TestApp/View/Pages/extract.ctp | 0 {Test => tests}/TestApp/View/Pages/home.ctp | 0 .../TestApp/View/Pages/page.home.ctp | 0 .../TestApp/View/Posts/alt_ext.alt | 0 .../View/Posts/cache_empty_sections.ctp | 0 .../TestApp/View/Posts/cache_form.ctp | 0 .../TestApp/View/Posts/extend_element.ctp | 0 .../TestApp/View/Posts/extend_loop.ctp | 0 .../TestApp/View/Posts/extend_loop_inner.ctp | 0 .../View/Posts/extend_missing_element.ctp | 0 .../TestApp/View/Posts/extend_self.ctp | 0 .../View/Posts/extend_with_element.ctp | 0 .../TestApp/View/Posts/helper_overwrite.ctp | 0 {Test => tests}/TestApp/View/Posts/index.ctp | 0 .../TestApp/View/Posts/json/index.ctp | 0 .../TestApp/View/Posts/multiple_nocache.ctp | 0 .../TestApp/View/Posts/nested_extends.ctp | 0 .../View/Posts/nocache_multiple_element.ctp | 0 .../TestApp/View/Posts/open_block.ctp | 0 .../TestApp/View/Posts/parent_1.ctp | 0 .../TestApp/View/Posts/parent_2.ctp | 0 .../TestApp/View/Posts/parent_view.ctp | 0 .../TestApp/View/Posts/scaffold.form.ctp | 0 .../TestApp/View/Posts/sequencial_nocache.ctp | 0 .../TestApp/View/Posts/test_nocache_tags.ctp | 0 .../TestApp/View/Posts/xml/index.ctp | 0 {Test => tests}/TestApp/View/Scaffold/empty | 0 .../TestApp/View/TestsApps/index.ctp | 0 .../TestApp/View/TestsApps/json/index.ctp | 0 .../Themed/TestTheme/Element/test_element.ctp | 0 .../Themed/TestTheme/Email/text/themed.ctp | 0 .../View/Themed/TestTheme/Layout/default.ctp | 0 .../TestPlugin/Email/text/test_plugin_tpl.ctp | 0 .../TestPlugin/Layout/plugin_default.ctp | 0 .../Plugin/TestPlugin/Tests/index.ctp | 0 .../View/Themed/TestTheme/Posts/index.ctp | 0 .../Themed/TestTheme/Posts/scaffold.index.ctp | 0 .../View/Themed/TestTheme/Posts/themed.ctp | 0 .../TestTheme/webroot/css/test_asset.css | 0 .../TestTheme/webroot/css/theme_webroot.css | 0 .../TestTheme/webroot/flash/theme_test.swf | 0 .../TestTheme/webroot/img/cake.power.gif | Bin .../Themed/TestTheme/webroot/img/test.jpg | Bin .../TestTheme/webroot/js/one/theme_one.js | 0 .../View/Themed/TestTheme/webroot/js/theme.js | 0 .../TestTheme/webroot/pdfs/theme_test.pdf | Bin .../Themed/TestTheme/webroot/space image.text | 0 .../TestApp/vendor/Test/MyTest.php | 0 {Test => tests}/TestApp/vendor/Test/hello.php | 0 .../TestApp/vendor/css/test_asset.css | 0 {Test => tests}/TestApp/vendor/img/test.jpg | Bin {Test => tests}/TestApp/vendor/img/test_2.JPG | Bin .../sample/configure_test_vendor_sample.php | 0 .../TestApp/vendor/somename/some.name.php | 0 {Test => tests}/TestApp/vendor/welcome.php | 0 .../TestApp/webroot/css/cake.generic.css | 0 .../TestApp/webroot/img/cake.icon.png | Bin .../TestApp/webroot/img/cake.power.gif | Bin .../theme/test_theme/css/theme_webroot.css | 0 .../theme/test_theme/css/webroot_test.css | 0 .../theme/test_theme/img/cake.power.gif | Bin .../webroot/theme/test_theme/img/test.jpg | Bin {Test => tests}/TestCase/BasicsTest.php | 0 {Test => tests}/TestCase/Cache/CacheTest.php | 0 .../TestCase/Cache/Engine/ApcEngineTest.php | 0 .../TestCase/Cache/Engine/FileEngineTest.php | 0 .../Cache/Engine/MemcachedEngineTest.php | 0 .../TestCase/Cache/Engine/RedisEngineTest.php | 0 .../Cache/Engine/WincacheEngineTest.php | 0 .../Cache/Engine/XcacheEngineTest.php | 0 .../TestCase/Collection/CollectionTest.php | 0 .../Iterator/ExtractIteratorTest.php | 0 .../Iterator/FilterIteratorTest.php | 0 .../Collection/Iterator/MapReduceTest.php | 0 .../Iterator/ReplaceIteratorTest.php | 0 .../Collection/Iterator/SortIteratorTest.php | 0 .../Configure/Engine/IniConfigTest.php | 0 .../Configure/Engine/PhpConfigTest.php | 0 .../TestCase/Console/Command/AclShellTest.php | 0 .../Console/Command/BakeShellTest.php | 0 .../Console/Command/CommandListShellTest.php | 0 .../Console/Command/CompletionShellTest.php | 0 .../Command/Task/ControllerTaskTest.php | 0 .../Console/Command/Task/DbConfigTaskTest.php | 0 .../Console/Command/Task/ExtractTaskTest.php | 0 .../Console/Command/Task/FixtureTaskTest.php | 0 .../Console/Command/Task/ModelTaskTest.php | 0 .../Console/Command/Task/PluginTaskTest.php | 0 .../Console/Command/Task/ProjectTaskTest.php | 0 .../Console/Command/Task/TemplateTaskTest.php | 0 .../Console/Command/Task/TestTaskTest.php | 0 .../Console/Command/Task/ViewTaskTest.php | 0 .../Console/Command/TestShellTest.php | 0 .../Console/ConsoleErrorHandlerTest.php | 0 .../Console/ConsoleOptionParserTest.php | 0 .../TestCase/Console/ConsoleOutputTest.php | 0 .../TestCase/Console/HelpFormatterTest.php | 0 .../TestCase/Console/ShellDispatcherTest.php | 0 .../TestCase/Console/ShellTest.php | 0 .../TestCase/Console/TaskRegistryTest.php | 0 .../Controller/Component/Acl/IniAclTest.php | 0 .../Controller/Component/Acl/PhpAclTest.php | 0 .../Controller/Component/AclComponentTest.php | 0 .../Component/Auth/ActionsAuthorizeTest.php | 0 .../Component/Auth/BasicAuthenticateTest.php | 0 .../Auth/ControllerAuthorizeTest.php | 0 .../Component/Auth/CrudAuthorizeTest.php | 0 .../Component/Auth/DigestAuthenticateTest.php | 0 .../Component/Auth/FormAuthenticateTest.php | 0 .../Component/AuthComponentTest.php | 0 .../Component/CookieComponentTest.php | 0 .../Component/CsrfComponentTest.php | 0 .../Component/PaginatorComponentTest.php | 0 .../Component/RequestHandlerComponentTest.php | 0 .../Component/SecurityComponentTest.php | 0 .../Component/SessionComponentTest.php | 0 .../Controller/ComponentRegistryTest.php | 0 .../TestCase/Controller/ComponentTest.php | 0 .../TestCase/Controller/ControllerTest.php | 0 .../Controller/PagesControllerTest.php | 0 {Test => tests}/TestCase/Core/AppTest.php | 0 .../TestCase/Core/ConfigureTest.php | 0 {Test => tests}/TestCase/Core/ObjectTest.php | 0 {Test => tests}/TestCase/Core/PluginTest.php | 0 .../Database/ConnectionManagerTest.php | 0 .../TestCase/Database/ConnectionTest.php | 0 .../TestCase/Database/Driver/MysqlTest.php | 0 .../TestCase/Database/Driver/PostgresTest.php | 0 .../TestCase/Database/Driver/SqliteTest.php | 0 .../Expression/FunctionExpressionTest.php | 0 .../Expression/IdentifierExpressionTest.php | 0 .../Database/FunctionsBuilderTest.php | 0 .../TestCase/Database/Log/LoggedQueryTest.php | 0 .../Database/Log/LoggingStatementTest.php | 0 .../TestCase/Database/Log/QueryLoggerTest.php | 0 .../TestCase/Database/QueryTest.php | 0 .../Database/Schema/CollectionTest.php | 0 .../Database/Schema/MysqlSchemaTest.php | 0 .../Database/Schema/PostgresSchemaTest.php | 0 .../Database/Schema/SqliteSchemaTest.php | 0 .../TestCase/Database/Schema/TableTest.php | 0 .../Statement/StatementDecoratorTest.php | 0 .../TestCase/Database/Type/BinaryTypeTest.php | 0 .../Database/Type/DateTimeTypeTest.php | 0 .../TestCase/Database/Type/DateTypeTest.php | 0 .../TestCase/Database/Type/UuidTypeTest.php | 0 .../TestCase/Database/TypeTest.php | 0 {Test => tests}/TestCase/DatabaseSuite.php | 0 .../TestCase/Error/ErrorHandlerTest.php | 0 .../TestCase/Error/ExceptionRendererTest.php | 0 .../TestCase/Event/EventManagerTest.php | 0 {Test => tests}/TestCase/Event/EventTest.php | 0 {Test => tests}/TestCase/I18n/I18nTest.php | 0 {Test => tests}/TestCase/I18n/L10nTest.php | 0 .../TestCase/Log/Engine/ConsoleLogTest.php | 0 .../TestCase/Log/Engine/FileLogTest.php | 0 .../TestCase/Log/Engine/SyslogLogTest.php | 0 {Test => tests}/TestCase/Log/LogTest.php | 0 {Test => tests}/TestCase/Log/LogTraitTest.php | 0 .../Behavior/CounterCacheBehaviorTest.php | 0 .../Model/Behavior/TimestampBehaviorTest.php | 0 .../Network/Email/DebugTransportTest.php | 0 .../TestCase/Network/Email/EmailTest.php | 0 .../Network/Email/MailTransportTest.php | 0 .../Network/Email/SmtpTransportTest.php | 0 .../Network/Http/Adapter/StreamTest.php | 0 .../TestCase/Network/Http/Auth/DigestTest.php | 0 .../TestCase/Network/Http/Auth/OauthTest.php | 0 .../TestCase/Network/Http/ClientTest.php | 0 .../TestCase/Network/Http/CookiesTest.php | 0 .../TestCase/Network/Http/FormDataTest.php | 0 .../TestCase/Network/Http/RequestTest.php | 0 .../TestCase/Network/Http/ResponseTest.php | 0 .../TestCase/Network/RequestTest.php | 0 .../TestCase/Network/ResponseTest.php | 0 .../Network/Session/CacheSessionTest.php | 0 .../Network/Session/DatabaseSessionTest.php | 0 .../TestCase/Network/SessionTest.php | 0 .../TestCase/Network/SocketTest.php | 0 .../ORM/Association/BelongsToManyTest.php | 0 .../ORM/Association/BelongsToTest.php | 0 .../TestCase/ORM/Association/HasManyTest.php | 0 .../TestCase/ORM/Association/HasOneTest.php | 0 .../TestCase/ORM/AssociationTest.php | 0 .../TestCase/ORM/AssociationsTest.php | 0 .../TestCase/ORM/BehaviorRegistryTest.php | 0 {Test => tests}/TestCase/ORM/BehaviorTest.php | 0 {Test => tests}/TestCase/ORM/EntityTest.php | 0 .../TestCase/ORM/EntityValidatorTest.php | 0 .../TestCase/ORM/MarshallerTest.php | 0 .../TestCase/ORM/QueryCacherTest.php | 0 {Test => tests}/TestCase/ORM/QueryTest.php | 0 .../TestCase/ORM/ResultSetDecoratorTest.php | 0 .../TestCase/ORM/ResultSetTest.php | 0 .../TestCase/ORM/TableRegistryTest.php | 0 {Test => tests}/TestCase/ORM/TableTest.php | 0 .../TestCase/ORM/TableUuidTest.php | 0 .../TestCase/Routing/DispatcherTest.php | 0 .../Routing/Filter/AssetDispatcherTest.php | 0 .../Routing/RequestActionTraitTest.php | 0 .../Routing/Route/PluginShortRouteTest.php | 0 .../Routing/Route/RedirectRouteTest.php | 0 .../TestCase/Routing/Route/RouteTest.php | 0 .../TestCase/Routing/RouterTest.php | 0 .../TestSuite/ControllerTestCaseTest.php | 0 .../TestSuite/HtmlCoverageReportTest.php | 0 .../TestCase/TestSuite/TestCaseTest.php | 0 .../TestCase/TestSuite/TestFixtureTest.php | 0 .../TestPermutationDecoratorTest.php | 0 .../TestCase/TestSuite/TestSuiteTest.php | 0 .../TestCase/Utility/DebuggerTest.php | 2 +- {Test => tests}/TestCase/Utility/FileTest.php | 0 .../TestCase/Utility/FolderTest.php | 10 ++++---- {Test => tests}/TestCase/Utility/HashTest.php | 0 .../TestCase/Utility/InflectorTest.php | 0 .../Utility/MergeVariablesTraitTest.php | 0 .../TestCase/Utility/NumberTest.php | 0 .../TestCase/Utility/ObjectCollectionTest.php | 0 .../Utility/RepositoryAwareTraitTest.php | 0 .../TestCase/Utility/SecurityTest.php | 0 {Test => tests}/TestCase/Utility/SetTest.php | 0 .../TestCase/Utility/StringTest.php | 0 {Test => tests}/TestCase/Utility/TimeTest.php | 0 .../TestCase/Utility/ViewVarsTraitTest.php | 0 {Test => tests}/TestCase/Utility/XmlTest.php | 0 .../TestCase/Validation/RulesProviderTest.php | 0 .../Validation/ValidationRuleTest.php | 0 .../TestCase/Validation/ValidationSetTest.php | 0 .../TestCase/Validation/ValidationTest.php | 0 .../TestCase/Validation/ValidatorTest.php | 0 .../TestCase/View/Helper/CacheHelperTest.php | 0 .../TestCase/View/Helper/FormHelperTest.php | 0 .../TestCase/View/Helper/HtmlHelperTest.php | 0 .../TestCase/View/Helper/NumberHelperTest.php | 0 .../View/Helper/PaginatorHelperTest.php | 0 .../TestCase/View/Helper/RssHelperTest.php | 0 .../View/Helper/SessionHelperTest.php | 0 .../View/Helper/StringTemplateTraitTest.php | 0 .../TestCase/View/Helper/TextHelperTest.php | 0 .../TestCase/View/Helper/TimeHelperTest.php | 0 .../TestCase/View/HelperRegistryTest.php | 0 {Test => tests}/TestCase/View/HelperTest.php | 0 .../TestCase/View/Input/SelectBoxTest.php | 0 .../TestCase/View/JsonViewTest.php | 0 .../TestCase/View/StringTemplateTest.php | 0 {Test => tests}/TestCase/View/ViewTest.php | 0 {Test => tests}/TestCase/View/XmlViewTest.php | 0 .../Controller/ActionsUsingSessions.ctp | 0 .../bake_compare/Controller/NoActions.ctp | 0 .../Controller/NoHelpersOrComponents.ctp | 0 .../bake_compare/Controller/Scaffold.ctp | 0 {Test => tests}/init.php | 24 +++++++++--------- 978 files changed, 34 insertions(+), 29 deletions(-) rename {Cake => src}/Cache/Cache.php (100%) rename {Cake => src}/Cache/CacheEngine.php (100%) rename {Cake => src}/Cache/CacheRegistry.php (100%) rename {Cake => src}/Cache/Engine/ApcEngine.php (100%) rename {Cake => src}/Cache/Engine/FileEngine.php (100%) rename {Cake => src}/Cache/Engine/MemcachedEngine.php (100%) rename {Cake => src}/Cache/Engine/RedisEngine.php (100%) rename {Cake => src}/Cache/Engine/WincacheEngine.php (100%) rename {Cake => src}/Cache/Engine/XcacheEngine.php (100%) rename {Cake => src}/Collection/Collection.php (100%) rename {Cake => src}/Collection/CollectionTrait.php (100%) rename {Cake => src}/Collection/ExtractTrait.php (100%) rename {Cake => src}/Collection/Iterator/ExtractIterator.php (100%) rename {Cake => src}/Collection/Iterator/FilterIterator.php (100%) rename {Cake => src}/Collection/Iterator/MapReduce.php (100%) rename {Cake => src}/Collection/Iterator/ReplaceIterator.php (100%) rename {Cake => src}/Collection/Iterator/SortIterator.php (100%) rename {Cake => src}/Config/cacert.pem (100%) rename {Cake => src}/Config/config.php (100%) rename {Cake => src}/Config/routes.php (100%) rename {Cake => src}/Configure/ConfigEngineInterface.php (100%) rename {Cake => src}/Configure/Engine/IniConfig.php (100%) rename {Cake => src}/Configure/Engine/PhpConfig.php (100%) rename {Cake => src}/Console/Command/BakeShell.php (100%) rename {Cake => src}/Console/Command/CommandListShell.php (100%) rename {Cake => src}/Console/Command/CompletionShell.php (100%) rename {Cake => src}/Console/Command/I18nShell.php (100%) rename {Cake => src}/Console/Command/ServerShell.php (100%) rename {Cake => src}/Console/Command/Task/BakeTask.php (100%) rename {Cake => src}/Console/Command/Task/CommandTask.php (100%) rename {Cake => src}/Console/Command/Task/ControllerTask.php (100%) rename {Cake => src}/Console/Command/Task/DbConfigTask.php (100%) rename {Cake => src}/Console/Command/Task/ExtractTask.php (100%) rename {Cake => src}/Console/Command/Task/FixtureTask.php (100%) rename {Cake => src}/Console/Command/Task/ModelTask.php (100%) rename {Cake => src}/Console/Command/Task/PluginTask.php (100%) rename {Cake => src}/Console/Command/Task/ProjectTask.php (100%) rename {Cake => src}/Console/Command/Task/TemplateTask.php (100%) rename {Cake => src}/Console/Command/Task/TestTask.php (100%) rename {Cake => src}/Console/Command/Task/ViewTask.php (100%) rename {Cake => src}/Console/Command/TestShell.php (97%) rename {Cake => src}/Console/Command/UpgradeShell.php (100%) rename {Cake => src}/Console/ConsoleErrorHandler.php (100%) rename {Cake => src}/Console/ConsoleInput.php (100%) rename {Cake => src}/Console/ConsoleInputArgument.php (100%) rename {Cake => src}/Console/ConsoleInputOption.php (100%) rename {Cake => src}/Console/ConsoleInputSubcommand.php (100%) rename {Cake => src}/Console/ConsoleOptionParser.php (100%) rename {Cake => src}/Console/ConsoleOutput.php (100%) rename {Cake => src}/Console/HelpFormatter.php (100%) rename {Cake => src}/Console/Shell.php (100%) rename {Cake => src}/Console/ShellDispatcher.php (100%) rename {Cake => src}/Console/TaskRegistry.php (100%) rename {Cake => src}/Console/Templates/default/actions/controller_actions.ctp (100%) rename {Cake => src}/Console/Templates/default/classes/controller.ctp (100%) rename {Cake => src}/Console/Templates/default/classes/fixture.ctp (100%) rename {Cake => src}/Console/Templates/default/classes/model.ctp (100%) rename {Cake => src}/Console/Templates/default/classes/test.ctp (100%) rename {Cake => src}/Console/Templates/default/views/form.ctp (100%) rename {Cake => src}/Console/Templates/default/views/index.ctp (100%) rename {Cake => src}/Console/Templates/default/views/view.ctp (100%) rename {Cake => src}/Console/cake (100%) rename {Cake => src}/Console/cake.bat (100%) rename {Cake => src}/Console/cake.php (100%) rename {Cake => src}/Controller/Component.php (100%) rename {Cake => src}/Controller/Component/Acl/AclInterface.php (100%) rename {Cake => src}/Controller/Component/Acl/IniAcl.php (100%) rename {Cake => src}/Controller/Component/Acl/PhpAcl.php (100%) rename {Cake => src}/Controller/Component/AclComponent.php (100%) rename {Cake => src}/Controller/Component/Auth/AbstractPasswordHasher.php (100%) rename {Cake => src}/Controller/Component/Auth/ActionsAuthorize.php (100%) rename {Cake => src}/Controller/Component/Auth/BaseAuthenticate.php (100%) rename {Cake => src}/Controller/Component/Auth/BaseAuthorize.php (100%) rename {Cake => src}/Controller/Component/Auth/BasicAuthenticate.php (100%) rename {Cake => src}/Controller/Component/Auth/BlowfishPasswordHasher.php (100%) rename {Cake => src}/Controller/Component/Auth/ControllerAuthorize.php (100%) rename {Cake => src}/Controller/Component/Auth/CrudAuthorize.php (100%) rename {Cake => src}/Controller/Component/Auth/DigestAuthenticate.php (100%) rename {Cake => src}/Controller/Component/Auth/FormAuthenticate.php (100%) rename {Cake => src}/Controller/Component/Auth/SimplePasswordHasher.php (100%) rename {Cake => src}/Controller/Component/AuthComponent.php (100%) rename {Cake => src}/Controller/Component/CookieComponent.php (100%) rename {Cake => src}/Controller/Component/CsrfComponent.php (100%) rename {Cake => src}/Controller/Component/PaginatorComponent.php (100%) rename {Cake => src}/Controller/Component/RequestHandlerComponent.php (100%) rename {Cake => src}/Controller/Component/SecurityComponent.php (100%) rename {Cake => src}/Controller/Component/SessionComponent.php (100%) rename {Cake => src}/Controller/ComponentRegistry.php (100%) rename {Cake => src}/Controller/Controller.php (100%) rename {Cake => src}/Controller/ErrorController.php (100%) rename {Cake => src}/Core/App.php (100%) rename {Cake => src}/Core/ClassLoader.php (100%) rename {Cake => src}/Core/Configure.php (100%) rename {Cake => src}/Core/Object.php (100%) rename {Cake => src}/Core/Plugin.php (100%) rename {Cake => src}/Core/StaticConfigTrait.php (100%) rename {Cake => src}/Database/Connection.php (100%) rename {Cake => src}/Database/ConnectionManager.php (100%) rename {Cake => src}/Database/ConnectionRegistry.php (100%) rename {Cake => src}/Database/Dialect/MysqlDialectTrait.php (100%) rename {Cake => src}/Database/Dialect/PostgresDialectTrait.php (100%) rename {Cake => src}/Database/Dialect/SqliteDialectTrait.php (100%) rename {Cake => src}/Database/Driver.php (100%) rename {Cake => src}/Database/Driver/Mysql.php (100%) rename {Cake => src}/Database/Driver/PDODriverTrait.php (100%) rename {Cake => src}/Database/Driver/Postgres.php (100%) rename {Cake => src}/Database/Driver/Sqlite.php (100%) rename {Cake => src}/Database/Exception.php (100%) rename {Cake => src}/Database/Exception/MissingConnectionException.php (100%) rename {Cake => src}/Database/Exception/MissingDriverException.php (100%) rename {Cake => src}/Database/Exception/MissingExtensionException.php (100%) rename {Cake => src}/Database/Expression/Comparison.php (100%) rename {Cake => src}/Database/Expression/FunctionExpression.php (100%) rename {Cake => src}/Database/Expression/IdentifierExpression.php (100%) rename {Cake => src}/Database/Expression/OrderByExpression.php (100%) rename {Cake => src}/Database/Expression/QueryExpression.php (100%) rename {Cake => src}/Database/Expression/UnaryExpression.php (100%) rename {Cake => src}/Database/Expression/ValuesExpression.php (100%) rename {Cake => src}/Database/ExpressionInterface.php (100%) rename {Cake => src}/Database/FunctionsBuilder.php (100%) rename {Cake => src}/Database/IdentifierQuoter.php (100%) rename {Cake => src}/Database/Log/LoggedQuery.php (100%) rename {Cake => src}/Database/Log/LoggingStatement.php (100%) rename {Cake => src}/Database/Log/QueryLogger.php (100%) rename {Cake => src}/Database/Query.php (100%) rename {Cake => src}/Database/Schema/BaseSchema.php (100%) rename {Cake => src}/Database/Schema/Collection.php (100%) rename {Cake => src}/Database/Schema/MysqlSchema.php (100%) rename {Cake => src}/Database/Schema/PostgresSchema.php (100%) rename {Cake => src}/Database/Schema/SqliteSchema.php (100%) rename {Cake => src}/Database/Schema/Table.php (100%) rename {Cake => src}/Database/SqlDialectTrait.php (100%) rename {Cake => src}/Database/Statement/BufferedStatement.php (100%) rename {Cake => src}/Database/Statement/CallbackStatement.php (100%) rename {Cake => src}/Database/Statement/PDOStatement.php (100%) rename {Cake => src}/Database/Statement/SqliteStatement.php (100%) rename {Cake => src}/Database/Statement/StatementDecorator.php (100%) rename {Cake => src}/Database/StatementInterface.php (100%) rename {Cake => src}/Database/Type.php (100%) rename {Cake => src}/Database/Type/BinaryType.php (100%) rename {Cake => src}/Database/Type/DateTimeType.php (100%) rename {Cake => src}/Database/Type/DateType.php (100%) rename {Cake => src}/Database/Type/UuidType.php (100%) rename {Cake => src}/Database/TypeConverterTrait.php (100%) rename {Cake => src}/Database/ValueBinder.php (100%) rename {Cake => src}/Error/AclException.php (100%) rename {Cake => src}/Error/BadRequestException.php (100%) rename {Cake => src}/Error/BaseErrorHandler.php (100%) rename {Cake => src}/Error/BaseException.php (100%) rename {Cake => src}/Error/ConfigureException.php (100%) rename {Cake => src}/Error/ConsoleException.php (100%) rename {Cake => src}/Error/ErrorHandler.php (100%) rename {Cake => src}/Error/Exception.php (100%) rename {Cake => src}/Error/ExceptionRenderer.php (100%) rename {Cake => src}/Error/FatalErrorException.php (100%) rename {Cake => src}/Error/ForbiddenException.php (100%) rename {Cake => src}/Error/HttpException.php (100%) rename {Cake => src}/Error/InternalErrorException.php (100%) rename {Cake => src}/Error/MethodNotAllowedException.php (100%) rename {Cake => src}/Error/MissingActionException.php (100%) rename {Cake => src}/Error/MissingBehaviorException.php (100%) rename {Cake => src}/Error/MissingComponentException.php (100%) rename {Cake => src}/Error/MissingConnectionException.php (100%) rename {Cake => src}/Error/MissingControllerException.php (100%) rename {Cake => src}/Error/MissingDatabaseException.php (100%) rename {Cake => src}/Error/MissingDatasourceConfigException.php (100%) rename {Cake => src}/Error/MissingDatasourceException.php (100%) rename {Cake => src}/Error/MissingDispatcherFilterException.php (100%) rename {Cake => src}/Error/MissingHelperException.php (100%) rename {Cake => src}/Error/MissingLayoutException.php (100%) rename {Cake => src}/Error/MissingPluginException.php (100%) rename {Cake => src}/Error/MissingShellException.php (100%) rename {Cake => src}/Error/MissingShellMethodException.php (100%) rename {Cake => src}/Error/MissingTableException.php (100%) rename {Cake => src}/Error/MissingTaskException.php (100%) rename {Cake => src}/Error/MissingTestLoaderException.php (100%) rename {Cake => src}/Error/MissingViewException.php (100%) rename {Cake => src}/Error/NotFoundException.php (100%) rename {Cake => src}/Error/NotImplementedException.php (100%) rename {Cake => src}/Error/PrivateActionException.php (100%) rename {Cake => src}/Error/SocketException.php (100%) rename {Cake => src}/Error/UnauthorizedException.php (100%) rename {Cake => src}/Error/XmlException.php (100%) rename {Cake => src}/Event/Event.php (100%) rename {Cake => src}/Event/EventListener.php (100%) rename {Cake => src}/Event/EventManager.php (100%) rename {Cake => src}/I18n/I18n.php (100%) rename {Cake => src}/I18n/L10n.php (100%) rename {Cake => src}/Log/Engine/BaseLog.php (100%) rename {Cake => src}/Log/Engine/ConsoleLog.php (100%) rename {Cake => src}/Log/Engine/FileLog.php (100%) rename {Cake => src}/Log/Engine/SyslogLog.php (100%) rename {Cake => src}/Log/Log.php (100%) rename {Cake => src}/Log/LogEngineRegistry.php (100%) rename {Cake => src}/Log/LogInterface.php (100%) rename {Cake => src}/Log/LogTrait.php (100%) rename {Cake => src}/Model/Behavior/CounterCacheBehavior.php (100%) rename {Cake => src}/Model/Behavior/TimestampBehavior.php (100%) rename {Cake => src}/Network/Email/AbstractTransport.php (100%) rename {Cake => src}/Network/Email/DebugTransport.php (100%) rename {Cake => src}/Network/Email/Email.php (100%) rename {Cake => src}/Network/Email/MailTransport.php (100%) rename {Cake => src}/Network/Email/SmtpTransport.php (100%) rename {Cake => src}/Network/Http/Adapter/Stream.php (100%) rename {Cake => src}/Network/Http/Auth/Basic.php (100%) rename {Cake => src}/Network/Http/Auth/Digest.php (100%) rename {Cake => src}/Network/Http/Auth/Oauth.php (100%) rename {Cake => src}/Network/Http/Client.php (100%) rename {Cake => src}/Network/Http/Cookies.php (100%) rename {Cake => src}/Network/Http/FormData.php (100%) rename {Cake => src}/Network/Http/FormData/Part.php (100%) rename {Cake => src}/Network/Http/Message.php (100%) rename {Cake => src}/Network/Http/Request.php (100%) rename {Cake => src}/Network/Http/Response.php (100%) rename {Cake => src}/Network/Request.php (100%) rename {Cake => src}/Network/Response.php (100%) rename {Cake => src}/Network/Session.php (100%) rename {Cake => src}/Network/Session/CacheSession.php (100%) rename {Cake => src}/Network/Session/DatabaseSession.php (100%) rename {Cake => src}/Network/Socket.php (100%) rename {Cake => src}/ORM/Association.php (100%) rename {Cake => src}/ORM/Association/BelongsTo.php (100%) rename {Cake => src}/ORM/Association/BelongsToMany.php (100%) rename {Cake => src}/ORM/Association/DependentDeleteTrait.php (100%) rename {Cake => src}/ORM/Association/ExternalAssociationTrait.php (100%) rename {Cake => src}/ORM/Association/HasMany.php (100%) rename {Cake => src}/ORM/Association/HasOne.php (100%) rename {Cake => src}/ORM/Associations.php (100%) rename {Cake => src}/ORM/Behavior.php (100%) rename {Cake => src}/ORM/BehaviorRegistry.php (100%) rename {Cake => src}/ORM/Entity.php (100%) rename {Cake => src}/ORM/EntityValidator.php (100%) rename {Cake => src}/ORM/Error/MissingEntityException.php (100%) rename {Cake => src}/ORM/Error/MissingTableClassException.php (100%) rename {Cake => src}/ORM/Error/RecordNotFoundException.php (100%) rename {Cake => src}/ORM/Marshaller.php (100%) rename {Cake => src}/ORM/Query.php (100%) rename {Cake => src}/ORM/QueryCacher.php (100%) rename {Cake => src}/ORM/ResultSet.php (100%) rename {Cake => src}/ORM/ResultSetDecorator.php (100%) rename {Cake => src}/ORM/Table.php (100%) rename {Cake => src}/ORM/TableRegistry.php (100%) rename {Cake => src}/Routing/Dispatcher.php (100%) rename {Cake => src}/Routing/DispatcherFilter.php (100%) rename {Cake => src}/Routing/Filter/AssetDispatcher.php (100%) rename {Cake => src}/Routing/Filter/CacheDispatcher.php (100%) rename {Cake => src}/Routing/RequestActionTrait.php (100%) rename {Cake => src}/Routing/Route/PluginShortRoute.php (100%) rename {Cake => src}/Routing/Route/RedirectRoute.php (100%) rename {Cake => src}/Routing/Route/Route.php (100%) rename {Cake => src}/Routing/RouteCollection.php (100%) rename {Cake => src}/Routing/Router.php (100%) rename {Cake => src}/TestSuite/ControllerTestCase.php (100%) rename {Cake => src}/TestSuite/Coverage/BaseCoverageReport.php (100%) rename {Cake => src}/TestSuite/Coverage/HtmlCoverageReport.php (100%) rename {Cake => src}/TestSuite/Coverage/TextCoverageReport.php (100%) rename {Cake => src}/TestSuite/Fixture/FixtureInjector.php (100%) rename {Cake => src}/TestSuite/Fixture/FixtureManager.php (100%) rename {Cake => src}/TestSuite/Fixture/TestFixture.php (100%) rename {Cake => src}/TestSuite/Reporter/BaseReporter.php (100%) rename {Cake => src}/TestSuite/Reporter/HtmlReporter.php (100%) rename {Cake => src}/TestSuite/Reporter/TextReporter.php (100%) rename {Cake => src}/TestSuite/TestCase.php (100%) rename {Cake => src}/TestSuite/TestLoader.php (100%) rename {Cake => src}/TestSuite/TestPermutationDecorator.php (100%) rename {Cake => src}/TestSuite/TestRunner.php (100%) rename {Cake => src}/TestSuite/TestSuite.php (100%) rename {Cake => src}/TestSuite/TestSuiteCommand.php (100%) rename {Cake => src}/TestSuite/TestSuiteDispatcher.php (100%) rename {Cake => src}/TestSuite/templates/footer.php (100%) rename {Cake => src}/TestSuite/templates/header.php (100%) rename {Cake => src}/TestSuite/templates/menu.php (100%) rename {Cake => src}/TestSuite/templates/missing_connection.php (100%) rename {Cake => src}/TestSuite/templates/phpunit.php (100%) rename {Cake => src}/TestSuite/templates/xdebug.php (100%) rename {Cake => src}/Utility/Debugger.php (100%) rename {Cake => src}/Utility/File.php (100%) rename {Cake => src}/Utility/Folder.php (100%) rename {Cake => src}/Utility/Hash.php (100%) rename {Cake => src}/Utility/Inflector.php (100%) rename {Cake => src}/Utility/MergeVariablesTrait.php (100%) rename {Cake => src}/Utility/Number.php (100%) rename {Cake => src}/Utility/ObjectCollection.php (100%) rename {Cake => src}/Utility/ObjectRegistry.php (100%) rename {Cake => src}/Utility/RepositoryAwareTrait.php (100%) rename {Cake => src}/Utility/Security.php (100%) rename {Cake => src}/Utility/Set.php (100%) rename {Cake => src}/Utility/String.php (100%) rename {Cake => src}/Utility/Time.php (100%) rename {Cake => src}/Utility/ViewVarsTrait.php (100%) rename {Cake => src}/Utility/Xml.php (100%) rename {Cake => src}/Validation/RulesProvider.php (100%) rename {Cake => src}/Validation/Validation.php (100%) rename {Cake => src}/Validation/ValidationRule.php (100%) rename {Cake => src}/Validation/ValidationSet.php (100%) rename {Cake => src}/Validation/Validator.php (100%) rename {Cake => src}/View/Element/exception_stack_trace.ctp (100%) rename {Cake => src}/View/Element/sql_dump.ctp (100%) rename {Cake => src}/View/Error/fatal_error.ctp (100%) rename {Cake => src}/View/Error/missing_action.ctp (100%) rename {Cake => src}/View/Error/missing_behavior.ctp (100%) rename {Cake => src}/View/Error/missing_component.ctp (100%) rename {Cake => src}/View/Error/missing_connection.ctp (100%) rename {Cake => src}/View/Error/missing_controller.ctp (100%) rename {Cake => src}/View/Error/missing_database.ctp (100%) rename {Cake => src}/View/Error/missing_datasource.ctp (100%) rename {Cake => src}/View/Error/missing_datasource_config.ctp (100%) rename {Cake => src}/View/Error/missing_helper.ctp (100%) rename {Cake => src}/View/Error/missing_layout.ctp (100%) rename {Cake => src}/View/Error/missing_plugin.ctp (100%) rename {Cake => src}/View/Error/missing_table.ctp (100%) rename {Cake => src}/View/Error/missing_view.ctp (100%) rename {Cake => src}/View/Error/pdo_error.ctp (100%) rename {Cake => src}/View/Error/private_action.ctp (100%) rename {Cake => src}/View/Error/scaffold_error.ctp (100%) rename {Cake => src}/View/Helper.php (100%) rename {Cake => src}/View/Helper/CacheHelper.php (100%) rename {Cake => src}/View/Helper/FormHelper.php (100%) rename {Cake => src}/View/Helper/HtmlHelper.php (100%) rename {Cake => src}/View/Helper/NumberHelper.php (100%) rename {Cake => src}/View/Helper/PaginatorHelper.php (100%) rename {Cake => src}/View/Helper/RssHelper.php (100%) rename {Cake => src}/View/Helper/SessionHelper.php (100%) rename {Cake => src}/View/Helper/StringTemplateTrait.php (100%) rename {Cake => src}/View/Helper/TextHelper.php (100%) rename {Cake => src}/View/Helper/TimeHelper.php (100%) rename {Cake => src}/View/HelperRegistry.php (100%) rename {Cake => src}/View/Input/SelectBox.php (100%) rename {Cake => src}/View/JsonView.php (100%) rename {Cake => src}/View/StringTemplate.php (100%) rename {Cake => src}/View/View.php (100%) rename {Cake => src}/View/ViewBlock.php (100%) rename {Cake => src}/View/XmlView.php (100%) rename {Cake => src}/basics.php (100%) rename {Cake => src}/bootstrap.php (100%) rename {Test => tests}/Fixture/AccountFixture.php (100%) rename {Test => tests}/Fixture/AcoActionFixture.php (100%) rename {Test => tests}/Fixture/AcoFixture.php (100%) rename {Test => tests}/Fixture/AcoTwoFixture.php (100%) rename {Test => tests}/Fixture/AdFixture.php (100%) rename {Test => tests}/Fixture/AdvertisementFixture.php (100%) rename {Test => tests}/Fixture/AfterTreeFixture.php (100%) rename {Test => tests}/Fixture/AnotherArticleFixture.php (100%) rename {Test => tests}/Fixture/AppleFixture.php (100%) rename {Test => tests}/Fixture/ArmorFixture.php (100%) rename {Test => tests}/Fixture/ArmorsPlayerFixture.php (100%) rename {Test => tests}/Fixture/AroFixture.php (100%) rename {Test => tests}/Fixture/AroTwoFixture.php (100%) rename {Test => tests}/Fixture/ArosAcoFixture.php (100%) rename {Test => tests}/Fixture/ArosAcoTwoFixture.php (100%) rename {Test => tests}/Fixture/ArticleFeaturedFixture.php (100%) rename {Test => tests}/Fixture/ArticleFeaturedsTagsFixture.php (100%) rename {Test => tests}/Fixture/ArticleFixture.php (100%) rename {Test => tests}/Fixture/ArticlesTagFixture.php (100%) rename {Test => tests}/Fixture/AssertTagsTestCase.php (100%) rename {Test => tests}/Fixture/AttachmentFixture.php (100%) rename {Test => tests}/Fixture/AuthUserCustomFieldFixture.php (100%) rename {Test => tests}/Fixture/AuthUserFixture.php (100%) rename {Test => tests}/Fixture/AuthorFixture.php (100%) rename {Test => tests}/Fixture/BakeArticleFixture.php (100%) rename {Test => tests}/Fixture/BakeArticlesBakeTagFixture.php (100%) rename {Test => tests}/Fixture/BakeCommentFixture.php (100%) rename {Test => tests}/Fixture/BakeTagFixture.php (100%) rename {Test => tests}/Fixture/BasketFixture.php (100%) rename {Test => tests}/Fixture/BidFixture.php (100%) rename {Test => tests}/Fixture/BiddingFixture.php (100%) rename {Test => tests}/Fixture/BiddingMessageFixture.php (100%) rename {Test => tests}/Fixture/BinaryTestFixture.php (100%) rename {Test => tests}/Fixture/BookFixture.php (100%) rename {Test => tests}/Fixture/CacheTestModelFixture.php (100%) rename {Test => tests}/Fixture/CakeSessionFixture.php (100%) rename {Test => tests}/Fixture/CallbackFixture.php (100%) rename {Test => tests}/Fixture/CampaignFixture.php (100%) rename {Test => tests}/Fixture/CategoryFixture.php (100%) rename {Test => tests}/Fixture/CategoryThreadFixture.php (100%) rename {Test => tests}/Fixture/CdFixture.php (100%) rename {Test => tests}/Fixture/CommentFixture.php (100%) rename {Test => tests}/Fixture/ContentAccountFixture.php (100%) rename {Test => tests}/Fixture/ContentFixture.php (100%) rename {Test => tests}/Fixture/CounterCachePostFixture.php (100%) rename {Test => tests}/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php (100%) rename {Test => tests}/Fixture/CounterCacheUserFixture.php (100%) rename {Test => tests}/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php (100%) rename {Test => tests}/Fixture/DataTestFixture.php (100%) rename {Test => tests}/Fixture/DatatypeFixture.php (100%) rename {Test => tests}/Fixture/DependencyFixture.php (100%) rename {Test => tests}/Fixture/DeviceFixture.php (100%) rename {Test => tests}/Fixture/DeviceTypeCategoryFixture.php (100%) rename {Test => tests}/Fixture/DeviceTypeFixture.php (100%) rename {Test => tests}/Fixture/DocumentDirectoryFixture.php (100%) rename {Test => tests}/Fixture/DocumentFixture.php (100%) rename {Test => tests}/Fixture/DomainFixture.php (100%) rename {Test => tests}/Fixture/DomainsSiteFixture.php (100%) rename {Test => tests}/Fixture/ExteriorTypeCategoryFixture.php (100%) rename {Test => tests}/Fixture/FeatureSetFixture.php (100%) rename {Test => tests}/Fixture/FeaturedFixture.php (100%) rename {Test => tests}/Fixture/FilmFileFixture.php (100%) rename {Test => tests}/Fixture/FixturizedTestCase.php (100%) rename {Test => tests}/Fixture/FlagTreeFixture.php (100%) rename {Test => tests}/Fixture/FruitFixture.php (100%) rename {Test => tests}/Fixture/FruitsUuidTagFixture.php (100%) rename {Test => tests}/Fixture/GroupUpdateAllFixture.php (100%) rename {Test => tests}/Fixture/GuildFixture.php (100%) rename {Test => tests}/Fixture/GuildsPlayerFixture.php (100%) rename {Test => tests}/Fixture/HomeFixture.php (100%) rename {Test => tests}/Fixture/ImageFixture.php (100%) rename {Test => tests}/Fixture/InnoFixture.php (100%) rename {Test => tests}/Fixture/ItemFixture.php (100%) rename {Test => tests}/Fixture/ItemsPortfolioFixture.php (100%) rename {Test => tests}/Fixture/JoinABFixture.php (100%) rename {Test => tests}/Fixture/JoinACFixture.php (100%) rename {Test => tests}/Fixture/JoinAFixture.php (100%) rename {Test => tests}/Fixture/JoinBFixture.php (100%) rename {Test => tests}/Fixture/JoinCFixture.php (100%) rename {Test => tests}/Fixture/JoinThingFixture.php (100%) rename {Test => tests}/Fixture/MessageFixture.php (100%) rename {Test => tests}/Fixture/MyCategoriesMyProductsFixture.php (100%) rename {Test => tests}/Fixture/MyCategoriesMyUsersFixture.php (100%) rename {Test => tests}/Fixture/MyCategoryFixture.php (100%) rename {Test => tests}/Fixture/MyProductFixture.php (100%) rename {Test => tests}/Fixture/MyUserFixture.php (100%) rename {Test => tests}/Fixture/NodeFixture.php (100%) rename {Test => tests}/Fixture/NumberTreeFixture.php (100%) rename {Test => tests}/Fixture/NumberTreeTwoFixture.php (100%) rename {Test => tests}/Fixture/NumericArticleFixture.php (100%) rename {Test => tests}/Fixture/OverallFavoriteFixture.php (100%) rename {Test => tests}/Fixture/PersonFixture.php (100%) rename {Test => tests}/Fixture/PlayerFixture.php (100%) rename {Test => tests}/Fixture/PortfolioFixture.php (100%) rename {Test => tests}/Fixture/PostFixture.php (100%) rename {Test => tests}/Fixture/PostsTagFixture.php (100%) rename {Test => tests}/Fixture/PrefixTestFixture.php (100%) rename {Test => tests}/Fixture/PrimaryModelFixture.php (100%) rename {Test => tests}/Fixture/ProductFixture.php (100%) rename {Test => tests}/Fixture/ProductUpdateAllFixture.php (100%) rename {Test => tests}/Fixture/ProjectFixture.php (100%) rename {Test => tests}/Fixture/SampleFixture.php (100%) rename {Test => tests}/Fixture/SecondaryModelFixture.php (100%) rename {Test => tests}/Fixture/SessionFixture.php (100%) rename {Test => tests}/Fixture/SiteFixture.php (100%) rename {Test => tests}/Fixture/SomethingElseFixture.php (100%) rename {Test => tests}/Fixture/SomethingFixture.php (100%) rename {Test => tests}/Fixture/StoriesTagFixture.php (100%) rename {Test => tests}/Fixture/StoryFixture.php (100%) rename {Test => tests}/Fixture/SyfileFixture.php (100%) rename {Test => tests}/Fixture/TagFixture.php (100%) rename {Test => tests}/Fixture/TestPluginArticleFixture.php (100%) rename {Test => tests}/Fixture/TestPluginCommentFixture.php (100%) rename {Test => tests}/Fixture/ThePaperMonkiesFixture.php (100%) rename {Test => tests}/Fixture/ThreadFixture.php (100%) rename {Test => tests}/Fixture/TranslateArticleFixture.php (100%) rename {Test => tests}/Fixture/TranslateFixture.php (100%) rename {Test => tests}/Fixture/TranslateTableFixture.php (100%) rename {Test => tests}/Fixture/TranslateWithPrefixFixture.php (100%) rename {Test => tests}/Fixture/TranslatedArticleFixture.php (100%) rename {Test => tests}/Fixture/TranslatedItemFixture.php (100%) rename {Test => tests}/Fixture/UnconventionalTreeFixture.php (100%) rename {Test => tests}/Fixture/UnderscoreFieldFixture.php (100%) rename {Test => tests}/Fixture/UnsignedFixture.php (100%) rename {Test => tests}/Fixture/UserFixture.php (100%) rename {Test => tests}/Fixture/UuidFixture.php (100%) rename {Test => tests}/Fixture/UuidTagFixture.php (100%) rename {Test => tests}/Fixture/UuidTreeFixture.php (100%) rename {Test => tests}/Fixture/UuiditemFixture.php (100%) rename {Test => tests}/Fixture/UuiditemsUuidportfolioFixture.php (100%) rename {Test => tests}/Fixture/UuiditemsUuidportfolioNumericidFixture.php (100%) rename {Test => tests}/Fixture/UuidportfolioFixture.php (100%) rename {Test => tests}/Fixture/rss.xml (100%) rename {Test => tests}/Fixture/sample.xml (100%) rename {Test => tests}/Fixture/soap_request.xml (100%) rename {Test => tests}/Fixture/soap_response.xml (100%) rename {Test => tests}/TestApp/Cache/Engine/TestAppCacheEngine.php (100%) rename {Test => tests}/TestApp/Config/acl.ini (100%) rename {Test => tests}/TestApp/Config/acl.ini.php (100%) rename {Test => tests}/TestApp/Config/acl.php (100%) rename {Test => tests}/TestApp/Config/empty.ini (100%) rename {Test => tests}/TestApp/Config/empty.php (100%) rename {Test => tests}/TestApp/Config/htmlhelper_minimized.ini (100%) rename {Test => tests}/TestApp/Config/htmlhelper_tags.php (100%) rename {Test => tests}/TestApp/Config/nested.ini (100%) rename {Test => tests}/TestApp/Config/no_ini_extension (100%) rename {Test => tests}/TestApp/Config/no_php_extension (100%) rename {Test => tests}/TestApp/Config/no_section.ini (100%) rename {Test => tests}/TestApp/Config/routes.php (100%) rename {Test => tests}/TestApp/Config/test_templates.php (100%) rename {Test => tests}/TestApp/Config/var_test.php (100%) rename {Test => tests}/TestApp/Config/var_test2.php (100%) rename {Test => tests}/TestApp/Console/Command/SampleShell.php (100%) rename {Test => tests}/TestApp/Console/Command/Task/empty (100%) rename {Test => tests}/TestApp/Console/Templates/test/classes/test_object.ctp (100%) rename {Test => tests}/TestApp/Console/Templates/test/views/admin_edit.ctp (100%) rename {Test => tests}/TestApp/Controller/AbstractController.php (100%) rename {Test => tests}/TestApp/Controller/Admin/PostsController.php (100%) rename {Test => tests}/TestApp/Controller/AjaxAuthController.php (100%) rename {Test => tests}/TestApp/Controller/AppController.php (100%) rename {Test => tests}/TestApp/Controller/AuthTestController.php (100%) rename {Test => tests}/TestApp/Controller/CommentsController.php (100%) rename {Test => tests}/TestApp/Controller/Component/AppleComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/BananaComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/MergeVarComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/MutuallyReferencingOneComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/MutuallyReferencingTwoComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/OrangeComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/ParamTestComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/SomethingWithCookieComponent.php (100%) rename {Test => tests}/TestApp/Controller/Component/TestAuthComponent.php (100%) rename {Test => tests}/TestApp/Controller/ComponentTestController.php (100%) rename {Test => tests}/TestApp/Controller/OrangeSessionTestController.php (100%) rename {Test => tests}/TestApp/Controller/PagesController.php (100%) rename {Test => tests}/TestApp/Controller/PostsController.php (100%) rename {Test => tests}/TestApp/Controller/RequestActionController.php (100%) rename {Test => tests}/TestApp/Controller/RequestHandlerTestController.php (100%) rename {Test => tests}/TestApp/Controller/ScaffoldArticlesController.php (100%) rename {Test => tests}/TestApp/Controller/SessionTestController.php (100%) rename {Test => tests}/TestApp/Controller/SomePagesController.php (100%) rename {Test => tests}/TestApp/Controller/SomePostsController.php (100%) rename {Test => tests}/TestApp/Controller/TestAppsErrorController.php (100%) rename {Test => tests}/TestApp/Controller/TestCachedPagesController.php (100%) rename {Test => tests}/TestApp/Controller/TestConfigsController.php (100%) rename {Test => tests}/TestApp/Controller/TestDispatchPagesController.php (100%) rename {Test => tests}/TestApp/Controller/TestsAppsController.php (100%) rename {Test => tests}/TestApp/Controller/TestsAppsPostsController.php (100%) rename {Test => tests}/TestApp/Error/TestAppsExceptionRenderer.php (100%) rename {Test => tests}/TestApp/Lib/Library.php (100%) rename {Test => tests}/TestApp/Locale/cache_test_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/cache_test_po/LC_MESSAGES/dom1.po (100%) rename {Test => tests}/TestApp/Locale/cache_test_po/LC_MESSAGES/dom2.po (100%) rename {Test => tests}/TestApp/Locale/eng/LC_MESSAGES/validation_messages.po (100%) rename {Test => tests}/TestApp/Locale/ja_jp/LC_TIME (100%) rename {Test => tests}/TestApp/Locale/nld/LC_TIME (100%) rename {Test => tests}/TestApp/Locale/po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/po/LC_MONETARY/default.po (100%) rename {Test => tests}/TestApp/Locale/po/LC_TIME (100%) rename {Test => tests}/TestApp/Locale/rule_0_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_0_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_0_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_0_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_10_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_10_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_10_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_10_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_11_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_11_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_11_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_11_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_12_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_12_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_12_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_12_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_13_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_13_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_13_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_13_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_14_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_14_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_14_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_14_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_1_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_1_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_1_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_1_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_2_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_2_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_2_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_2_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_3_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_3_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_3_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_3_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_4_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_4_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_4_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_4_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_5_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_5_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_5_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_5_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_6_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_6_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_6_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_6_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_7_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_7_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_7_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_7_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_8_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_8_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_8_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_8_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/rule_9_mo/LC_MESSAGES/core.mo (100%) rename {Test => tests}/TestApp/Locale/rule_9_mo/LC_MESSAGES/default.mo (100%) rename {Test => tests}/TestApp/Locale/rule_9_po/LC_MESSAGES/core.po (100%) rename {Test => tests}/TestApp/Locale/rule_9_po/LC_MESSAGES/default.po (100%) rename {Test => tests}/TestApp/Locale/spa/LC_TIME (100%) rename {Test => tests}/TestApp/Log/Engine/TestAppLog.php (100%) rename {Test => tests}/TestApp/Model/Behavior/DuplicateBehavior.php (100%) rename {Test => tests}/TestApp/Model/Behavior/SluggableBehavior.php (100%) rename {Test => tests}/TestApp/Model/Entity/Article.php (100%) rename {Test => tests}/TestApp/Model/Entity/ArticlesTag.php (100%) rename {Test => tests}/TestApp/Model/Entity/Author.php (100%) rename {Test => tests}/TestApp/Model/Entity/Tag.php (100%) rename {Test => tests}/TestApp/Model/Repository/ArticlesTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/ArticlesTagsTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/AuthUsersTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/AuthorsTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/PaginatorPostsTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/PostsTable.php (100%) rename {Test => tests}/TestApp/Model/Repository/TagsTable.php (100%) rename {Test => tests}/TestApp/Network/Session/TestAppLibSession.php (100%) rename {Test => tests}/TestApp/Plugin/Company/TestPluginThree/Utility/Hello.php (100%) rename {Test => tests}/TestApp/Plugin/PluginJs/Config/bootstrap.php (100%) rename {Test => tests}/TestApp/Plugin/PluginJs/webroot/js/one/plugin_one.js (100%) rename {Test => tests}/TestApp/Plugin/PluginJs/webroot/js/plugin_js.js (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/Schema/schema.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/acl.ini.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/bootstrap.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/custom_config.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/load.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/more.load.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/nested.ini (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/routes.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Config/test_templates.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Console/Command/ExampleShell.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Console/Templates/empty (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/Admin/CommentsController.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/Component/OtherComponent.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/Component/PluginsComponent.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/TestPluginAppController.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/TestPluginController.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Controller/TestsController.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Database/Driver/TestSource.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Lib/TestPluginLibrary.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Log/Engine/TestPluginLog.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Model/Repository/TestPluginCommentsTable.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Network/Session/TestPluginSession.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Routing/Route/TestRoute.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Utility/TestPluginEngine.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Vendor/Example/ExampleExample.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Vendor/sample/sample_plugin.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/Vendor/welcome.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Element/plugin_element.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Element/sub_dir/sub_element.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Element/test_plugin_element.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Element/translate.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Email/text/test_plugin_tpl.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Layout/Email/text/plug_default.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Layout/default.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Tests/index.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/View/Tests/scaffold.form.ctp (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/css/test_plugin_asset.css (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/css/theme_one.htc (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/css/unknown.extension (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/flash/plugin_test.swf (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/img/cake.icon.gif (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/js/test_plugin/test.js (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf (100%) rename {Test => tests}/TestApp/Plugin/TestPlugin/webroot/root.js (100%) rename {Test => tests}/TestApp/Plugin/TestPluginTwo/Config/bootstrap.php (100%) rename {Test => tests}/TestApp/Plugin/TestPluginTwo/Console/Command/ExampleShell.php (100%) rename {Test => tests}/TestApp/Plugin/TestPluginTwo/Console/Command/Task/empty (100%) rename {Test => tests}/TestApp/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php (100%) rename {Test => tests}/TestApp/Plugin/TestPluginTwo/Console/Templates/empty (100%) rename {Test => tests}/TestApp/Utility/TestAppEngine.php (100%) rename {Test => tests}/TestApp/Utility/TestUtilityClass.php (100%) rename {Test => tests}/TestApp/View/CustomJsonView.php (100%) rename {Test => tests}/TestApp/View/Element/extended_element.ctp (100%) rename {Test => tests}/TestApp/View/Element/extended_missing_element.ctp (100%) rename {Test => tests}/TestApp/View/Element/html_call.ctp (100%) rename {Test => tests}/TestApp/View/Element/nocache/contains_nocache.ctp (100%) rename {Test => tests}/TestApp/View/Element/nocache/plain.ctp (100%) rename {Test => tests}/TestApp/View/Element/nocache/sub1.ctp (100%) rename {Test => tests}/TestApp/View/Element/nocache/sub2.ctp (100%) rename {Test => tests}/TestApp/View/Element/parent_element.ctp (100%) rename {Test => tests}/TestApp/View/Element/session_helper.ctp (100%) rename {Test => tests}/TestApp/View/Element/test_element.ctp (100%) rename {Test => tests}/TestApp/View/Element/test_element.xml (100%) rename {Test => tests}/TestApp/View/Element/type_check.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/custom.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/default.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/html.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/image.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/japanese.ctp (100%) rename {Test => tests}/TestApp/View/Email/html/nested_element.ctp (100%) rename {Test => tests}/TestApp/View/Email/text/custom.ctp (100%) rename {Test => tests}/TestApp/View/Email/text/custom_helper.ctp (100%) rename {Test => tests}/TestApp/View/Email/text/default.ctp (100%) rename {Test => tests}/TestApp/View/Email/text/japanese.ctp (100%) rename {Test => tests}/TestApp/View/Email/text/wide.ctp (100%) rename {Test => tests}/TestApp/View/Error/empty (100%) rename {Test => tests}/TestApp/View/Error/error400.ctp (100%) rename {Test => tests}/TestApp/View/Error/error500.ctp (100%) rename {Test => tests}/TestApp/View/Helper/BananaHelper.php (100%) rename {Test => tests}/TestApp/View/Layout/Email/html/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/Email/html/japanese.ctp (100%) rename {Test => tests}/TestApp/View/Layout/Email/html/thin.ctp (100%) rename {Test => tests}/TestApp/View/Layout/Email/text/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/Email/text/japanese.ctp (100%) rename {Test => tests}/TestApp/View/Layout/ajax.ctp (100%) rename {Test => tests}/TestApp/View/Layout/ajax2.ctp (100%) rename {Test => tests}/TestApp/View/Layout/banana.ctp (100%) rename {Test => tests}/TestApp/View/Layout/cache_empty_sections.ctp (100%) rename {Test => tests}/TestApp/View/Layout/cache_layout.ctp (100%) rename {Test => tests}/TestApp/View/Layout/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/error.ctp (100%) rename {Test => tests}/TestApp/View/Layout/js/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/json/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/multi_cache.ctp (100%) rename {Test => tests}/TestApp/View/Layout/rss/default.ctp (100%) rename {Test => tests}/TestApp/View/Layout/xml/default.ctp (100%) rename {Test => tests}/TestApp/View/Pages/extract.ctp (100%) rename {Test => tests}/TestApp/View/Pages/home.ctp (100%) rename {Test => tests}/TestApp/View/Pages/page.home.ctp (100%) rename {Test => tests}/TestApp/View/Posts/alt_ext.alt (100%) rename {Test => tests}/TestApp/View/Posts/cache_empty_sections.ctp (100%) rename {Test => tests}/TestApp/View/Posts/cache_form.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_element.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_loop.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_loop_inner.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_missing_element.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_self.ctp (100%) rename {Test => tests}/TestApp/View/Posts/extend_with_element.ctp (100%) rename {Test => tests}/TestApp/View/Posts/helper_overwrite.ctp (100%) rename {Test => tests}/TestApp/View/Posts/index.ctp (100%) rename {Test => tests}/TestApp/View/Posts/json/index.ctp (100%) rename {Test => tests}/TestApp/View/Posts/multiple_nocache.ctp (100%) rename {Test => tests}/TestApp/View/Posts/nested_extends.ctp (100%) rename {Test => tests}/TestApp/View/Posts/nocache_multiple_element.ctp (100%) rename {Test => tests}/TestApp/View/Posts/open_block.ctp (100%) rename {Test => tests}/TestApp/View/Posts/parent_1.ctp (100%) rename {Test => tests}/TestApp/View/Posts/parent_2.ctp (100%) rename {Test => tests}/TestApp/View/Posts/parent_view.ctp (100%) rename {Test => tests}/TestApp/View/Posts/scaffold.form.ctp (100%) rename {Test => tests}/TestApp/View/Posts/sequencial_nocache.ctp (100%) rename {Test => tests}/TestApp/View/Posts/test_nocache_tags.ctp (100%) rename {Test => tests}/TestApp/View/Posts/xml/index.ctp (100%) rename {Test => tests}/TestApp/View/Scaffold/empty (100%) rename {Test => tests}/TestApp/View/TestsApps/index.ctp (100%) rename {Test => tests}/TestApp/View/TestsApps/json/index.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Element/test_element.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Email/text/themed.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Layout/default.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Layout/plugin_default.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Posts/index.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Posts/scaffold.index.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/Posts/themed.ctp (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/css/test_asset.css (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/css/theme_webroot.css (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/flash/theme_test.swf (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/img/cake.power.gif (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/img/test.jpg (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/js/one/theme_one.js (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/js/theme.js (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf (100%) rename {Test => tests}/TestApp/View/Themed/TestTheme/webroot/space image.text (100%) rename {Test => tests}/TestApp/vendor/Test/MyTest.php (100%) rename {Test => tests}/TestApp/vendor/Test/hello.php (100%) rename {Test => tests}/TestApp/vendor/css/test_asset.css (100%) rename {Test => tests}/TestApp/vendor/img/test.jpg (100%) rename {Test => tests}/TestApp/vendor/img/test_2.JPG (100%) rename {Test => tests}/TestApp/vendor/sample/configure_test_vendor_sample.php (100%) rename {Test => tests}/TestApp/vendor/somename/some.name.php (100%) rename {Test => tests}/TestApp/vendor/welcome.php (100%) rename {Test => tests}/TestApp/webroot/css/cake.generic.css (100%) rename {Test => tests}/TestApp/webroot/img/cake.icon.png (100%) rename {Test => tests}/TestApp/webroot/img/cake.power.gif (100%) rename {Test => tests}/TestApp/webroot/theme/test_theme/css/theme_webroot.css (100%) rename {Test => tests}/TestApp/webroot/theme/test_theme/css/webroot_test.css (100%) rename {Test => tests}/TestApp/webroot/theme/test_theme/img/cake.power.gif (100%) rename {Test => tests}/TestApp/webroot/theme/test_theme/img/test.jpg (100%) rename {Test => tests}/TestCase/BasicsTest.php (100%) rename {Test => tests}/TestCase/Cache/CacheTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/ApcEngineTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/FileEngineTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/MemcachedEngineTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/RedisEngineTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/WincacheEngineTest.php (100%) rename {Test => tests}/TestCase/Cache/Engine/XcacheEngineTest.php (100%) rename {Test => tests}/TestCase/Collection/CollectionTest.php (100%) rename {Test => tests}/TestCase/Collection/Iterator/ExtractIteratorTest.php (100%) rename {Test => tests}/TestCase/Collection/Iterator/FilterIteratorTest.php (100%) rename {Test => tests}/TestCase/Collection/Iterator/MapReduceTest.php (100%) rename {Test => tests}/TestCase/Collection/Iterator/ReplaceIteratorTest.php (100%) rename {Test => tests}/TestCase/Collection/Iterator/SortIteratorTest.php (100%) rename {Test => tests}/TestCase/Configure/Engine/IniConfigTest.php (100%) rename {Test => tests}/TestCase/Configure/Engine/PhpConfigTest.php (100%) rename {Test => tests}/TestCase/Console/Command/AclShellTest.php (100%) rename {Test => tests}/TestCase/Console/Command/BakeShellTest.php (100%) rename {Test => tests}/TestCase/Console/Command/CommandListShellTest.php (100%) rename {Test => tests}/TestCase/Console/Command/CompletionShellTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/ControllerTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/DbConfigTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/ExtractTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/FixtureTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/ModelTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/PluginTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/ProjectTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/TemplateTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/TestTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/Task/ViewTaskTest.php (100%) rename {Test => tests}/TestCase/Console/Command/TestShellTest.php (100%) rename {Test => tests}/TestCase/Console/ConsoleErrorHandlerTest.php (100%) rename {Test => tests}/TestCase/Console/ConsoleOptionParserTest.php (100%) rename {Test => tests}/TestCase/Console/ConsoleOutputTest.php (100%) rename {Test => tests}/TestCase/Console/HelpFormatterTest.php (100%) rename {Test => tests}/TestCase/Console/ShellDispatcherTest.php (100%) rename {Test => tests}/TestCase/Console/ShellTest.php (100%) rename {Test => tests}/TestCase/Console/TaskRegistryTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Acl/IniAclTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Acl/PhpAclTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/AclComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/Auth/FormAuthenticateTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/AuthComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/CookieComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/CsrfComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/PaginatorComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/RequestHandlerComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/SecurityComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/Component/SessionComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/ComponentRegistryTest.php (100%) rename {Test => tests}/TestCase/Controller/ComponentTest.php (100%) rename {Test => tests}/TestCase/Controller/ControllerTest.php (100%) rename {Test => tests}/TestCase/Controller/PagesControllerTest.php (100%) rename {Test => tests}/TestCase/Core/AppTest.php (100%) rename {Test => tests}/TestCase/Core/ConfigureTest.php (100%) rename {Test => tests}/TestCase/Core/ObjectTest.php (100%) rename {Test => tests}/TestCase/Core/PluginTest.php (100%) rename {Test => tests}/TestCase/Database/ConnectionManagerTest.php (100%) rename {Test => tests}/TestCase/Database/ConnectionTest.php (100%) rename {Test => tests}/TestCase/Database/Driver/MysqlTest.php (100%) rename {Test => tests}/TestCase/Database/Driver/PostgresTest.php (100%) rename {Test => tests}/TestCase/Database/Driver/SqliteTest.php (100%) rename {Test => tests}/TestCase/Database/Expression/FunctionExpressionTest.php (100%) rename {Test => tests}/TestCase/Database/Expression/IdentifierExpressionTest.php (100%) rename {Test => tests}/TestCase/Database/FunctionsBuilderTest.php (100%) rename {Test => tests}/TestCase/Database/Log/LoggedQueryTest.php (100%) rename {Test => tests}/TestCase/Database/Log/LoggingStatementTest.php (100%) rename {Test => tests}/TestCase/Database/Log/QueryLoggerTest.php (100%) rename {Test => tests}/TestCase/Database/QueryTest.php (100%) rename {Test => tests}/TestCase/Database/Schema/CollectionTest.php (100%) rename {Test => tests}/TestCase/Database/Schema/MysqlSchemaTest.php (100%) rename {Test => tests}/TestCase/Database/Schema/PostgresSchemaTest.php (100%) rename {Test => tests}/TestCase/Database/Schema/SqliteSchemaTest.php (100%) rename {Test => tests}/TestCase/Database/Schema/TableTest.php (100%) rename {Test => tests}/TestCase/Database/Statement/StatementDecoratorTest.php (100%) rename {Test => tests}/TestCase/Database/Type/BinaryTypeTest.php (100%) rename {Test => tests}/TestCase/Database/Type/DateTimeTypeTest.php (100%) rename {Test => tests}/TestCase/Database/Type/DateTypeTest.php (100%) rename {Test => tests}/TestCase/Database/Type/UuidTypeTest.php (100%) rename {Test => tests}/TestCase/Database/TypeTest.php (100%) rename {Test => tests}/TestCase/DatabaseSuite.php (100%) rename {Test => tests}/TestCase/Error/ErrorHandlerTest.php (100%) rename {Test => tests}/TestCase/Error/ExceptionRendererTest.php (100%) rename {Test => tests}/TestCase/Event/EventManagerTest.php (100%) rename {Test => tests}/TestCase/Event/EventTest.php (100%) rename {Test => tests}/TestCase/I18n/I18nTest.php (100%) rename {Test => tests}/TestCase/I18n/L10nTest.php (100%) rename {Test => tests}/TestCase/Log/Engine/ConsoleLogTest.php (100%) rename {Test => tests}/TestCase/Log/Engine/FileLogTest.php (100%) rename {Test => tests}/TestCase/Log/Engine/SyslogLogTest.php (100%) rename {Test => tests}/TestCase/Log/LogTest.php (100%) rename {Test => tests}/TestCase/Log/LogTraitTest.php (100%) rename {Test => tests}/TestCase/Model/Behavior/CounterCacheBehaviorTest.php (100%) rename {Test => tests}/TestCase/Model/Behavior/TimestampBehaviorTest.php (100%) rename {Test => tests}/TestCase/Network/Email/DebugTransportTest.php (100%) rename {Test => tests}/TestCase/Network/Email/EmailTest.php (100%) rename {Test => tests}/TestCase/Network/Email/MailTransportTest.php (100%) rename {Test => tests}/TestCase/Network/Email/SmtpTransportTest.php (100%) rename {Test => tests}/TestCase/Network/Http/Adapter/StreamTest.php (100%) rename {Test => tests}/TestCase/Network/Http/Auth/DigestTest.php (100%) rename {Test => tests}/TestCase/Network/Http/Auth/OauthTest.php (100%) rename {Test => tests}/TestCase/Network/Http/ClientTest.php (100%) rename {Test => tests}/TestCase/Network/Http/CookiesTest.php (100%) rename {Test => tests}/TestCase/Network/Http/FormDataTest.php (100%) rename {Test => tests}/TestCase/Network/Http/RequestTest.php (100%) rename {Test => tests}/TestCase/Network/Http/ResponseTest.php (100%) rename {Test => tests}/TestCase/Network/RequestTest.php (100%) rename {Test => tests}/TestCase/Network/ResponseTest.php (100%) rename {Test => tests}/TestCase/Network/Session/CacheSessionTest.php (100%) rename {Test => tests}/TestCase/Network/Session/DatabaseSessionTest.php (100%) rename {Test => tests}/TestCase/Network/SessionTest.php (100%) rename {Test => tests}/TestCase/Network/SocketTest.php (100%) rename {Test => tests}/TestCase/ORM/Association/BelongsToManyTest.php (100%) rename {Test => tests}/TestCase/ORM/Association/BelongsToTest.php (100%) rename {Test => tests}/TestCase/ORM/Association/HasManyTest.php (100%) rename {Test => tests}/TestCase/ORM/Association/HasOneTest.php (100%) rename {Test => tests}/TestCase/ORM/AssociationTest.php (100%) rename {Test => tests}/TestCase/ORM/AssociationsTest.php (100%) rename {Test => tests}/TestCase/ORM/BehaviorRegistryTest.php (100%) rename {Test => tests}/TestCase/ORM/BehaviorTest.php (100%) rename {Test => tests}/TestCase/ORM/EntityTest.php (100%) rename {Test => tests}/TestCase/ORM/EntityValidatorTest.php (100%) rename {Test => tests}/TestCase/ORM/MarshallerTest.php (100%) rename {Test => tests}/TestCase/ORM/QueryCacherTest.php (100%) rename {Test => tests}/TestCase/ORM/QueryTest.php (100%) rename {Test => tests}/TestCase/ORM/ResultSetDecoratorTest.php (100%) rename {Test => tests}/TestCase/ORM/ResultSetTest.php (100%) rename {Test => tests}/TestCase/ORM/TableRegistryTest.php (100%) rename {Test => tests}/TestCase/ORM/TableTest.php (100%) rename {Test => tests}/TestCase/ORM/TableUuidTest.php (100%) rename {Test => tests}/TestCase/Routing/DispatcherTest.php (100%) rename {Test => tests}/TestCase/Routing/Filter/AssetDispatcherTest.php (100%) rename {Test => tests}/TestCase/Routing/RequestActionTraitTest.php (100%) rename {Test => tests}/TestCase/Routing/Route/PluginShortRouteTest.php (100%) rename {Test => tests}/TestCase/Routing/Route/RedirectRouteTest.php (100%) rename {Test => tests}/TestCase/Routing/Route/RouteTest.php (100%) rename {Test => tests}/TestCase/Routing/RouterTest.php (100%) rename {Test => tests}/TestCase/TestSuite/ControllerTestCaseTest.php (100%) rename {Test => tests}/TestCase/TestSuite/HtmlCoverageReportTest.php (100%) rename {Test => tests}/TestCase/TestSuite/TestCaseTest.php (100%) rename {Test => tests}/TestCase/TestSuite/TestFixtureTest.php (100%) rename {Test => tests}/TestCase/TestSuite/TestPermutationDecoratorTest.php (100%) rename {Test => tests}/TestCase/TestSuite/TestSuiteTest.php (100%) rename {Test => tests}/TestCase/Utility/DebuggerTest.php (99%) rename {Test => tests}/TestCase/Utility/FileTest.php (100%) rename {Test => tests}/TestCase/Utility/FolderTest.php (99%) rename {Test => tests}/TestCase/Utility/HashTest.php (100%) rename {Test => tests}/TestCase/Utility/InflectorTest.php (100%) rename {Test => tests}/TestCase/Utility/MergeVariablesTraitTest.php (100%) rename {Test => tests}/TestCase/Utility/NumberTest.php (100%) rename {Test => tests}/TestCase/Utility/ObjectCollectionTest.php (100%) rename {Test => tests}/TestCase/Utility/RepositoryAwareTraitTest.php (100%) rename {Test => tests}/TestCase/Utility/SecurityTest.php (100%) rename {Test => tests}/TestCase/Utility/SetTest.php (100%) rename {Test => tests}/TestCase/Utility/StringTest.php (100%) rename {Test => tests}/TestCase/Utility/TimeTest.php (100%) rename {Test => tests}/TestCase/Utility/ViewVarsTraitTest.php (100%) rename {Test => tests}/TestCase/Utility/XmlTest.php (100%) rename {Test => tests}/TestCase/Validation/RulesProviderTest.php (100%) rename {Test => tests}/TestCase/Validation/ValidationRuleTest.php (100%) rename {Test => tests}/TestCase/Validation/ValidationSetTest.php (100%) rename {Test => tests}/TestCase/Validation/ValidationTest.php (100%) rename {Test => tests}/TestCase/Validation/ValidatorTest.php (100%) rename {Test => tests}/TestCase/View/Helper/CacheHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/FormHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/HtmlHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/NumberHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/PaginatorHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/RssHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/SessionHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/StringTemplateTraitTest.php (100%) rename {Test => tests}/TestCase/View/Helper/TextHelperTest.php (100%) rename {Test => tests}/TestCase/View/Helper/TimeHelperTest.php (100%) rename {Test => tests}/TestCase/View/HelperRegistryTest.php (100%) rename {Test => tests}/TestCase/View/HelperTest.php (100%) rename {Test => tests}/TestCase/View/Input/SelectBoxTest.php (100%) rename {Test => tests}/TestCase/View/JsonViewTest.php (100%) rename {Test => tests}/TestCase/View/StringTemplateTest.php (100%) rename {Test => tests}/TestCase/View/ViewTest.php (100%) rename {Test => tests}/TestCase/View/XmlViewTest.php (100%) rename {Test => tests}/bake_compare/Controller/ActionsUsingSessions.ctp (100%) rename {Test => tests}/bake_compare/Controller/NoActions.ctp (100%) rename {Test => tests}/bake_compare/Controller/NoHelpersOrComponents.ctp (100%) rename {Test => tests}/bake_compare/Controller/Scaffold.ctp (100%) rename {Test => tests}/init.php (80%) diff --git a/composer.json b/composer.json index 787db14bdfb..d6f9a4b40a7 100644 --- a/composer.json +++ b/composer.json @@ -27,11 +27,11 @@ }, "autoload": { "psr-4": { - "Cake\\": "Cake", - "Cake\\Test\\": "Test" + "Cake\\": "src", + "Cake\\Test\\": "tests" } }, "bin": [ - "Cake/Console/cake" + "src/Cake/Console/cake" ] } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 8b775d83d17..86bbcfbbb80 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -5,7 +5,7 @@ processIsolation="false" stopOnFailure="false" syntaxCheck="false" - bootstrap="./Test/init.php" + bootstrap="./tests/init.php" > @@ -14,14 +14,14 @@ - ./Test/TestCase/ + ./tests/TestCase/ - ./Test/TestCase/DatabaseSuite.php + ./tests/TestCase/DatabaseSuite.php - + diff --git a/Cake/Cache/Cache.php b/src/Cache/Cache.php similarity index 100% rename from Cake/Cache/Cache.php rename to src/Cache/Cache.php diff --git a/Cake/Cache/CacheEngine.php b/src/Cache/CacheEngine.php similarity index 100% rename from Cake/Cache/CacheEngine.php rename to src/Cache/CacheEngine.php diff --git a/Cake/Cache/CacheRegistry.php b/src/Cache/CacheRegistry.php similarity index 100% rename from Cake/Cache/CacheRegistry.php rename to src/Cache/CacheRegistry.php diff --git a/Cake/Cache/Engine/ApcEngine.php b/src/Cache/Engine/ApcEngine.php similarity index 100% rename from Cake/Cache/Engine/ApcEngine.php rename to src/Cache/Engine/ApcEngine.php diff --git a/Cake/Cache/Engine/FileEngine.php b/src/Cache/Engine/FileEngine.php similarity index 100% rename from Cake/Cache/Engine/FileEngine.php rename to src/Cache/Engine/FileEngine.php diff --git a/Cake/Cache/Engine/MemcachedEngine.php b/src/Cache/Engine/MemcachedEngine.php similarity index 100% rename from Cake/Cache/Engine/MemcachedEngine.php rename to src/Cache/Engine/MemcachedEngine.php diff --git a/Cake/Cache/Engine/RedisEngine.php b/src/Cache/Engine/RedisEngine.php similarity index 100% rename from Cake/Cache/Engine/RedisEngine.php rename to src/Cache/Engine/RedisEngine.php diff --git a/Cake/Cache/Engine/WincacheEngine.php b/src/Cache/Engine/WincacheEngine.php similarity index 100% rename from Cake/Cache/Engine/WincacheEngine.php rename to src/Cache/Engine/WincacheEngine.php diff --git a/Cake/Cache/Engine/XcacheEngine.php b/src/Cache/Engine/XcacheEngine.php similarity index 100% rename from Cake/Cache/Engine/XcacheEngine.php rename to src/Cache/Engine/XcacheEngine.php diff --git a/Cake/Collection/Collection.php b/src/Collection/Collection.php similarity index 100% rename from Cake/Collection/Collection.php rename to src/Collection/Collection.php diff --git a/Cake/Collection/CollectionTrait.php b/src/Collection/CollectionTrait.php similarity index 100% rename from Cake/Collection/CollectionTrait.php rename to src/Collection/CollectionTrait.php diff --git a/Cake/Collection/ExtractTrait.php b/src/Collection/ExtractTrait.php similarity index 100% rename from Cake/Collection/ExtractTrait.php rename to src/Collection/ExtractTrait.php diff --git a/Cake/Collection/Iterator/ExtractIterator.php b/src/Collection/Iterator/ExtractIterator.php similarity index 100% rename from Cake/Collection/Iterator/ExtractIterator.php rename to src/Collection/Iterator/ExtractIterator.php diff --git a/Cake/Collection/Iterator/FilterIterator.php b/src/Collection/Iterator/FilterIterator.php similarity index 100% rename from Cake/Collection/Iterator/FilterIterator.php rename to src/Collection/Iterator/FilterIterator.php diff --git a/Cake/Collection/Iterator/MapReduce.php b/src/Collection/Iterator/MapReduce.php similarity index 100% rename from Cake/Collection/Iterator/MapReduce.php rename to src/Collection/Iterator/MapReduce.php diff --git a/Cake/Collection/Iterator/ReplaceIterator.php b/src/Collection/Iterator/ReplaceIterator.php similarity index 100% rename from Cake/Collection/Iterator/ReplaceIterator.php rename to src/Collection/Iterator/ReplaceIterator.php diff --git a/Cake/Collection/Iterator/SortIterator.php b/src/Collection/Iterator/SortIterator.php similarity index 100% rename from Cake/Collection/Iterator/SortIterator.php rename to src/Collection/Iterator/SortIterator.php diff --git a/Cake/Config/cacert.pem b/src/Config/cacert.pem similarity index 100% rename from Cake/Config/cacert.pem rename to src/Config/cacert.pem diff --git a/Cake/Config/config.php b/src/Config/config.php similarity index 100% rename from Cake/Config/config.php rename to src/Config/config.php diff --git a/Cake/Config/routes.php b/src/Config/routes.php similarity index 100% rename from Cake/Config/routes.php rename to src/Config/routes.php diff --git a/Cake/Configure/ConfigEngineInterface.php b/src/Configure/ConfigEngineInterface.php similarity index 100% rename from Cake/Configure/ConfigEngineInterface.php rename to src/Configure/ConfigEngineInterface.php diff --git a/Cake/Configure/Engine/IniConfig.php b/src/Configure/Engine/IniConfig.php similarity index 100% rename from Cake/Configure/Engine/IniConfig.php rename to src/Configure/Engine/IniConfig.php diff --git a/Cake/Configure/Engine/PhpConfig.php b/src/Configure/Engine/PhpConfig.php similarity index 100% rename from Cake/Configure/Engine/PhpConfig.php rename to src/Configure/Engine/PhpConfig.php diff --git a/Cake/Console/Command/BakeShell.php b/src/Console/Command/BakeShell.php similarity index 100% rename from Cake/Console/Command/BakeShell.php rename to src/Console/Command/BakeShell.php diff --git a/Cake/Console/Command/CommandListShell.php b/src/Console/Command/CommandListShell.php similarity index 100% rename from Cake/Console/Command/CommandListShell.php rename to src/Console/Command/CommandListShell.php diff --git a/Cake/Console/Command/CompletionShell.php b/src/Console/Command/CompletionShell.php similarity index 100% rename from Cake/Console/Command/CompletionShell.php rename to src/Console/Command/CompletionShell.php diff --git a/Cake/Console/Command/I18nShell.php b/src/Console/Command/I18nShell.php similarity index 100% rename from Cake/Console/Command/I18nShell.php rename to src/Console/Command/I18nShell.php diff --git a/Cake/Console/Command/ServerShell.php b/src/Console/Command/ServerShell.php similarity index 100% rename from Cake/Console/Command/ServerShell.php rename to src/Console/Command/ServerShell.php diff --git a/Cake/Console/Command/Task/BakeTask.php b/src/Console/Command/Task/BakeTask.php similarity index 100% rename from Cake/Console/Command/Task/BakeTask.php rename to src/Console/Command/Task/BakeTask.php diff --git a/Cake/Console/Command/Task/CommandTask.php b/src/Console/Command/Task/CommandTask.php similarity index 100% rename from Cake/Console/Command/Task/CommandTask.php rename to src/Console/Command/Task/CommandTask.php diff --git a/Cake/Console/Command/Task/ControllerTask.php b/src/Console/Command/Task/ControllerTask.php similarity index 100% rename from Cake/Console/Command/Task/ControllerTask.php rename to src/Console/Command/Task/ControllerTask.php diff --git a/Cake/Console/Command/Task/DbConfigTask.php b/src/Console/Command/Task/DbConfigTask.php similarity index 100% rename from Cake/Console/Command/Task/DbConfigTask.php rename to src/Console/Command/Task/DbConfigTask.php diff --git a/Cake/Console/Command/Task/ExtractTask.php b/src/Console/Command/Task/ExtractTask.php similarity index 100% rename from Cake/Console/Command/Task/ExtractTask.php rename to src/Console/Command/Task/ExtractTask.php diff --git a/Cake/Console/Command/Task/FixtureTask.php b/src/Console/Command/Task/FixtureTask.php similarity index 100% rename from Cake/Console/Command/Task/FixtureTask.php rename to src/Console/Command/Task/FixtureTask.php diff --git a/Cake/Console/Command/Task/ModelTask.php b/src/Console/Command/Task/ModelTask.php similarity index 100% rename from Cake/Console/Command/Task/ModelTask.php rename to src/Console/Command/Task/ModelTask.php diff --git a/Cake/Console/Command/Task/PluginTask.php b/src/Console/Command/Task/PluginTask.php similarity index 100% rename from Cake/Console/Command/Task/PluginTask.php rename to src/Console/Command/Task/PluginTask.php diff --git a/Cake/Console/Command/Task/ProjectTask.php b/src/Console/Command/Task/ProjectTask.php similarity index 100% rename from Cake/Console/Command/Task/ProjectTask.php rename to src/Console/Command/Task/ProjectTask.php diff --git a/Cake/Console/Command/Task/TemplateTask.php b/src/Console/Command/Task/TemplateTask.php similarity index 100% rename from Cake/Console/Command/Task/TemplateTask.php rename to src/Console/Command/Task/TemplateTask.php diff --git a/Cake/Console/Command/Task/TestTask.php b/src/Console/Command/Task/TestTask.php similarity index 100% rename from Cake/Console/Command/Task/TestTask.php rename to src/Console/Command/Task/TestTask.php diff --git a/Cake/Console/Command/Task/ViewTask.php b/src/Console/Command/Task/ViewTask.php similarity index 100% rename from Cake/Console/Command/Task/ViewTask.php rename to src/Console/Command/Task/ViewTask.php diff --git a/Cake/Console/Command/TestShell.php b/src/Console/Command/TestShell.php similarity index 97% rename from Cake/Console/Command/TestShell.php rename to src/Console/Command/TestShell.php index b6ae00272db..efd9673bc08 100644 --- a/Cake/Console/Command/TestShell.php +++ b/src/Console/Command/TestShell.php @@ -379,7 +379,7 @@ protected function _mapFileToCase($file, $category, $throwOnMissingFile = true) $testCase = str_replace(DS, '/', $file); $testCase = preg_replace('@.*lib/Cake/@', '', $file); $testCase[0] = strtoupper($testCase[0]); - $testFile = ROOT . '/Test/TestCase/' . $testCase . 'Test.php'; + $testFile = ROOT . '/tests/TestCase/' . $testCase . 'Test.php'; if (!file_exists($testFile) && $throwOnMissingFile) { throw new \Exception(sprintf('Test case %s not found', $testFile)); @@ -389,11 +389,11 @@ protected function _mapFileToCase($file, $category, $throwOnMissingFile = true) } if ($category === 'app') { - $testFile = str_replace(APP, APP . 'Test/TestCase/', $file) . 'Test.php'; + $testFile = str_replace(APP, APP . 'tests/TestCase/', $file) . 'Test.php'; } else { $testFile = preg_replace( "@((?:plugins|Plugin)[\\/]{$category}[\\/])(.*)$@", - '\1Test/TestCase/\2Test.php', + '\1tests/TestCase/\2Test.php', $file ); } @@ -404,7 +404,7 @@ protected function _mapFileToCase($file, $category, $throwOnMissingFile = true) $testCase = substr($testFile, 0, -8); $testCase = str_replace(DS, '/', $testCase); - $testCase = preg_replace('@.*Test/TestCase/@', '', $testCase); + $testCase = preg_replace('@.*tests/TestCase/@', '', $testCase); return $testCase; } @@ -428,6 +428,11 @@ protected function _mapFileToCategory($file) { if (strpos($file, APP) !== false) { return 'app'; } + $file = preg_replace( + ['#^Cake/#', '#^Test/#'], + ['src/', 'tests/'], + $file + ); if (file_exists(ROOT . DS . $file) || strpos($file, ROOT . DS) !== false) { return 'core'; } diff --git a/Cake/Console/Command/UpgradeShell.php b/src/Console/Command/UpgradeShell.php similarity index 100% rename from Cake/Console/Command/UpgradeShell.php rename to src/Console/Command/UpgradeShell.php diff --git a/Cake/Console/ConsoleErrorHandler.php b/src/Console/ConsoleErrorHandler.php similarity index 100% rename from Cake/Console/ConsoleErrorHandler.php rename to src/Console/ConsoleErrorHandler.php diff --git a/Cake/Console/ConsoleInput.php b/src/Console/ConsoleInput.php similarity index 100% rename from Cake/Console/ConsoleInput.php rename to src/Console/ConsoleInput.php diff --git a/Cake/Console/ConsoleInputArgument.php b/src/Console/ConsoleInputArgument.php similarity index 100% rename from Cake/Console/ConsoleInputArgument.php rename to src/Console/ConsoleInputArgument.php diff --git a/Cake/Console/ConsoleInputOption.php b/src/Console/ConsoleInputOption.php similarity index 100% rename from Cake/Console/ConsoleInputOption.php rename to src/Console/ConsoleInputOption.php diff --git a/Cake/Console/ConsoleInputSubcommand.php b/src/Console/ConsoleInputSubcommand.php similarity index 100% rename from Cake/Console/ConsoleInputSubcommand.php rename to src/Console/ConsoleInputSubcommand.php diff --git a/Cake/Console/ConsoleOptionParser.php b/src/Console/ConsoleOptionParser.php similarity index 100% rename from Cake/Console/ConsoleOptionParser.php rename to src/Console/ConsoleOptionParser.php diff --git a/Cake/Console/ConsoleOutput.php b/src/Console/ConsoleOutput.php similarity index 100% rename from Cake/Console/ConsoleOutput.php rename to src/Console/ConsoleOutput.php diff --git a/Cake/Console/HelpFormatter.php b/src/Console/HelpFormatter.php similarity index 100% rename from Cake/Console/HelpFormatter.php rename to src/Console/HelpFormatter.php diff --git a/Cake/Console/Shell.php b/src/Console/Shell.php similarity index 100% rename from Cake/Console/Shell.php rename to src/Console/Shell.php diff --git a/Cake/Console/ShellDispatcher.php b/src/Console/ShellDispatcher.php similarity index 100% rename from Cake/Console/ShellDispatcher.php rename to src/Console/ShellDispatcher.php diff --git a/Cake/Console/TaskRegistry.php b/src/Console/TaskRegistry.php similarity index 100% rename from Cake/Console/TaskRegistry.php rename to src/Console/TaskRegistry.php diff --git a/Cake/Console/Templates/default/actions/controller_actions.ctp b/src/Console/Templates/default/actions/controller_actions.ctp similarity index 100% rename from Cake/Console/Templates/default/actions/controller_actions.ctp rename to src/Console/Templates/default/actions/controller_actions.ctp diff --git a/Cake/Console/Templates/default/classes/controller.ctp b/src/Console/Templates/default/classes/controller.ctp similarity index 100% rename from Cake/Console/Templates/default/classes/controller.ctp rename to src/Console/Templates/default/classes/controller.ctp diff --git a/Cake/Console/Templates/default/classes/fixture.ctp b/src/Console/Templates/default/classes/fixture.ctp similarity index 100% rename from Cake/Console/Templates/default/classes/fixture.ctp rename to src/Console/Templates/default/classes/fixture.ctp diff --git a/Cake/Console/Templates/default/classes/model.ctp b/src/Console/Templates/default/classes/model.ctp similarity index 100% rename from Cake/Console/Templates/default/classes/model.ctp rename to src/Console/Templates/default/classes/model.ctp diff --git a/Cake/Console/Templates/default/classes/test.ctp b/src/Console/Templates/default/classes/test.ctp similarity index 100% rename from Cake/Console/Templates/default/classes/test.ctp rename to src/Console/Templates/default/classes/test.ctp diff --git a/Cake/Console/Templates/default/views/form.ctp b/src/Console/Templates/default/views/form.ctp similarity index 100% rename from Cake/Console/Templates/default/views/form.ctp rename to src/Console/Templates/default/views/form.ctp diff --git a/Cake/Console/Templates/default/views/index.ctp b/src/Console/Templates/default/views/index.ctp similarity index 100% rename from Cake/Console/Templates/default/views/index.ctp rename to src/Console/Templates/default/views/index.ctp diff --git a/Cake/Console/Templates/default/views/view.ctp b/src/Console/Templates/default/views/view.ctp similarity index 100% rename from Cake/Console/Templates/default/views/view.ctp rename to src/Console/Templates/default/views/view.ctp diff --git a/Cake/Console/cake b/src/Console/cake similarity index 100% rename from Cake/Console/cake rename to src/Console/cake diff --git a/Cake/Console/cake.bat b/src/Console/cake.bat similarity index 100% rename from Cake/Console/cake.bat rename to src/Console/cake.bat diff --git a/Cake/Console/cake.php b/src/Console/cake.php similarity index 100% rename from Cake/Console/cake.php rename to src/Console/cake.php diff --git a/Cake/Controller/Component.php b/src/Controller/Component.php similarity index 100% rename from Cake/Controller/Component.php rename to src/Controller/Component.php diff --git a/Cake/Controller/Component/Acl/AclInterface.php b/src/Controller/Component/Acl/AclInterface.php similarity index 100% rename from Cake/Controller/Component/Acl/AclInterface.php rename to src/Controller/Component/Acl/AclInterface.php diff --git a/Cake/Controller/Component/Acl/IniAcl.php b/src/Controller/Component/Acl/IniAcl.php similarity index 100% rename from Cake/Controller/Component/Acl/IniAcl.php rename to src/Controller/Component/Acl/IniAcl.php diff --git a/Cake/Controller/Component/Acl/PhpAcl.php b/src/Controller/Component/Acl/PhpAcl.php similarity index 100% rename from Cake/Controller/Component/Acl/PhpAcl.php rename to src/Controller/Component/Acl/PhpAcl.php diff --git a/Cake/Controller/Component/AclComponent.php b/src/Controller/Component/AclComponent.php similarity index 100% rename from Cake/Controller/Component/AclComponent.php rename to src/Controller/Component/AclComponent.php diff --git a/Cake/Controller/Component/Auth/AbstractPasswordHasher.php b/src/Controller/Component/Auth/AbstractPasswordHasher.php similarity index 100% rename from Cake/Controller/Component/Auth/AbstractPasswordHasher.php rename to src/Controller/Component/Auth/AbstractPasswordHasher.php diff --git a/Cake/Controller/Component/Auth/ActionsAuthorize.php b/src/Controller/Component/Auth/ActionsAuthorize.php similarity index 100% rename from Cake/Controller/Component/Auth/ActionsAuthorize.php rename to src/Controller/Component/Auth/ActionsAuthorize.php diff --git a/Cake/Controller/Component/Auth/BaseAuthenticate.php b/src/Controller/Component/Auth/BaseAuthenticate.php similarity index 100% rename from Cake/Controller/Component/Auth/BaseAuthenticate.php rename to src/Controller/Component/Auth/BaseAuthenticate.php diff --git a/Cake/Controller/Component/Auth/BaseAuthorize.php b/src/Controller/Component/Auth/BaseAuthorize.php similarity index 100% rename from Cake/Controller/Component/Auth/BaseAuthorize.php rename to src/Controller/Component/Auth/BaseAuthorize.php diff --git a/Cake/Controller/Component/Auth/BasicAuthenticate.php b/src/Controller/Component/Auth/BasicAuthenticate.php similarity index 100% rename from Cake/Controller/Component/Auth/BasicAuthenticate.php rename to src/Controller/Component/Auth/BasicAuthenticate.php diff --git a/Cake/Controller/Component/Auth/BlowfishPasswordHasher.php b/src/Controller/Component/Auth/BlowfishPasswordHasher.php similarity index 100% rename from Cake/Controller/Component/Auth/BlowfishPasswordHasher.php rename to src/Controller/Component/Auth/BlowfishPasswordHasher.php diff --git a/Cake/Controller/Component/Auth/ControllerAuthorize.php b/src/Controller/Component/Auth/ControllerAuthorize.php similarity index 100% rename from Cake/Controller/Component/Auth/ControllerAuthorize.php rename to src/Controller/Component/Auth/ControllerAuthorize.php diff --git a/Cake/Controller/Component/Auth/CrudAuthorize.php b/src/Controller/Component/Auth/CrudAuthorize.php similarity index 100% rename from Cake/Controller/Component/Auth/CrudAuthorize.php rename to src/Controller/Component/Auth/CrudAuthorize.php diff --git a/Cake/Controller/Component/Auth/DigestAuthenticate.php b/src/Controller/Component/Auth/DigestAuthenticate.php similarity index 100% rename from Cake/Controller/Component/Auth/DigestAuthenticate.php rename to src/Controller/Component/Auth/DigestAuthenticate.php diff --git a/Cake/Controller/Component/Auth/FormAuthenticate.php b/src/Controller/Component/Auth/FormAuthenticate.php similarity index 100% rename from Cake/Controller/Component/Auth/FormAuthenticate.php rename to src/Controller/Component/Auth/FormAuthenticate.php diff --git a/Cake/Controller/Component/Auth/SimplePasswordHasher.php b/src/Controller/Component/Auth/SimplePasswordHasher.php similarity index 100% rename from Cake/Controller/Component/Auth/SimplePasswordHasher.php rename to src/Controller/Component/Auth/SimplePasswordHasher.php diff --git a/Cake/Controller/Component/AuthComponent.php b/src/Controller/Component/AuthComponent.php similarity index 100% rename from Cake/Controller/Component/AuthComponent.php rename to src/Controller/Component/AuthComponent.php diff --git a/Cake/Controller/Component/CookieComponent.php b/src/Controller/Component/CookieComponent.php similarity index 100% rename from Cake/Controller/Component/CookieComponent.php rename to src/Controller/Component/CookieComponent.php diff --git a/Cake/Controller/Component/CsrfComponent.php b/src/Controller/Component/CsrfComponent.php similarity index 100% rename from Cake/Controller/Component/CsrfComponent.php rename to src/Controller/Component/CsrfComponent.php diff --git a/Cake/Controller/Component/PaginatorComponent.php b/src/Controller/Component/PaginatorComponent.php similarity index 100% rename from Cake/Controller/Component/PaginatorComponent.php rename to src/Controller/Component/PaginatorComponent.php diff --git a/Cake/Controller/Component/RequestHandlerComponent.php b/src/Controller/Component/RequestHandlerComponent.php similarity index 100% rename from Cake/Controller/Component/RequestHandlerComponent.php rename to src/Controller/Component/RequestHandlerComponent.php diff --git a/Cake/Controller/Component/SecurityComponent.php b/src/Controller/Component/SecurityComponent.php similarity index 100% rename from Cake/Controller/Component/SecurityComponent.php rename to src/Controller/Component/SecurityComponent.php diff --git a/Cake/Controller/Component/SessionComponent.php b/src/Controller/Component/SessionComponent.php similarity index 100% rename from Cake/Controller/Component/SessionComponent.php rename to src/Controller/Component/SessionComponent.php diff --git a/Cake/Controller/ComponentRegistry.php b/src/Controller/ComponentRegistry.php similarity index 100% rename from Cake/Controller/ComponentRegistry.php rename to src/Controller/ComponentRegistry.php diff --git a/Cake/Controller/Controller.php b/src/Controller/Controller.php similarity index 100% rename from Cake/Controller/Controller.php rename to src/Controller/Controller.php diff --git a/Cake/Controller/ErrorController.php b/src/Controller/ErrorController.php similarity index 100% rename from Cake/Controller/ErrorController.php rename to src/Controller/ErrorController.php diff --git a/Cake/Core/App.php b/src/Core/App.php similarity index 100% rename from Cake/Core/App.php rename to src/Core/App.php diff --git a/Cake/Core/ClassLoader.php b/src/Core/ClassLoader.php similarity index 100% rename from Cake/Core/ClassLoader.php rename to src/Core/ClassLoader.php diff --git a/Cake/Core/Configure.php b/src/Core/Configure.php similarity index 100% rename from Cake/Core/Configure.php rename to src/Core/Configure.php diff --git a/Cake/Core/Object.php b/src/Core/Object.php similarity index 100% rename from Cake/Core/Object.php rename to src/Core/Object.php diff --git a/Cake/Core/Plugin.php b/src/Core/Plugin.php similarity index 100% rename from Cake/Core/Plugin.php rename to src/Core/Plugin.php diff --git a/Cake/Core/StaticConfigTrait.php b/src/Core/StaticConfigTrait.php similarity index 100% rename from Cake/Core/StaticConfigTrait.php rename to src/Core/StaticConfigTrait.php diff --git a/Cake/Database/Connection.php b/src/Database/Connection.php similarity index 100% rename from Cake/Database/Connection.php rename to src/Database/Connection.php diff --git a/Cake/Database/ConnectionManager.php b/src/Database/ConnectionManager.php similarity index 100% rename from Cake/Database/ConnectionManager.php rename to src/Database/ConnectionManager.php diff --git a/Cake/Database/ConnectionRegistry.php b/src/Database/ConnectionRegistry.php similarity index 100% rename from Cake/Database/ConnectionRegistry.php rename to src/Database/ConnectionRegistry.php diff --git a/Cake/Database/Dialect/MysqlDialectTrait.php b/src/Database/Dialect/MysqlDialectTrait.php similarity index 100% rename from Cake/Database/Dialect/MysqlDialectTrait.php rename to src/Database/Dialect/MysqlDialectTrait.php diff --git a/Cake/Database/Dialect/PostgresDialectTrait.php b/src/Database/Dialect/PostgresDialectTrait.php similarity index 100% rename from Cake/Database/Dialect/PostgresDialectTrait.php rename to src/Database/Dialect/PostgresDialectTrait.php diff --git a/Cake/Database/Dialect/SqliteDialectTrait.php b/src/Database/Dialect/SqliteDialectTrait.php similarity index 100% rename from Cake/Database/Dialect/SqliteDialectTrait.php rename to src/Database/Dialect/SqliteDialectTrait.php diff --git a/Cake/Database/Driver.php b/src/Database/Driver.php similarity index 100% rename from Cake/Database/Driver.php rename to src/Database/Driver.php diff --git a/Cake/Database/Driver/Mysql.php b/src/Database/Driver/Mysql.php similarity index 100% rename from Cake/Database/Driver/Mysql.php rename to src/Database/Driver/Mysql.php diff --git a/Cake/Database/Driver/PDODriverTrait.php b/src/Database/Driver/PDODriverTrait.php similarity index 100% rename from Cake/Database/Driver/PDODriverTrait.php rename to src/Database/Driver/PDODriverTrait.php diff --git a/Cake/Database/Driver/Postgres.php b/src/Database/Driver/Postgres.php similarity index 100% rename from Cake/Database/Driver/Postgres.php rename to src/Database/Driver/Postgres.php diff --git a/Cake/Database/Driver/Sqlite.php b/src/Database/Driver/Sqlite.php similarity index 100% rename from Cake/Database/Driver/Sqlite.php rename to src/Database/Driver/Sqlite.php diff --git a/Cake/Database/Exception.php b/src/Database/Exception.php similarity index 100% rename from Cake/Database/Exception.php rename to src/Database/Exception.php diff --git a/Cake/Database/Exception/MissingConnectionException.php b/src/Database/Exception/MissingConnectionException.php similarity index 100% rename from Cake/Database/Exception/MissingConnectionException.php rename to src/Database/Exception/MissingConnectionException.php diff --git a/Cake/Database/Exception/MissingDriverException.php b/src/Database/Exception/MissingDriverException.php similarity index 100% rename from Cake/Database/Exception/MissingDriverException.php rename to src/Database/Exception/MissingDriverException.php diff --git a/Cake/Database/Exception/MissingExtensionException.php b/src/Database/Exception/MissingExtensionException.php similarity index 100% rename from Cake/Database/Exception/MissingExtensionException.php rename to src/Database/Exception/MissingExtensionException.php diff --git a/Cake/Database/Expression/Comparison.php b/src/Database/Expression/Comparison.php similarity index 100% rename from Cake/Database/Expression/Comparison.php rename to src/Database/Expression/Comparison.php diff --git a/Cake/Database/Expression/FunctionExpression.php b/src/Database/Expression/FunctionExpression.php similarity index 100% rename from Cake/Database/Expression/FunctionExpression.php rename to src/Database/Expression/FunctionExpression.php diff --git a/Cake/Database/Expression/IdentifierExpression.php b/src/Database/Expression/IdentifierExpression.php similarity index 100% rename from Cake/Database/Expression/IdentifierExpression.php rename to src/Database/Expression/IdentifierExpression.php diff --git a/Cake/Database/Expression/OrderByExpression.php b/src/Database/Expression/OrderByExpression.php similarity index 100% rename from Cake/Database/Expression/OrderByExpression.php rename to src/Database/Expression/OrderByExpression.php diff --git a/Cake/Database/Expression/QueryExpression.php b/src/Database/Expression/QueryExpression.php similarity index 100% rename from Cake/Database/Expression/QueryExpression.php rename to src/Database/Expression/QueryExpression.php diff --git a/Cake/Database/Expression/UnaryExpression.php b/src/Database/Expression/UnaryExpression.php similarity index 100% rename from Cake/Database/Expression/UnaryExpression.php rename to src/Database/Expression/UnaryExpression.php diff --git a/Cake/Database/Expression/ValuesExpression.php b/src/Database/Expression/ValuesExpression.php similarity index 100% rename from Cake/Database/Expression/ValuesExpression.php rename to src/Database/Expression/ValuesExpression.php diff --git a/Cake/Database/ExpressionInterface.php b/src/Database/ExpressionInterface.php similarity index 100% rename from Cake/Database/ExpressionInterface.php rename to src/Database/ExpressionInterface.php diff --git a/Cake/Database/FunctionsBuilder.php b/src/Database/FunctionsBuilder.php similarity index 100% rename from Cake/Database/FunctionsBuilder.php rename to src/Database/FunctionsBuilder.php diff --git a/Cake/Database/IdentifierQuoter.php b/src/Database/IdentifierQuoter.php similarity index 100% rename from Cake/Database/IdentifierQuoter.php rename to src/Database/IdentifierQuoter.php diff --git a/Cake/Database/Log/LoggedQuery.php b/src/Database/Log/LoggedQuery.php similarity index 100% rename from Cake/Database/Log/LoggedQuery.php rename to src/Database/Log/LoggedQuery.php diff --git a/Cake/Database/Log/LoggingStatement.php b/src/Database/Log/LoggingStatement.php similarity index 100% rename from Cake/Database/Log/LoggingStatement.php rename to src/Database/Log/LoggingStatement.php diff --git a/Cake/Database/Log/QueryLogger.php b/src/Database/Log/QueryLogger.php similarity index 100% rename from Cake/Database/Log/QueryLogger.php rename to src/Database/Log/QueryLogger.php diff --git a/Cake/Database/Query.php b/src/Database/Query.php similarity index 100% rename from Cake/Database/Query.php rename to src/Database/Query.php diff --git a/Cake/Database/Schema/BaseSchema.php b/src/Database/Schema/BaseSchema.php similarity index 100% rename from Cake/Database/Schema/BaseSchema.php rename to src/Database/Schema/BaseSchema.php diff --git a/Cake/Database/Schema/Collection.php b/src/Database/Schema/Collection.php similarity index 100% rename from Cake/Database/Schema/Collection.php rename to src/Database/Schema/Collection.php diff --git a/Cake/Database/Schema/MysqlSchema.php b/src/Database/Schema/MysqlSchema.php similarity index 100% rename from Cake/Database/Schema/MysqlSchema.php rename to src/Database/Schema/MysqlSchema.php diff --git a/Cake/Database/Schema/PostgresSchema.php b/src/Database/Schema/PostgresSchema.php similarity index 100% rename from Cake/Database/Schema/PostgresSchema.php rename to src/Database/Schema/PostgresSchema.php diff --git a/Cake/Database/Schema/SqliteSchema.php b/src/Database/Schema/SqliteSchema.php similarity index 100% rename from Cake/Database/Schema/SqliteSchema.php rename to src/Database/Schema/SqliteSchema.php diff --git a/Cake/Database/Schema/Table.php b/src/Database/Schema/Table.php similarity index 100% rename from Cake/Database/Schema/Table.php rename to src/Database/Schema/Table.php diff --git a/Cake/Database/SqlDialectTrait.php b/src/Database/SqlDialectTrait.php similarity index 100% rename from Cake/Database/SqlDialectTrait.php rename to src/Database/SqlDialectTrait.php diff --git a/Cake/Database/Statement/BufferedStatement.php b/src/Database/Statement/BufferedStatement.php similarity index 100% rename from Cake/Database/Statement/BufferedStatement.php rename to src/Database/Statement/BufferedStatement.php diff --git a/Cake/Database/Statement/CallbackStatement.php b/src/Database/Statement/CallbackStatement.php similarity index 100% rename from Cake/Database/Statement/CallbackStatement.php rename to src/Database/Statement/CallbackStatement.php diff --git a/Cake/Database/Statement/PDOStatement.php b/src/Database/Statement/PDOStatement.php similarity index 100% rename from Cake/Database/Statement/PDOStatement.php rename to src/Database/Statement/PDOStatement.php diff --git a/Cake/Database/Statement/SqliteStatement.php b/src/Database/Statement/SqliteStatement.php similarity index 100% rename from Cake/Database/Statement/SqliteStatement.php rename to src/Database/Statement/SqliteStatement.php diff --git a/Cake/Database/Statement/StatementDecorator.php b/src/Database/Statement/StatementDecorator.php similarity index 100% rename from Cake/Database/Statement/StatementDecorator.php rename to src/Database/Statement/StatementDecorator.php diff --git a/Cake/Database/StatementInterface.php b/src/Database/StatementInterface.php similarity index 100% rename from Cake/Database/StatementInterface.php rename to src/Database/StatementInterface.php diff --git a/Cake/Database/Type.php b/src/Database/Type.php similarity index 100% rename from Cake/Database/Type.php rename to src/Database/Type.php diff --git a/Cake/Database/Type/BinaryType.php b/src/Database/Type/BinaryType.php similarity index 100% rename from Cake/Database/Type/BinaryType.php rename to src/Database/Type/BinaryType.php diff --git a/Cake/Database/Type/DateTimeType.php b/src/Database/Type/DateTimeType.php similarity index 100% rename from Cake/Database/Type/DateTimeType.php rename to src/Database/Type/DateTimeType.php diff --git a/Cake/Database/Type/DateType.php b/src/Database/Type/DateType.php similarity index 100% rename from Cake/Database/Type/DateType.php rename to src/Database/Type/DateType.php diff --git a/Cake/Database/Type/UuidType.php b/src/Database/Type/UuidType.php similarity index 100% rename from Cake/Database/Type/UuidType.php rename to src/Database/Type/UuidType.php diff --git a/Cake/Database/TypeConverterTrait.php b/src/Database/TypeConverterTrait.php similarity index 100% rename from Cake/Database/TypeConverterTrait.php rename to src/Database/TypeConverterTrait.php diff --git a/Cake/Database/ValueBinder.php b/src/Database/ValueBinder.php similarity index 100% rename from Cake/Database/ValueBinder.php rename to src/Database/ValueBinder.php diff --git a/Cake/Error/AclException.php b/src/Error/AclException.php similarity index 100% rename from Cake/Error/AclException.php rename to src/Error/AclException.php diff --git a/Cake/Error/BadRequestException.php b/src/Error/BadRequestException.php similarity index 100% rename from Cake/Error/BadRequestException.php rename to src/Error/BadRequestException.php diff --git a/Cake/Error/BaseErrorHandler.php b/src/Error/BaseErrorHandler.php similarity index 100% rename from Cake/Error/BaseErrorHandler.php rename to src/Error/BaseErrorHandler.php diff --git a/Cake/Error/BaseException.php b/src/Error/BaseException.php similarity index 100% rename from Cake/Error/BaseException.php rename to src/Error/BaseException.php diff --git a/Cake/Error/ConfigureException.php b/src/Error/ConfigureException.php similarity index 100% rename from Cake/Error/ConfigureException.php rename to src/Error/ConfigureException.php diff --git a/Cake/Error/ConsoleException.php b/src/Error/ConsoleException.php similarity index 100% rename from Cake/Error/ConsoleException.php rename to src/Error/ConsoleException.php diff --git a/Cake/Error/ErrorHandler.php b/src/Error/ErrorHandler.php similarity index 100% rename from Cake/Error/ErrorHandler.php rename to src/Error/ErrorHandler.php diff --git a/Cake/Error/Exception.php b/src/Error/Exception.php similarity index 100% rename from Cake/Error/Exception.php rename to src/Error/Exception.php diff --git a/Cake/Error/ExceptionRenderer.php b/src/Error/ExceptionRenderer.php similarity index 100% rename from Cake/Error/ExceptionRenderer.php rename to src/Error/ExceptionRenderer.php diff --git a/Cake/Error/FatalErrorException.php b/src/Error/FatalErrorException.php similarity index 100% rename from Cake/Error/FatalErrorException.php rename to src/Error/FatalErrorException.php diff --git a/Cake/Error/ForbiddenException.php b/src/Error/ForbiddenException.php similarity index 100% rename from Cake/Error/ForbiddenException.php rename to src/Error/ForbiddenException.php diff --git a/Cake/Error/HttpException.php b/src/Error/HttpException.php similarity index 100% rename from Cake/Error/HttpException.php rename to src/Error/HttpException.php diff --git a/Cake/Error/InternalErrorException.php b/src/Error/InternalErrorException.php similarity index 100% rename from Cake/Error/InternalErrorException.php rename to src/Error/InternalErrorException.php diff --git a/Cake/Error/MethodNotAllowedException.php b/src/Error/MethodNotAllowedException.php similarity index 100% rename from Cake/Error/MethodNotAllowedException.php rename to src/Error/MethodNotAllowedException.php diff --git a/Cake/Error/MissingActionException.php b/src/Error/MissingActionException.php similarity index 100% rename from Cake/Error/MissingActionException.php rename to src/Error/MissingActionException.php diff --git a/Cake/Error/MissingBehaviorException.php b/src/Error/MissingBehaviorException.php similarity index 100% rename from Cake/Error/MissingBehaviorException.php rename to src/Error/MissingBehaviorException.php diff --git a/Cake/Error/MissingComponentException.php b/src/Error/MissingComponentException.php similarity index 100% rename from Cake/Error/MissingComponentException.php rename to src/Error/MissingComponentException.php diff --git a/Cake/Error/MissingConnectionException.php b/src/Error/MissingConnectionException.php similarity index 100% rename from Cake/Error/MissingConnectionException.php rename to src/Error/MissingConnectionException.php diff --git a/Cake/Error/MissingControllerException.php b/src/Error/MissingControllerException.php similarity index 100% rename from Cake/Error/MissingControllerException.php rename to src/Error/MissingControllerException.php diff --git a/Cake/Error/MissingDatabaseException.php b/src/Error/MissingDatabaseException.php similarity index 100% rename from Cake/Error/MissingDatabaseException.php rename to src/Error/MissingDatabaseException.php diff --git a/Cake/Error/MissingDatasourceConfigException.php b/src/Error/MissingDatasourceConfigException.php similarity index 100% rename from Cake/Error/MissingDatasourceConfigException.php rename to src/Error/MissingDatasourceConfigException.php diff --git a/Cake/Error/MissingDatasourceException.php b/src/Error/MissingDatasourceException.php similarity index 100% rename from Cake/Error/MissingDatasourceException.php rename to src/Error/MissingDatasourceException.php diff --git a/Cake/Error/MissingDispatcherFilterException.php b/src/Error/MissingDispatcherFilterException.php similarity index 100% rename from Cake/Error/MissingDispatcherFilterException.php rename to src/Error/MissingDispatcherFilterException.php diff --git a/Cake/Error/MissingHelperException.php b/src/Error/MissingHelperException.php similarity index 100% rename from Cake/Error/MissingHelperException.php rename to src/Error/MissingHelperException.php diff --git a/Cake/Error/MissingLayoutException.php b/src/Error/MissingLayoutException.php similarity index 100% rename from Cake/Error/MissingLayoutException.php rename to src/Error/MissingLayoutException.php diff --git a/Cake/Error/MissingPluginException.php b/src/Error/MissingPluginException.php similarity index 100% rename from Cake/Error/MissingPluginException.php rename to src/Error/MissingPluginException.php diff --git a/Cake/Error/MissingShellException.php b/src/Error/MissingShellException.php similarity index 100% rename from Cake/Error/MissingShellException.php rename to src/Error/MissingShellException.php diff --git a/Cake/Error/MissingShellMethodException.php b/src/Error/MissingShellMethodException.php similarity index 100% rename from Cake/Error/MissingShellMethodException.php rename to src/Error/MissingShellMethodException.php diff --git a/Cake/Error/MissingTableException.php b/src/Error/MissingTableException.php similarity index 100% rename from Cake/Error/MissingTableException.php rename to src/Error/MissingTableException.php diff --git a/Cake/Error/MissingTaskException.php b/src/Error/MissingTaskException.php similarity index 100% rename from Cake/Error/MissingTaskException.php rename to src/Error/MissingTaskException.php diff --git a/Cake/Error/MissingTestLoaderException.php b/src/Error/MissingTestLoaderException.php similarity index 100% rename from Cake/Error/MissingTestLoaderException.php rename to src/Error/MissingTestLoaderException.php diff --git a/Cake/Error/MissingViewException.php b/src/Error/MissingViewException.php similarity index 100% rename from Cake/Error/MissingViewException.php rename to src/Error/MissingViewException.php diff --git a/Cake/Error/NotFoundException.php b/src/Error/NotFoundException.php similarity index 100% rename from Cake/Error/NotFoundException.php rename to src/Error/NotFoundException.php diff --git a/Cake/Error/NotImplementedException.php b/src/Error/NotImplementedException.php similarity index 100% rename from Cake/Error/NotImplementedException.php rename to src/Error/NotImplementedException.php diff --git a/Cake/Error/PrivateActionException.php b/src/Error/PrivateActionException.php similarity index 100% rename from Cake/Error/PrivateActionException.php rename to src/Error/PrivateActionException.php diff --git a/Cake/Error/SocketException.php b/src/Error/SocketException.php similarity index 100% rename from Cake/Error/SocketException.php rename to src/Error/SocketException.php diff --git a/Cake/Error/UnauthorizedException.php b/src/Error/UnauthorizedException.php similarity index 100% rename from Cake/Error/UnauthorizedException.php rename to src/Error/UnauthorizedException.php diff --git a/Cake/Error/XmlException.php b/src/Error/XmlException.php similarity index 100% rename from Cake/Error/XmlException.php rename to src/Error/XmlException.php diff --git a/Cake/Event/Event.php b/src/Event/Event.php similarity index 100% rename from Cake/Event/Event.php rename to src/Event/Event.php diff --git a/Cake/Event/EventListener.php b/src/Event/EventListener.php similarity index 100% rename from Cake/Event/EventListener.php rename to src/Event/EventListener.php diff --git a/Cake/Event/EventManager.php b/src/Event/EventManager.php similarity index 100% rename from Cake/Event/EventManager.php rename to src/Event/EventManager.php diff --git a/Cake/I18n/I18n.php b/src/I18n/I18n.php similarity index 100% rename from Cake/I18n/I18n.php rename to src/I18n/I18n.php diff --git a/Cake/I18n/L10n.php b/src/I18n/L10n.php similarity index 100% rename from Cake/I18n/L10n.php rename to src/I18n/L10n.php diff --git a/Cake/Log/Engine/BaseLog.php b/src/Log/Engine/BaseLog.php similarity index 100% rename from Cake/Log/Engine/BaseLog.php rename to src/Log/Engine/BaseLog.php diff --git a/Cake/Log/Engine/ConsoleLog.php b/src/Log/Engine/ConsoleLog.php similarity index 100% rename from Cake/Log/Engine/ConsoleLog.php rename to src/Log/Engine/ConsoleLog.php diff --git a/Cake/Log/Engine/FileLog.php b/src/Log/Engine/FileLog.php similarity index 100% rename from Cake/Log/Engine/FileLog.php rename to src/Log/Engine/FileLog.php diff --git a/Cake/Log/Engine/SyslogLog.php b/src/Log/Engine/SyslogLog.php similarity index 100% rename from Cake/Log/Engine/SyslogLog.php rename to src/Log/Engine/SyslogLog.php diff --git a/Cake/Log/Log.php b/src/Log/Log.php similarity index 100% rename from Cake/Log/Log.php rename to src/Log/Log.php diff --git a/Cake/Log/LogEngineRegistry.php b/src/Log/LogEngineRegistry.php similarity index 100% rename from Cake/Log/LogEngineRegistry.php rename to src/Log/LogEngineRegistry.php diff --git a/Cake/Log/LogInterface.php b/src/Log/LogInterface.php similarity index 100% rename from Cake/Log/LogInterface.php rename to src/Log/LogInterface.php diff --git a/Cake/Log/LogTrait.php b/src/Log/LogTrait.php similarity index 100% rename from Cake/Log/LogTrait.php rename to src/Log/LogTrait.php diff --git a/Cake/Model/Behavior/CounterCacheBehavior.php b/src/Model/Behavior/CounterCacheBehavior.php similarity index 100% rename from Cake/Model/Behavior/CounterCacheBehavior.php rename to src/Model/Behavior/CounterCacheBehavior.php diff --git a/Cake/Model/Behavior/TimestampBehavior.php b/src/Model/Behavior/TimestampBehavior.php similarity index 100% rename from Cake/Model/Behavior/TimestampBehavior.php rename to src/Model/Behavior/TimestampBehavior.php diff --git a/Cake/Network/Email/AbstractTransport.php b/src/Network/Email/AbstractTransport.php similarity index 100% rename from Cake/Network/Email/AbstractTransport.php rename to src/Network/Email/AbstractTransport.php diff --git a/Cake/Network/Email/DebugTransport.php b/src/Network/Email/DebugTransport.php similarity index 100% rename from Cake/Network/Email/DebugTransport.php rename to src/Network/Email/DebugTransport.php diff --git a/Cake/Network/Email/Email.php b/src/Network/Email/Email.php similarity index 100% rename from Cake/Network/Email/Email.php rename to src/Network/Email/Email.php diff --git a/Cake/Network/Email/MailTransport.php b/src/Network/Email/MailTransport.php similarity index 100% rename from Cake/Network/Email/MailTransport.php rename to src/Network/Email/MailTransport.php diff --git a/Cake/Network/Email/SmtpTransport.php b/src/Network/Email/SmtpTransport.php similarity index 100% rename from Cake/Network/Email/SmtpTransport.php rename to src/Network/Email/SmtpTransport.php diff --git a/Cake/Network/Http/Adapter/Stream.php b/src/Network/Http/Adapter/Stream.php similarity index 100% rename from Cake/Network/Http/Adapter/Stream.php rename to src/Network/Http/Adapter/Stream.php diff --git a/Cake/Network/Http/Auth/Basic.php b/src/Network/Http/Auth/Basic.php similarity index 100% rename from Cake/Network/Http/Auth/Basic.php rename to src/Network/Http/Auth/Basic.php diff --git a/Cake/Network/Http/Auth/Digest.php b/src/Network/Http/Auth/Digest.php similarity index 100% rename from Cake/Network/Http/Auth/Digest.php rename to src/Network/Http/Auth/Digest.php diff --git a/Cake/Network/Http/Auth/Oauth.php b/src/Network/Http/Auth/Oauth.php similarity index 100% rename from Cake/Network/Http/Auth/Oauth.php rename to src/Network/Http/Auth/Oauth.php diff --git a/Cake/Network/Http/Client.php b/src/Network/Http/Client.php similarity index 100% rename from Cake/Network/Http/Client.php rename to src/Network/Http/Client.php diff --git a/Cake/Network/Http/Cookies.php b/src/Network/Http/Cookies.php similarity index 100% rename from Cake/Network/Http/Cookies.php rename to src/Network/Http/Cookies.php diff --git a/Cake/Network/Http/FormData.php b/src/Network/Http/FormData.php similarity index 100% rename from Cake/Network/Http/FormData.php rename to src/Network/Http/FormData.php diff --git a/Cake/Network/Http/FormData/Part.php b/src/Network/Http/FormData/Part.php similarity index 100% rename from Cake/Network/Http/FormData/Part.php rename to src/Network/Http/FormData/Part.php diff --git a/Cake/Network/Http/Message.php b/src/Network/Http/Message.php similarity index 100% rename from Cake/Network/Http/Message.php rename to src/Network/Http/Message.php diff --git a/Cake/Network/Http/Request.php b/src/Network/Http/Request.php similarity index 100% rename from Cake/Network/Http/Request.php rename to src/Network/Http/Request.php diff --git a/Cake/Network/Http/Response.php b/src/Network/Http/Response.php similarity index 100% rename from Cake/Network/Http/Response.php rename to src/Network/Http/Response.php diff --git a/Cake/Network/Request.php b/src/Network/Request.php similarity index 100% rename from Cake/Network/Request.php rename to src/Network/Request.php diff --git a/Cake/Network/Response.php b/src/Network/Response.php similarity index 100% rename from Cake/Network/Response.php rename to src/Network/Response.php diff --git a/Cake/Network/Session.php b/src/Network/Session.php similarity index 100% rename from Cake/Network/Session.php rename to src/Network/Session.php diff --git a/Cake/Network/Session/CacheSession.php b/src/Network/Session/CacheSession.php similarity index 100% rename from Cake/Network/Session/CacheSession.php rename to src/Network/Session/CacheSession.php diff --git a/Cake/Network/Session/DatabaseSession.php b/src/Network/Session/DatabaseSession.php similarity index 100% rename from Cake/Network/Session/DatabaseSession.php rename to src/Network/Session/DatabaseSession.php diff --git a/Cake/Network/Socket.php b/src/Network/Socket.php similarity index 100% rename from Cake/Network/Socket.php rename to src/Network/Socket.php diff --git a/Cake/ORM/Association.php b/src/ORM/Association.php similarity index 100% rename from Cake/ORM/Association.php rename to src/ORM/Association.php diff --git a/Cake/ORM/Association/BelongsTo.php b/src/ORM/Association/BelongsTo.php similarity index 100% rename from Cake/ORM/Association/BelongsTo.php rename to src/ORM/Association/BelongsTo.php diff --git a/Cake/ORM/Association/BelongsToMany.php b/src/ORM/Association/BelongsToMany.php similarity index 100% rename from Cake/ORM/Association/BelongsToMany.php rename to src/ORM/Association/BelongsToMany.php diff --git a/Cake/ORM/Association/DependentDeleteTrait.php b/src/ORM/Association/DependentDeleteTrait.php similarity index 100% rename from Cake/ORM/Association/DependentDeleteTrait.php rename to src/ORM/Association/DependentDeleteTrait.php diff --git a/Cake/ORM/Association/ExternalAssociationTrait.php b/src/ORM/Association/ExternalAssociationTrait.php similarity index 100% rename from Cake/ORM/Association/ExternalAssociationTrait.php rename to src/ORM/Association/ExternalAssociationTrait.php diff --git a/Cake/ORM/Association/HasMany.php b/src/ORM/Association/HasMany.php similarity index 100% rename from Cake/ORM/Association/HasMany.php rename to src/ORM/Association/HasMany.php diff --git a/Cake/ORM/Association/HasOne.php b/src/ORM/Association/HasOne.php similarity index 100% rename from Cake/ORM/Association/HasOne.php rename to src/ORM/Association/HasOne.php diff --git a/Cake/ORM/Associations.php b/src/ORM/Associations.php similarity index 100% rename from Cake/ORM/Associations.php rename to src/ORM/Associations.php diff --git a/Cake/ORM/Behavior.php b/src/ORM/Behavior.php similarity index 100% rename from Cake/ORM/Behavior.php rename to src/ORM/Behavior.php diff --git a/Cake/ORM/BehaviorRegistry.php b/src/ORM/BehaviorRegistry.php similarity index 100% rename from Cake/ORM/BehaviorRegistry.php rename to src/ORM/BehaviorRegistry.php diff --git a/Cake/ORM/Entity.php b/src/ORM/Entity.php similarity index 100% rename from Cake/ORM/Entity.php rename to src/ORM/Entity.php diff --git a/Cake/ORM/EntityValidator.php b/src/ORM/EntityValidator.php similarity index 100% rename from Cake/ORM/EntityValidator.php rename to src/ORM/EntityValidator.php diff --git a/Cake/ORM/Error/MissingEntityException.php b/src/ORM/Error/MissingEntityException.php similarity index 100% rename from Cake/ORM/Error/MissingEntityException.php rename to src/ORM/Error/MissingEntityException.php diff --git a/Cake/ORM/Error/MissingTableClassException.php b/src/ORM/Error/MissingTableClassException.php similarity index 100% rename from Cake/ORM/Error/MissingTableClassException.php rename to src/ORM/Error/MissingTableClassException.php diff --git a/Cake/ORM/Error/RecordNotFoundException.php b/src/ORM/Error/RecordNotFoundException.php similarity index 100% rename from Cake/ORM/Error/RecordNotFoundException.php rename to src/ORM/Error/RecordNotFoundException.php diff --git a/Cake/ORM/Marshaller.php b/src/ORM/Marshaller.php similarity index 100% rename from Cake/ORM/Marshaller.php rename to src/ORM/Marshaller.php diff --git a/Cake/ORM/Query.php b/src/ORM/Query.php similarity index 100% rename from Cake/ORM/Query.php rename to src/ORM/Query.php diff --git a/Cake/ORM/QueryCacher.php b/src/ORM/QueryCacher.php similarity index 100% rename from Cake/ORM/QueryCacher.php rename to src/ORM/QueryCacher.php diff --git a/Cake/ORM/ResultSet.php b/src/ORM/ResultSet.php similarity index 100% rename from Cake/ORM/ResultSet.php rename to src/ORM/ResultSet.php diff --git a/Cake/ORM/ResultSetDecorator.php b/src/ORM/ResultSetDecorator.php similarity index 100% rename from Cake/ORM/ResultSetDecorator.php rename to src/ORM/ResultSetDecorator.php diff --git a/Cake/ORM/Table.php b/src/ORM/Table.php similarity index 100% rename from Cake/ORM/Table.php rename to src/ORM/Table.php diff --git a/Cake/ORM/TableRegistry.php b/src/ORM/TableRegistry.php similarity index 100% rename from Cake/ORM/TableRegistry.php rename to src/ORM/TableRegistry.php diff --git a/Cake/Routing/Dispatcher.php b/src/Routing/Dispatcher.php similarity index 100% rename from Cake/Routing/Dispatcher.php rename to src/Routing/Dispatcher.php diff --git a/Cake/Routing/DispatcherFilter.php b/src/Routing/DispatcherFilter.php similarity index 100% rename from Cake/Routing/DispatcherFilter.php rename to src/Routing/DispatcherFilter.php diff --git a/Cake/Routing/Filter/AssetDispatcher.php b/src/Routing/Filter/AssetDispatcher.php similarity index 100% rename from Cake/Routing/Filter/AssetDispatcher.php rename to src/Routing/Filter/AssetDispatcher.php diff --git a/Cake/Routing/Filter/CacheDispatcher.php b/src/Routing/Filter/CacheDispatcher.php similarity index 100% rename from Cake/Routing/Filter/CacheDispatcher.php rename to src/Routing/Filter/CacheDispatcher.php diff --git a/Cake/Routing/RequestActionTrait.php b/src/Routing/RequestActionTrait.php similarity index 100% rename from Cake/Routing/RequestActionTrait.php rename to src/Routing/RequestActionTrait.php diff --git a/Cake/Routing/Route/PluginShortRoute.php b/src/Routing/Route/PluginShortRoute.php similarity index 100% rename from Cake/Routing/Route/PluginShortRoute.php rename to src/Routing/Route/PluginShortRoute.php diff --git a/Cake/Routing/Route/RedirectRoute.php b/src/Routing/Route/RedirectRoute.php similarity index 100% rename from Cake/Routing/Route/RedirectRoute.php rename to src/Routing/Route/RedirectRoute.php diff --git a/Cake/Routing/Route/Route.php b/src/Routing/Route/Route.php similarity index 100% rename from Cake/Routing/Route/Route.php rename to src/Routing/Route/Route.php diff --git a/Cake/Routing/RouteCollection.php b/src/Routing/RouteCollection.php similarity index 100% rename from Cake/Routing/RouteCollection.php rename to src/Routing/RouteCollection.php diff --git a/Cake/Routing/Router.php b/src/Routing/Router.php similarity index 100% rename from Cake/Routing/Router.php rename to src/Routing/Router.php diff --git a/Cake/TestSuite/ControllerTestCase.php b/src/TestSuite/ControllerTestCase.php similarity index 100% rename from Cake/TestSuite/ControllerTestCase.php rename to src/TestSuite/ControllerTestCase.php diff --git a/Cake/TestSuite/Coverage/BaseCoverageReport.php b/src/TestSuite/Coverage/BaseCoverageReport.php similarity index 100% rename from Cake/TestSuite/Coverage/BaseCoverageReport.php rename to src/TestSuite/Coverage/BaseCoverageReport.php diff --git a/Cake/TestSuite/Coverage/HtmlCoverageReport.php b/src/TestSuite/Coverage/HtmlCoverageReport.php similarity index 100% rename from Cake/TestSuite/Coverage/HtmlCoverageReport.php rename to src/TestSuite/Coverage/HtmlCoverageReport.php diff --git a/Cake/TestSuite/Coverage/TextCoverageReport.php b/src/TestSuite/Coverage/TextCoverageReport.php similarity index 100% rename from Cake/TestSuite/Coverage/TextCoverageReport.php rename to src/TestSuite/Coverage/TextCoverageReport.php diff --git a/Cake/TestSuite/Fixture/FixtureInjector.php b/src/TestSuite/Fixture/FixtureInjector.php similarity index 100% rename from Cake/TestSuite/Fixture/FixtureInjector.php rename to src/TestSuite/Fixture/FixtureInjector.php diff --git a/Cake/TestSuite/Fixture/FixtureManager.php b/src/TestSuite/Fixture/FixtureManager.php similarity index 100% rename from Cake/TestSuite/Fixture/FixtureManager.php rename to src/TestSuite/Fixture/FixtureManager.php diff --git a/Cake/TestSuite/Fixture/TestFixture.php b/src/TestSuite/Fixture/TestFixture.php similarity index 100% rename from Cake/TestSuite/Fixture/TestFixture.php rename to src/TestSuite/Fixture/TestFixture.php diff --git a/Cake/TestSuite/Reporter/BaseReporter.php b/src/TestSuite/Reporter/BaseReporter.php similarity index 100% rename from Cake/TestSuite/Reporter/BaseReporter.php rename to src/TestSuite/Reporter/BaseReporter.php diff --git a/Cake/TestSuite/Reporter/HtmlReporter.php b/src/TestSuite/Reporter/HtmlReporter.php similarity index 100% rename from Cake/TestSuite/Reporter/HtmlReporter.php rename to src/TestSuite/Reporter/HtmlReporter.php diff --git a/Cake/TestSuite/Reporter/TextReporter.php b/src/TestSuite/Reporter/TextReporter.php similarity index 100% rename from Cake/TestSuite/Reporter/TextReporter.php rename to src/TestSuite/Reporter/TextReporter.php diff --git a/Cake/TestSuite/TestCase.php b/src/TestSuite/TestCase.php similarity index 100% rename from Cake/TestSuite/TestCase.php rename to src/TestSuite/TestCase.php diff --git a/Cake/TestSuite/TestLoader.php b/src/TestSuite/TestLoader.php similarity index 100% rename from Cake/TestSuite/TestLoader.php rename to src/TestSuite/TestLoader.php diff --git a/Cake/TestSuite/TestPermutationDecorator.php b/src/TestSuite/TestPermutationDecorator.php similarity index 100% rename from Cake/TestSuite/TestPermutationDecorator.php rename to src/TestSuite/TestPermutationDecorator.php diff --git a/Cake/TestSuite/TestRunner.php b/src/TestSuite/TestRunner.php similarity index 100% rename from Cake/TestSuite/TestRunner.php rename to src/TestSuite/TestRunner.php diff --git a/Cake/TestSuite/TestSuite.php b/src/TestSuite/TestSuite.php similarity index 100% rename from Cake/TestSuite/TestSuite.php rename to src/TestSuite/TestSuite.php diff --git a/Cake/TestSuite/TestSuiteCommand.php b/src/TestSuite/TestSuiteCommand.php similarity index 100% rename from Cake/TestSuite/TestSuiteCommand.php rename to src/TestSuite/TestSuiteCommand.php diff --git a/Cake/TestSuite/TestSuiteDispatcher.php b/src/TestSuite/TestSuiteDispatcher.php similarity index 100% rename from Cake/TestSuite/TestSuiteDispatcher.php rename to src/TestSuite/TestSuiteDispatcher.php diff --git a/Cake/TestSuite/templates/footer.php b/src/TestSuite/templates/footer.php similarity index 100% rename from Cake/TestSuite/templates/footer.php rename to src/TestSuite/templates/footer.php diff --git a/Cake/TestSuite/templates/header.php b/src/TestSuite/templates/header.php similarity index 100% rename from Cake/TestSuite/templates/header.php rename to src/TestSuite/templates/header.php diff --git a/Cake/TestSuite/templates/menu.php b/src/TestSuite/templates/menu.php similarity index 100% rename from Cake/TestSuite/templates/menu.php rename to src/TestSuite/templates/menu.php diff --git a/Cake/TestSuite/templates/missing_connection.php b/src/TestSuite/templates/missing_connection.php similarity index 100% rename from Cake/TestSuite/templates/missing_connection.php rename to src/TestSuite/templates/missing_connection.php diff --git a/Cake/TestSuite/templates/phpunit.php b/src/TestSuite/templates/phpunit.php similarity index 100% rename from Cake/TestSuite/templates/phpunit.php rename to src/TestSuite/templates/phpunit.php diff --git a/Cake/TestSuite/templates/xdebug.php b/src/TestSuite/templates/xdebug.php similarity index 100% rename from Cake/TestSuite/templates/xdebug.php rename to src/TestSuite/templates/xdebug.php diff --git a/Cake/Utility/Debugger.php b/src/Utility/Debugger.php similarity index 100% rename from Cake/Utility/Debugger.php rename to src/Utility/Debugger.php diff --git a/Cake/Utility/File.php b/src/Utility/File.php similarity index 100% rename from Cake/Utility/File.php rename to src/Utility/File.php diff --git a/Cake/Utility/Folder.php b/src/Utility/Folder.php similarity index 100% rename from Cake/Utility/Folder.php rename to src/Utility/Folder.php diff --git a/Cake/Utility/Hash.php b/src/Utility/Hash.php similarity index 100% rename from Cake/Utility/Hash.php rename to src/Utility/Hash.php diff --git a/Cake/Utility/Inflector.php b/src/Utility/Inflector.php similarity index 100% rename from Cake/Utility/Inflector.php rename to src/Utility/Inflector.php diff --git a/Cake/Utility/MergeVariablesTrait.php b/src/Utility/MergeVariablesTrait.php similarity index 100% rename from Cake/Utility/MergeVariablesTrait.php rename to src/Utility/MergeVariablesTrait.php diff --git a/Cake/Utility/Number.php b/src/Utility/Number.php similarity index 100% rename from Cake/Utility/Number.php rename to src/Utility/Number.php diff --git a/Cake/Utility/ObjectCollection.php b/src/Utility/ObjectCollection.php similarity index 100% rename from Cake/Utility/ObjectCollection.php rename to src/Utility/ObjectCollection.php diff --git a/Cake/Utility/ObjectRegistry.php b/src/Utility/ObjectRegistry.php similarity index 100% rename from Cake/Utility/ObjectRegistry.php rename to src/Utility/ObjectRegistry.php diff --git a/Cake/Utility/RepositoryAwareTrait.php b/src/Utility/RepositoryAwareTrait.php similarity index 100% rename from Cake/Utility/RepositoryAwareTrait.php rename to src/Utility/RepositoryAwareTrait.php diff --git a/Cake/Utility/Security.php b/src/Utility/Security.php similarity index 100% rename from Cake/Utility/Security.php rename to src/Utility/Security.php diff --git a/Cake/Utility/Set.php b/src/Utility/Set.php similarity index 100% rename from Cake/Utility/Set.php rename to src/Utility/Set.php diff --git a/Cake/Utility/String.php b/src/Utility/String.php similarity index 100% rename from Cake/Utility/String.php rename to src/Utility/String.php diff --git a/Cake/Utility/Time.php b/src/Utility/Time.php similarity index 100% rename from Cake/Utility/Time.php rename to src/Utility/Time.php diff --git a/Cake/Utility/ViewVarsTrait.php b/src/Utility/ViewVarsTrait.php similarity index 100% rename from Cake/Utility/ViewVarsTrait.php rename to src/Utility/ViewVarsTrait.php diff --git a/Cake/Utility/Xml.php b/src/Utility/Xml.php similarity index 100% rename from Cake/Utility/Xml.php rename to src/Utility/Xml.php diff --git a/Cake/Validation/RulesProvider.php b/src/Validation/RulesProvider.php similarity index 100% rename from Cake/Validation/RulesProvider.php rename to src/Validation/RulesProvider.php diff --git a/Cake/Validation/Validation.php b/src/Validation/Validation.php similarity index 100% rename from Cake/Validation/Validation.php rename to src/Validation/Validation.php diff --git a/Cake/Validation/ValidationRule.php b/src/Validation/ValidationRule.php similarity index 100% rename from Cake/Validation/ValidationRule.php rename to src/Validation/ValidationRule.php diff --git a/Cake/Validation/ValidationSet.php b/src/Validation/ValidationSet.php similarity index 100% rename from Cake/Validation/ValidationSet.php rename to src/Validation/ValidationSet.php diff --git a/Cake/Validation/Validator.php b/src/Validation/Validator.php similarity index 100% rename from Cake/Validation/Validator.php rename to src/Validation/Validator.php diff --git a/Cake/View/Element/exception_stack_trace.ctp b/src/View/Element/exception_stack_trace.ctp similarity index 100% rename from Cake/View/Element/exception_stack_trace.ctp rename to src/View/Element/exception_stack_trace.ctp diff --git a/Cake/View/Element/sql_dump.ctp b/src/View/Element/sql_dump.ctp similarity index 100% rename from Cake/View/Element/sql_dump.ctp rename to src/View/Element/sql_dump.ctp diff --git a/Cake/View/Error/fatal_error.ctp b/src/View/Error/fatal_error.ctp similarity index 100% rename from Cake/View/Error/fatal_error.ctp rename to src/View/Error/fatal_error.ctp diff --git a/Cake/View/Error/missing_action.ctp b/src/View/Error/missing_action.ctp similarity index 100% rename from Cake/View/Error/missing_action.ctp rename to src/View/Error/missing_action.ctp diff --git a/Cake/View/Error/missing_behavior.ctp b/src/View/Error/missing_behavior.ctp similarity index 100% rename from Cake/View/Error/missing_behavior.ctp rename to src/View/Error/missing_behavior.ctp diff --git a/Cake/View/Error/missing_component.ctp b/src/View/Error/missing_component.ctp similarity index 100% rename from Cake/View/Error/missing_component.ctp rename to src/View/Error/missing_component.ctp diff --git a/Cake/View/Error/missing_connection.ctp b/src/View/Error/missing_connection.ctp similarity index 100% rename from Cake/View/Error/missing_connection.ctp rename to src/View/Error/missing_connection.ctp diff --git a/Cake/View/Error/missing_controller.ctp b/src/View/Error/missing_controller.ctp similarity index 100% rename from Cake/View/Error/missing_controller.ctp rename to src/View/Error/missing_controller.ctp diff --git a/Cake/View/Error/missing_database.ctp b/src/View/Error/missing_database.ctp similarity index 100% rename from Cake/View/Error/missing_database.ctp rename to src/View/Error/missing_database.ctp diff --git a/Cake/View/Error/missing_datasource.ctp b/src/View/Error/missing_datasource.ctp similarity index 100% rename from Cake/View/Error/missing_datasource.ctp rename to src/View/Error/missing_datasource.ctp diff --git a/Cake/View/Error/missing_datasource_config.ctp b/src/View/Error/missing_datasource_config.ctp similarity index 100% rename from Cake/View/Error/missing_datasource_config.ctp rename to src/View/Error/missing_datasource_config.ctp diff --git a/Cake/View/Error/missing_helper.ctp b/src/View/Error/missing_helper.ctp similarity index 100% rename from Cake/View/Error/missing_helper.ctp rename to src/View/Error/missing_helper.ctp diff --git a/Cake/View/Error/missing_layout.ctp b/src/View/Error/missing_layout.ctp similarity index 100% rename from Cake/View/Error/missing_layout.ctp rename to src/View/Error/missing_layout.ctp diff --git a/Cake/View/Error/missing_plugin.ctp b/src/View/Error/missing_plugin.ctp similarity index 100% rename from Cake/View/Error/missing_plugin.ctp rename to src/View/Error/missing_plugin.ctp diff --git a/Cake/View/Error/missing_table.ctp b/src/View/Error/missing_table.ctp similarity index 100% rename from Cake/View/Error/missing_table.ctp rename to src/View/Error/missing_table.ctp diff --git a/Cake/View/Error/missing_view.ctp b/src/View/Error/missing_view.ctp similarity index 100% rename from Cake/View/Error/missing_view.ctp rename to src/View/Error/missing_view.ctp diff --git a/Cake/View/Error/pdo_error.ctp b/src/View/Error/pdo_error.ctp similarity index 100% rename from Cake/View/Error/pdo_error.ctp rename to src/View/Error/pdo_error.ctp diff --git a/Cake/View/Error/private_action.ctp b/src/View/Error/private_action.ctp similarity index 100% rename from Cake/View/Error/private_action.ctp rename to src/View/Error/private_action.ctp diff --git a/Cake/View/Error/scaffold_error.ctp b/src/View/Error/scaffold_error.ctp similarity index 100% rename from Cake/View/Error/scaffold_error.ctp rename to src/View/Error/scaffold_error.ctp diff --git a/Cake/View/Helper.php b/src/View/Helper.php similarity index 100% rename from Cake/View/Helper.php rename to src/View/Helper.php diff --git a/Cake/View/Helper/CacheHelper.php b/src/View/Helper/CacheHelper.php similarity index 100% rename from Cake/View/Helper/CacheHelper.php rename to src/View/Helper/CacheHelper.php diff --git a/Cake/View/Helper/FormHelper.php b/src/View/Helper/FormHelper.php similarity index 100% rename from Cake/View/Helper/FormHelper.php rename to src/View/Helper/FormHelper.php diff --git a/Cake/View/Helper/HtmlHelper.php b/src/View/Helper/HtmlHelper.php similarity index 100% rename from Cake/View/Helper/HtmlHelper.php rename to src/View/Helper/HtmlHelper.php diff --git a/Cake/View/Helper/NumberHelper.php b/src/View/Helper/NumberHelper.php similarity index 100% rename from Cake/View/Helper/NumberHelper.php rename to src/View/Helper/NumberHelper.php diff --git a/Cake/View/Helper/PaginatorHelper.php b/src/View/Helper/PaginatorHelper.php similarity index 100% rename from Cake/View/Helper/PaginatorHelper.php rename to src/View/Helper/PaginatorHelper.php diff --git a/Cake/View/Helper/RssHelper.php b/src/View/Helper/RssHelper.php similarity index 100% rename from Cake/View/Helper/RssHelper.php rename to src/View/Helper/RssHelper.php diff --git a/Cake/View/Helper/SessionHelper.php b/src/View/Helper/SessionHelper.php similarity index 100% rename from Cake/View/Helper/SessionHelper.php rename to src/View/Helper/SessionHelper.php diff --git a/Cake/View/Helper/StringTemplateTrait.php b/src/View/Helper/StringTemplateTrait.php similarity index 100% rename from Cake/View/Helper/StringTemplateTrait.php rename to src/View/Helper/StringTemplateTrait.php diff --git a/Cake/View/Helper/TextHelper.php b/src/View/Helper/TextHelper.php similarity index 100% rename from Cake/View/Helper/TextHelper.php rename to src/View/Helper/TextHelper.php diff --git a/Cake/View/Helper/TimeHelper.php b/src/View/Helper/TimeHelper.php similarity index 100% rename from Cake/View/Helper/TimeHelper.php rename to src/View/Helper/TimeHelper.php diff --git a/Cake/View/HelperRegistry.php b/src/View/HelperRegistry.php similarity index 100% rename from Cake/View/HelperRegistry.php rename to src/View/HelperRegistry.php diff --git a/Cake/View/Input/SelectBox.php b/src/View/Input/SelectBox.php similarity index 100% rename from Cake/View/Input/SelectBox.php rename to src/View/Input/SelectBox.php diff --git a/Cake/View/JsonView.php b/src/View/JsonView.php similarity index 100% rename from Cake/View/JsonView.php rename to src/View/JsonView.php diff --git a/Cake/View/StringTemplate.php b/src/View/StringTemplate.php similarity index 100% rename from Cake/View/StringTemplate.php rename to src/View/StringTemplate.php diff --git a/Cake/View/View.php b/src/View/View.php similarity index 100% rename from Cake/View/View.php rename to src/View/View.php diff --git a/Cake/View/ViewBlock.php b/src/View/ViewBlock.php similarity index 100% rename from Cake/View/ViewBlock.php rename to src/View/ViewBlock.php diff --git a/Cake/View/XmlView.php b/src/View/XmlView.php similarity index 100% rename from Cake/View/XmlView.php rename to src/View/XmlView.php diff --git a/Cake/basics.php b/src/basics.php similarity index 100% rename from Cake/basics.php rename to src/basics.php diff --git a/Cake/bootstrap.php b/src/bootstrap.php similarity index 100% rename from Cake/bootstrap.php rename to src/bootstrap.php diff --git a/Test/Fixture/AccountFixture.php b/tests/Fixture/AccountFixture.php similarity index 100% rename from Test/Fixture/AccountFixture.php rename to tests/Fixture/AccountFixture.php diff --git a/Test/Fixture/AcoActionFixture.php b/tests/Fixture/AcoActionFixture.php similarity index 100% rename from Test/Fixture/AcoActionFixture.php rename to tests/Fixture/AcoActionFixture.php diff --git a/Test/Fixture/AcoFixture.php b/tests/Fixture/AcoFixture.php similarity index 100% rename from Test/Fixture/AcoFixture.php rename to tests/Fixture/AcoFixture.php diff --git a/Test/Fixture/AcoTwoFixture.php b/tests/Fixture/AcoTwoFixture.php similarity index 100% rename from Test/Fixture/AcoTwoFixture.php rename to tests/Fixture/AcoTwoFixture.php diff --git a/Test/Fixture/AdFixture.php b/tests/Fixture/AdFixture.php similarity index 100% rename from Test/Fixture/AdFixture.php rename to tests/Fixture/AdFixture.php diff --git a/Test/Fixture/AdvertisementFixture.php b/tests/Fixture/AdvertisementFixture.php similarity index 100% rename from Test/Fixture/AdvertisementFixture.php rename to tests/Fixture/AdvertisementFixture.php diff --git a/Test/Fixture/AfterTreeFixture.php b/tests/Fixture/AfterTreeFixture.php similarity index 100% rename from Test/Fixture/AfterTreeFixture.php rename to tests/Fixture/AfterTreeFixture.php diff --git a/Test/Fixture/AnotherArticleFixture.php b/tests/Fixture/AnotherArticleFixture.php similarity index 100% rename from Test/Fixture/AnotherArticleFixture.php rename to tests/Fixture/AnotherArticleFixture.php diff --git a/Test/Fixture/AppleFixture.php b/tests/Fixture/AppleFixture.php similarity index 100% rename from Test/Fixture/AppleFixture.php rename to tests/Fixture/AppleFixture.php diff --git a/Test/Fixture/ArmorFixture.php b/tests/Fixture/ArmorFixture.php similarity index 100% rename from Test/Fixture/ArmorFixture.php rename to tests/Fixture/ArmorFixture.php diff --git a/Test/Fixture/ArmorsPlayerFixture.php b/tests/Fixture/ArmorsPlayerFixture.php similarity index 100% rename from Test/Fixture/ArmorsPlayerFixture.php rename to tests/Fixture/ArmorsPlayerFixture.php diff --git a/Test/Fixture/AroFixture.php b/tests/Fixture/AroFixture.php similarity index 100% rename from Test/Fixture/AroFixture.php rename to tests/Fixture/AroFixture.php diff --git a/Test/Fixture/AroTwoFixture.php b/tests/Fixture/AroTwoFixture.php similarity index 100% rename from Test/Fixture/AroTwoFixture.php rename to tests/Fixture/AroTwoFixture.php diff --git a/Test/Fixture/ArosAcoFixture.php b/tests/Fixture/ArosAcoFixture.php similarity index 100% rename from Test/Fixture/ArosAcoFixture.php rename to tests/Fixture/ArosAcoFixture.php diff --git a/Test/Fixture/ArosAcoTwoFixture.php b/tests/Fixture/ArosAcoTwoFixture.php similarity index 100% rename from Test/Fixture/ArosAcoTwoFixture.php rename to tests/Fixture/ArosAcoTwoFixture.php diff --git a/Test/Fixture/ArticleFeaturedFixture.php b/tests/Fixture/ArticleFeaturedFixture.php similarity index 100% rename from Test/Fixture/ArticleFeaturedFixture.php rename to tests/Fixture/ArticleFeaturedFixture.php diff --git a/Test/Fixture/ArticleFeaturedsTagsFixture.php b/tests/Fixture/ArticleFeaturedsTagsFixture.php similarity index 100% rename from Test/Fixture/ArticleFeaturedsTagsFixture.php rename to tests/Fixture/ArticleFeaturedsTagsFixture.php diff --git a/Test/Fixture/ArticleFixture.php b/tests/Fixture/ArticleFixture.php similarity index 100% rename from Test/Fixture/ArticleFixture.php rename to tests/Fixture/ArticleFixture.php diff --git a/Test/Fixture/ArticlesTagFixture.php b/tests/Fixture/ArticlesTagFixture.php similarity index 100% rename from Test/Fixture/ArticlesTagFixture.php rename to tests/Fixture/ArticlesTagFixture.php diff --git a/Test/Fixture/AssertTagsTestCase.php b/tests/Fixture/AssertTagsTestCase.php similarity index 100% rename from Test/Fixture/AssertTagsTestCase.php rename to tests/Fixture/AssertTagsTestCase.php diff --git a/Test/Fixture/AttachmentFixture.php b/tests/Fixture/AttachmentFixture.php similarity index 100% rename from Test/Fixture/AttachmentFixture.php rename to tests/Fixture/AttachmentFixture.php diff --git a/Test/Fixture/AuthUserCustomFieldFixture.php b/tests/Fixture/AuthUserCustomFieldFixture.php similarity index 100% rename from Test/Fixture/AuthUserCustomFieldFixture.php rename to tests/Fixture/AuthUserCustomFieldFixture.php diff --git a/Test/Fixture/AuthUserFixture.php b/tests/Fixture/AuthUserFixture.php similarity index 100% rename from Test/Fixture/AuthUserFixture.php rename to tests/Fixture/AuthUserFixture.php diff --git a/Test/Fixture/AuthorFixture.php b/tests/Fixture/AuthorFixture.php similarity index 100% rename from Test/Fixture/AuthorFixture.php rename to tests/Fixture/AuthorFixture.php diff --git a/Test/Fixture/BakeArticleFixture.php b/tests/Fixture/BakeArticleFixture.php similarity index 100% rename from Test/Fixture/BakeArticleFixture.php rename to tests/Fixture/BakeArticleFixture.php diff --git a/Test/Fixture/BakeArticlesBakeTagFixture.php b/tests/Fixture/BakeArticlesBakeTagFixture.php similarity index 100% rename from Test/Fixture/BakeArticlesBakeTagFixture.php rename to tests/Fixture/BakeArticlesBakeTagFixture.php diff --git a/Test/Fixture/BakeCommentFixture.php b/tests/Fixture/BakeCommentFixture.php similarity index 100% rename from Test/Fixture/BakeCommentFixture.php rename to tests/Fixture/BakeCommentFixture.php diff --git a/Test/Fixture/BakeTagFixture.php b/tests/Fixture/BakeTagFixture.php similarity index 100% rename from Test/Fixture/BakeTagFixture.php rename to tests/Fixture/BakeTagFixture.php diff --git a/Test/Fixture/BasketFixture.php b/tests/Fixture/BasketFixture.php similarity index 100% rename from Test/Fixture/BasketFixture.php rename to tests/Fixture/BasketFixture.php diff --git a/Test/Fixture/BidFixture.php b/tests/Fixture/BidFixture.php similarity index 100% rename from Test/Fixture/BidFixture.php rename to tests/Fixture/BidFixture.php diff --git a/Test/Fixture/BiddingFixture.php b/tests/Fixture/BiddingFixture.php similarity index 100% rename from Test/Fixture/BiddingFixture.php rename to tests/Fixture/BiddingFixture.php diff --git a/Test/Fixture/BiddingMessageFixture.php b/tests/Fixture/BiddingMessageFixture.php similarity index 100% rename from Test/Fixture/BiddingMessageFixture.php rename to tests/Fixture/BiddingMessageFixture.php diff --git a/Test/Fixture/BinaryTestFixture.php b/tests/Fixture/BinaryTestFixture.php similarity index 100% rename from Test/Fixture/BinaryTestFixture.php rename to tests/Fixture/BinaryTestFixture.php diff --git a/Test/Fixture/BookFixture.php b/tests/Fixture/BookFixture.php similarity index 100% rename from Test/Fixture/BookFixture.php rename to tests/Fixture/BookFixture.php diff --git a/Test/Fixture/CacheTestModelFixture.php b/tests/Fixture/CacheTestModelFixture.php similarity index 100% rename from Test/Fixture/CacheTestModelFixture.php rename to tests/Fixture/CacheTestModelFixture.php diff --git a/Test/Fixture/CakeSessionFixture.php b/tests/Fixture/CakeSessionFixture.php similarity index 100% rename from Test/Fixture/CakeSessionFixture.php rename to tests/Fixture/CakeSessionFixture.php diff --git a/Test/Fixture/CallbackFixture.php b/tests/Fixture/CallbackFixture.php similarity index 100% rename from Test/Fixture/CallbackFixture.php rename to tests/Fixture/CallbackFixture.php diff --git a/Test/Fixture/CampaignFixture.php b/tests/Fixture/CampaignFixture.php similarity index 100% rename from Test/Fixture/CampaignFixture.php rename to tests/Fixture/CampaignFixture.php diff --git a/Test/Fixture/CategoryFixture.php b/tests/Fixture/CategoryFixture.php similarity index 100% rename from Test/Fixture/CategoryFixture.php rename to tests/Fixture/CategoryFixture.php diff --git a/Test/Fixture/CategoryThreadFixture.php b/tests/Fixture/CategoryThreadFixture.php similarity index 100% rename from Test/Fixture/CategoryThreadFixture.php rename to tests/Fixture/CategoryThreadFixture.php diff --git a/Test/Fixture/CdFixture.php b/tests/Fixture/CdFixture.php similarity index 100% rename from Test/Fixture/CdFixture.php rename to tests/Fixture/CdFixture.php diff --git a/Test/Fixture/CommentFixture.php b/tests/Fixture/CommentFixture.php similarity index 100% rename from Test/Fixture/CommentFixture.php rename to tests/Fixture/CommentFixture.php diff --git a/Test/Fixture/ContentAccountFixture.php b/tests/Fixture/ContentAccountFixture.php similarity index 100% rename from Test/Fixture/ContentAccountFixture.php rename to tests/Fixture/ContentAccountFixture.php diff --git a/Test/Fixture/ContentFixture.php b/tests/Fixture/ContentFixture.php similarity index 100% rename from Test/Fixture/ContentFixture.php rename to tests/Fixture/ContentFixture.php diff --git a/Test/Fixture/CounterCachePostFixture.php b/tests/Fixture/CounterCachePostFixture.php similarity index 100% rename from Test/Fixture/CounterCachePostFixture.php rename to tests/Fixture/CounterCachePostFixture.php diff --git a/Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php b/tests/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php similarity index 100% rename from Test/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php rename to tests/Fixture/CounterCachePostNonstandardPrimaryKeyFixture.php diff --git a/Test/Fixture/CounterCacheUserFixture.php b/tests/Fixture/CounterCacheUserFixture.php similarity index 100% rename from Test/Fixture/CounterCacheUserFixture.php rename to tests/Fixture/CounterCacheUserFixture.php diff --git a/Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php b/tests/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php similarity index 100% rename from Test/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php rename to tests/Fixture/CounterCacheUserNonstandardPrimaryKeyFixture.php diff --git a/Test/Fixture/DataTestFixture.php b/tests/Fixture/DataTestFixture.php similarity index 100% rename from Test/Fixture/DataTestFixture.php rename to tests/Fixture/DataTestFixture.php diff --git a/Test/Fixture/DatatypeFixture.php b/tests/Fixture/DatatypeFixture.php similarity index 100% rename from Test/Fixture/DatatypeFixture.php rename to tests/Fixture/DatatypeFixture.php diff --git a/Test/Fixture/DependencyFixture.php b/tests/Fixture/DependencyFixture.php similarity index 100% rename from Test/Fixture/DependencyFixture.php rename to tests/Fixture/DependencyFixture.php diff --git a/Test/Fixture/DeviceFixture.php b/tests/Fixture/DeviceFixture.php similarity index 100% rename from Test/Fixture/DeviceFixture.php rename to tests/Fixture/DeviceFixture.php diff --git a/Test/Fixture/DeviceTypeCategoryFixture.php b/tests/Fixture/DeviceTypeCategoryFixture.php similarity index 100% rename from Test/Fixture/DeviceTypeCategoryFixture.php rename to tests/Fixture/DeviceTypeCategoryFixture.php diff --git a/Test/Fixture/DeviceTypeFixture.php b/tests/Fixture/DeviceTypeFixture.php similarity index 100% rename from Test/Fixture/DeviceTypeFixture.php rename to tests/Fixture/DeviceTypeFixture.php diff --git a/Test/Fixture/DocumentDirectoryFixture.php b/tests/Fixture/DocumentDirectoryFixture.php similarity index 100% rename from Test/Fixture/DocumentDirectoryFixture.php rename to tests/Fixture/DocumentDirectoryFixture.php diff --git a/Test/Fixture/DocumentFixture.php b/tests/Fixture/DocumentFixture.php similarity index 100% rename from Test/Fixture/DocumentFixture.php rename to tests/Fixture/DocumentFixture.php diff --git a/Test/Fixture/DomainFixture.php b/tests/Fixture/DomainFixture.php similarity index 100% rename from Test/Fixture/DomainFixture.php rename to tests/Fixture/DomainFixture.php diff --git a/Test/Fixture/DomainsSiteFixture.php b/tests/Fixture/DomainsSiteFixture.php similarity index 100% rename from Test/Fixture/DomainsSiteFixture.php rename to tests/Fixture/DomainsSiteFixture.php diff --git a/Test/Fixture/ExteriorTypeCategoryFixture.php b/tests/Fixture/ExteriorTypeCategoryFixture.php similarity index 100% rename from Test/Fixture/ExteriorTypeCategoryFixture.php rename to tests/Fixture/ExteriorTypeCategoryFixture.php diff --git a/Test/Fixture/FeatureSetFixture.php b/tests/Fixture/FeatureSetFixture.php similarity index 100% rename from Test/Fixture/FeatureSetFixture.php rename to tests/Fixture/FeatureSetFixture.php diff --git a/Test/Fixture/FeaturedFixture.php b/tests/Fixture/FeaturedFixture.php similarity index 100% rename from Test/Fixture/FeaturedFixture.php rename to tests/Fixture/FeaturedFixture.php diff --git a/Test/Fixture/FilmFileFixture.php b/tests/Fixture/FilmFileFixture.php similarity index 100% rename from Test/Fixture/FilmFileFixture.php rename to tests/Fixture/FilmFileFixture.php diff --git a/Test/Fixture/FixturizedTestCase.php b/tests/Fixture/FixturizedTestCase.php similarity index 100% rename from Test/Fixture/FixturizedTestCase.php rename to tests/Fixture/FixturizedTestCase.php diff --git a/Test/Fixture/FlagTreeFixture.php b/tests/Fixture/FlagTreeFixture.php similarity index 100% rename from Test/Fixture/FlagTreeFixture.php rename to tests/Fixture/FlagTreeFixture.php diff --git a/Test/Fixture/FruitFixture.php b/tests/Fixture/FruitFixture.php similarity index 100% rename from Test/Fixture/FruitFixture.php rename to tests/Fixture/FruitFixture.php diff --git a/Test/Fixture/FruitsUuidTagFixture.php b/tests/Fixture/FruitsUuidTagFixture.php similarity index 100% rename from Test/Fixture/FruitsUuidTagFixture.php rename to tests/Fixture/FruitsUuidTagFixture.php diff --git a/Test/Fixture/GroupUpdateAllFixture.php b/tests/Fixture/GroupUpdateAllFixture.php similarity index 100% rename from Test/Fixture/GroupUpdateAllFixture.php rename to tests/Fixture/GroupUpdateAllFixture.php diff --git a/Test/Fixture/GuildFixture.php b/tests/Fixture/GuildFixture.php similarity index 100% rename from Test/Fixture/GuildFixture.php rename to tests/Fixture/GuildFixture.php diff --git a/Test/Fixture/GuildsPlayerFixture.php b/tests/Fixture/GuildsPlayerFixture.php similarity index 100% rename from Test/Fixture/GuildsPlayerFixture.php rename to tests/Fixture/GuildsPlayerFixture.php diff --git a/Test/Fixture/HomeFixture.php b/tests/Fixture/HomeFixture.php similarity index 100% rename from Test/Fixture/HomeFixture.php rename to tests/Fixture/HomeFixture.php diff --git a/Test/Fixture/ImageFixture.php b/tests/Fixture/ImageFixture.php similarity index 100% rename from Test/Fixture/ImageFixture.php rename to tests/Fixture/ImageFixture.php diff --git a/Test/Fixture/InnoFixture.php b/tests/Fixture/InnoFixture.php similarity index 100% rename from Test/Fixture/InnoFixture.php rename to tests/Fixture/InnoFixture.php diff --git a/Test/Fixture/ItemFixture.php b/tests/Fixture/ItemFixture.php similarity index 100% rename from Test/Fixture/ItemFixture.php rename to tests/Fixture/ItemFixture.php diff --git a/Test/Fixture/ItemsPortfolioFixture.php b/tests/Fixture/ItemsPortfolioFixture.php similarity index 100% rename from Test/Fixture/ItemsPortfolioFixture.php rename to tests/Fixture/ItemsPortfolioFixture.php diff --git a/Test/Fixture/JoinABFixture.php b/tests/Fixture/JoinABFixture.php similarity index 100% rename from Test/Fixture/JoinABFixture.php rename to tests/Fixture/JoinABFixture.php diff --git a/Test/Fixture/JoinACFixture.php b/tests/Fixture/JoinACFixture.php similarity index 100% rename from Test/Fixture/JoinACFixture.php rename to tests/Fixture/JoinACFixture.php diff --git a/Test/Fixture/JoinAFixture.php b/tests/Fixture/JoinAFixture.php similarity index 100% rename from Test/Fixture/JoinAFixture.php rename to tests/Fixture/JoinAFixture.php diff --git a/Test/Fixture/JoinBFixture.php b/tests/Fixture/JoinBFixture.php similarity index 100% rename from Test/Fixture/JoinBFixture.php rename to tests/Fixture/JoinBFixture.php diff --git a/Test/Fixture/JoinCFixture.php b/tests/Fixture/JoinCFixture.php similarity index 100% rename from Test/Fixture/JoinCFixture.php rename to tests/Fixture/JoinCFixture.php diff --git a/Test/Fixture/JoinThingFixture.php b/tests/Fixture/JoinThingFixture.php similarity index 100% rename from Test/Fixture/JoinThingFixture.php rename to tests/Fixture/JoinThingFixture.php diff --git a/Test/Fixture/MessageFixture.php b/tests/Fixture/MessageFixture.php similarity index 100% rename from Test/Fixture/MessageFixture.php rename to tests/Fixture/MessageFixture.php diff --git a/Test/Fixture/MyCategoriesMyProductsFixture.php b/tests/Fixture/MyCategoriesMyProductsFixture.php similarity index 100% rename from Test/Fixture/MyCategoriesMyProductsFixture.php rename to tests/Fixture/MyCategoriesMyProductsFixture.php diff --git a/Test/Fixture/MyCategoriesMyUsersFixture.php b/tests/Fixture/MyCategoriesMyUsersFixture.php similarity index 100% rename from Test/Fixture/MyCategoriesMyUsersFixture.php rename to tests/Fixture/MyCategoriesMyUsersFixture.php diff --git a/Test/Fixture/MyCategoryFixture.php b/tests/Fixture/MyCategoryFixture.php similarity index 100% rename from Test/Fixture/MyCategoryFixture.php rename to tests/Fixture/MyCategoryFixture.php diff --git a/Test/Fixture/MyProductFixture.php b/tests/Fixture/MyProductFixture.php similarity index 100% rename from Test/Fixture/MyProductFixture.php rename to tests/Fixture/MyProductFixture.php diff --git a/Test/Fixture/MyUserFixture.php b/tests/Fixture/MyUserFixture.php similarity index 100% rename from Test/Fixture/MyUserFixture.php rename to tests/Fixture/MyUserFixture.php diff --git a/Test/Fixture/NodeFixture.php b/tests/Fixture/NodeFixture.php similarity index 100% rename from Test/Fixture/NodeFixture.php rename to tests/Fixture/NodeFixture.php diff --git a/Test/Fixture/NumberTreeFixture.php b/tests/Fixture/NumberTreeFixture.php similarity index 100% rename from Test/Fixture/NumberTreeFixture.php rename to tests/Fixture/NumberTreeFixture.php diff --git a/Test/Fixture/NumberTreeTwoFixture.php b/tests/Fixture/NumberTreeTwoFixture.php similarity index 100% rename from Test/Fixture/NumberTreeTwoFixture.php rename to tests/Fixture/NumberTreeTwoFixture.php diff --git a/Test/Fixture/NumericArticleFixture.php b/tests/Fixture/NumericArticleFixture.php similarity index 100% rename from Test/Fixture/NumericArticleFixture.php rename to tests/Fixture/NumericArticleFixture.php diff --git a/Test/Fixture/OverallFavoriteFixture.php b/tests/Fixture/OverallFavoriteFixture.php similarity index 100% rename from Test/Fixture/OverallFavoriteFixture.php rename to tests/Fixture/OverallFavoriteFixture.php diff --git a/Test/Fixture/PersonFixture.php b/tests/Fixture/PersonFixture.php similarity index 100% rename from Test/Fixture/PersonFixture.php rename to tests/Fixture/PersonFixture.php diff --git a/Test/Fixture/PlayerFixture.php b/tests/Fixture/PlayerFixture.php similarity index 100% rename from Test/Fixture/PlayerFixture.php rename to tests/Fixture/PlayerFixture.php diff --git a/Test/Fixture/PortfolioFixture.php b/tests/Fixture/PortfolioFixture.php similarity index 100% rename from Test/Fixture/PortfolioFixture.php rename to tests/Fixture/PortfolioFixture.php diff --git a/Test/Fixture/PostFixture.php b/tests/Fixture/PostFixture.php similarity index 100% rename from Test/Fixture/PostFixture.php rename to tests/Fixture/PostFixture.php diff --git a/Test/Fixture/PostsTagFixture.php b/tests/Fixture/PostsTagFixture.php similarity index 100% rename from Test/Fixture/PostsTagFixture.php rename to tests/Fixture/PostsTagFixture.php diff --git a/Test/Fixture/PrefixTestFixture.php b/tests/Fixture/PrefixTestFixture.php similarity index 100% rename from Test/Fixture/PrefixTestFixture.php rename to tests/Fixture/PrefixTestFixture.php diff --git a/Test/Fixture/PrimaryModelFixture.php b/tests/Fixture/PrimaryModelFixture.php similarity index 100% rename from Test/Fixture/PrimaryModelFixture.php rename to tests/Fixture/PrimaryModelFixture.php diff --git a/Test/Fixture/ProductFixture.php b/tests/Fixture/ProductFixture.php similarity index 100% rename from Test/Fixture/ProductFixture.php rename to tests/Fixture/ProductFixture.php diff --git a/Test/Fixture/ProductUpdateAllFixture.php b/tests/Fixture/ProductUpdateAllFixture.php similarity index 100% rename from Test/Fixture/ProductUpdateAllFixture.php rename to tests/Fixture/ProductUpdateAllFixture.php diff --git a/Test/Fixture/ProjectFixture.php b/tests/Fixture/ProjectFixture.php similarity index 100% rename from Test/Fixture/ProjectFixture.php rename to tests/Fixture/ProjectFixture.php diff --git a/Test/Fixture/SampleFixture.php b/tests/Fixture/SampleFixture.php similarity index 100% rename from Test/Fixture/SampleFixture.php rename to tests/Fixture/SampleFixture.php diff --git a/Test/Fixture/SecondaryModelFixture.php b/tests/Fixture/SecondaryModelFixture.php similarity index 100% rename from Test/Fixture/SecondaryModelFixture.php rename to tests/Fixture/SecondaryModelFixture.php diff --git a/Test/Fixture/SessionFixture.php b/tests/Fixture/SessionFixture.php similarity index 100% rename from Test/Fixture/SessionFixture.php rename to tests/Fixture/SessionFixture.php diff --git a/Test/Fixture/SiteFixture.php b/tests/Fixture/SiteFixture.php similarity index 100% rename from Test/Fixture/SiteFixture.php rename to tests/Fixture/SiteFixture.php diff --git a/Test/Fixture/SomethingElseFixture.php b/tests/Fixture/SomethingElseFixture.php similarity index 100% rename from Test/Fixture/SomethingElseFixture.php rename to tests/Fixture/SomethingElseFixture.php diff --git a/Test/Fixture/SomethingFixture.php b/tests/Fixture/SomethingFixture.php similarity index 100% rename from Test/Fixture/SomethingFixture.php rename to tests/Fixture/SomethingFixture.php diff --git a/Test/Fixture/StoriesTagFixture.php b/tests/Fixture/StoriesTagFixture.php similarity index 100% rename from Test/Fixture/StoriesTagFixture.php rename to tests/Fixture/StoriesTagFixture.php diff --git a/Test/Fixture/StoryFixture.php b/tests/Fixture/StoryFixture.php similarity index 100% rename from Test/Fixture/StoryFixture.php rename to tests/Fixture/StoryFixture.php diff --git a/Test/Fixture/SyfileFixture.php b/tests/Fixture/SyfileFixture.php similarity index 100% rename from Test/Fixture/SyfileFixture.php rename to tests/Fixture/SyfileFixture.php diff --git a/Test/Fixture/TagFixture.php b/tests/Fixture/TagFixture.php similarity index 100% rename from Test/Fixture/TagFixture.php rename to tests/Fixture/TagFixture.php diff --git a/Test/Fixture/TestPluginArticleFixture.php b/tests/Fixture/TestPluginArticleFixture.php similarity index 100% rename from Test/Fixture/TestPluginArticleFixture.php rename to tests/Fixture/TestPluginArticleFixture.php diff --git a/Test/Fixture/TestPluginCommentFixture.php b/tests/Fixture/TestPluginCommentFixture.php similarity index 100% rename from Test/Fixture/TestPluginCommentFixture.php rename to tests/Fixture/TestPluginCommentFixture.php diff --git a/Test/Fixture/ThePaperMonkiesFixture.php b/tests/Fixture/ThePaperMonkiesFixture.php similarity index 100% rename from Test/Fixture/ThePaperMonkiesFixture.php rename to tests/Fixture/ThePaperMonkiesFixture.php diff --git a/Test/Fixture/ThreadFixture.php b/tests/Fixture/ThreadFixture.php similarity index 100% rename from Test/Fixture/ThreadFixture.php rename to tests/Fixture/ThreadFixture.php diff --git a/Test/Fixture/TranslateArticleFixture.php b/tests/Fixture/TranslateArticleFixture.php similarity index 100% rename from Test/Fixture/TranslateArticleFixture.php rename to tests/Fixture/TranslateArticleFixture.php diff --git a/Test/Fixture/TranslateFixture.php b/tests/Fixture/TranslateFixture.php similarity index 100% rename from Test/Fixture/TranslateFixture.php rename to tests/Fixture/TranslateFixture.php diff --git a/Test/Fixture/TranslateTableFixture.php b/tests/Fixture/TranslateTableFixture.php similarity index 100% rename from Test/Fixture/TranslateTableFixture.php rename to tests/Fixture/TranslateTableFixture.php diff --git a/Test/Fixture/TranslateWithPrefixFixture.php b/tests/Fixture/TranslateWithPrefixFixture.php similarity index 100% rename from Test/Fixture/TranslateWithPrefixFixture.php rename to tests/Fixture/TranslateWithPrefixFixture.php diff --git a/Test/Fixture/TranslatedArticleFixture.php b/tests/Fixture/TranslatedArticleFixture.php similarity index 100% rename from Test/Fixture/TranslatedArticleFixture.php rename to tests/Fixture/TranslatedArticleFixture.php diff --git a/Test/Fixture/TranslatedItemFixture.php b/tests/Fixture/TranslatedItemFixture.php similarity index 100% rename from Test/Fixture/TranslatedItemFixture.php rename to tests/Fixture/TranslatedItemFixture.php diff --git a/Test/Fixture/UnconventionalTreeFixture.php b/tests/Fixture/UnconventionalTreeFixture.php similarity index 100% rename from Test/Fixture/UnconventionalTreeFixture.php rename to tests/Fixture/UnconventionalTreeFixture.php diff --git a/Test/Fixture/UnderscoreFieldFixture.php b/tests/Fixture/UnderscoreFieldFixture.php similarity index 100% rename from Test/Fixture/UnderscoreFieldFixture.php rename to tests/Fixture/UnderscoreFieldFixture.php diff --git a/Test/Fixture/UnsignedFixture.php b/tests/Fixture/UnsignedFixture.php similarity index 100% rename from Test/Fixture/UnsignedFixture.php rename to tests/Fixture/UnsignedFixture.php diff --git a/Test/Fixture/UserFixture.php b/tests/Fixture/UserFixture.php similarity index 100% rename from Test/Fixture/UserFixture.php rename to tests/Fixture/UserFixture.php diff --git a/Test/Fixture/UuidFixture.php b/tests/Fixture/UuidFixture.php similarity index 100% rename from Test/Fixture/UuidFixture.php rename to tests/Fixture/UuidFixture.php diff --git a/Test/Fixture/UuidTagFixture.php b/tests/Fixture/UuidTagFixture.php similarity index 100% rename from Test/Fixture/UuidTagFixture.php rename to tests/Fixture/UuidTagFixture.php diff --git a/Test/Fixture/UuidTreeFixture.php b/tests/Fixture/UuidTreeFixture.php similarity index 100% rename from Test/Fixture/UuidTreeFixture.php rename to tests/Fixture/UuidTreeFixture.php diff --git a/Test/Fixture/UuiditemFixture.php b/tests/Fixture/UuiditemFixture.php similarity index 100% rename from Test/Fixture/UuiditemFixture.php rename to tests/Fixture/UuiditemFixture.php diff --git a/Test/Fixture/UuiditemsUuidportfolioFixture.php b/tests/Fixture/UuiditemsUuidportfolioFixture.php similarity index 100% rename from Test/Fixture/UuiditemsUuidportfolioFixture.php rename to tests/Fixture/UuiditemsUuidportfolioFixture.php diff --git a/Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php b/tests/Fixture/UuiditemsUuidportfolioNumericidFixture.php similarity index 100% rename from Test/Fixture/UuiditemsUuidportfolioNumericidFixture.php rename to tests/Fixture/UuiditemsUuidportfolioNumericidFixture.php diff --git a/Test/Fixture/UuidportfolioFixture.php b/tests/Fixture/UuidportfolioFixture.php similarity index 100% rename from Test/Fixture/UuidportfolioFixture.php rename to tests/Fixture/UuidportfolioFixture.php diff --git a/Test/Fixture/rss.xml b/tests/Fixture/rss.xml similarity index 100% rename from Test/Fixture/rss.xml rename to tests/Fixture/rss.xml diff --git a/Test/Fixture/sample.xml b/tests/Fixture/sample.xml similarity index 100% rename from Test/Fixture/sample.xml rename to tests/Fixture/sample.xml diff --git a/Test/Fixture/soap_request.xml b/tests/Fixture/soap_request.xml similarity index 100% rename from Test/Fixture/soap_request.xml rename to tests/Fixture/soap_request.xml diff --git a/Test/Fixture/soap_response.xml b/tests/Fixture/soap_response.xml similarity index 100% rename from Test/Fixture/soap_response.xml rename to tests/Fixture/soap_response.xml diff --git a/Test/TestApp/Cache/Engine/TestAppCacheEngine.php b/tests/TestApp/Cache/Engine/TestAppCacheEngine.php similarity index 100% rename from Test/TestApp/Cache/Engine/TestAppCacheEngine.php rename to tests/TestApp/Cache/Engine/TestAppCacheEngine.php diff --git a/Test/TestApp/Config/acl.ini b/tests/TestApp/Config/acl.ini similarity index 100% rename from Test/TestApp/Config/acl.ini rename to tests/TestApp/Config/acl.ini diff --git a/Test/TestApp/Config/acl.ini.php b/tests/TestApp/Config/acl.ini.php similarity index 100% rename from Test/TestApp/Config/acl.ini.php rename to tests/TestApp/Config/acl.ini.php diff --git a/Test/TestApp/Config/acl.php b/tests/TestApp/Config/acl.php similarity index 100% rename from Test/TestApp/Config/acl.php rename to tests/TestApp/Config/acl.php diff --git a/Test/TestApp/Config/empty.ini b/tests/TestApp/Config/empty.ini similarity index 100% rename from Test/TestApp/Config/empty.ini rename to tests/TestApp/Config/empty.ini diff --git a/Test/TestApp/Config/empty.php b/tests/TestApp/Config/empty.php similarity index 100% rename from Test/TestApp/Config/empty.php rename to tests/TestApp/Config/empty.php diff --git a/Test/TestApp/Config/htmlhelper_minimized.ini b/tests/TestApp/Config/htmlhelper_minimized.ini similarity index 100% rename from Test/TestApp/Config/htmlhelper_minimized.ini rename to tests/TestApp/Config/htmlhelper_minimized.ini diff --git a/Test/TestApp/Config/htmlhelper_tags.php b/tests/TestApp/Config/htmlhelper_tags.php similarity index 100% rename from Test/TestApp/Config/htmlhelper_tags.php rename to tests/TestApp/Config/htmlhelper_tags.php diff --git a/Test/TestApp/Config/nested.ini b/tests/TestApp/Config/nested.ini similarity index 100% rename from Test/TestApp/Config/nested.ini rename to tests/TestApp/Config/nested.ini diff --git a/Test/TestApp/Config/no_ini_extension b/tests/TestApp/Config/no_ini_extension similarity index 100% rename from Test/TestApp/Config/no_ini_extension rename to tests/TestApp/Config/no_ini_extension diff --git a/Test/TestApp/Config/no_php_extension b/tests/TestApp/Config/no_php_extension similarity index 100% rename from Test/TestApp/Config/no_php_extension rename to tests/TestApp/Config/no_php_extension diff --git a/Test/TestApp/Config/no_section.ini b/tests/TestApp/Config/no_section.ini similarity index 100% rename from Test/TestApp/Config/no_section.ini rename to tests/TestApp/Config/no_section.ini diff --git a/Test/TestApp/Config/routes.php b/tests/TestApp/Config/routes.php similarity index 100% rename from Test/TestApp/Config/routes.php rename to tests/TestApp/Config/routes.php diff --git a/Test/TestApp/Config/test_templates.php b/tests/TestApp/Config/test_templates.php similarity index 100% rename from Test/TestApp/Config/test_templates.php rename to tests/TestApp/Config/test_templates.php diff --git a/Test/TestApp/Config/var_test.php b/tests/TestApp/Config/var_test.php similarity index 100% rename from Test/TestApp/Config/var_test.php rename to tests/TestApp/Config/var_test.php diff --git a/Test/TestApp/Config/var_test2.php b/tests/TestApp/Config/var_test2.php similarity index 100% rename from Test/TestApp/Config/var_test2.php rename to tests/TestApp/Config/var_test2.php diff --git a/Test/TestApp/Console/Command/SampleShell.php b/tests/TestApp/Console/Command/SampleShell.php similarity index 100% rename from Test/TestApp/Console/Command/SampleShell.php rename to tests/TestApp/Console/Command/SampleShell.php diff --git a/Test/TestApp/Console/Command/Task/empty b/tests/TestApp/Console/Command/Task/empty similarity index 100% rename from Test/TestApp/Console/Command/Task/empty rename to tests/TestApp/Console/Command/Task/empty diff --git a/Test/TestApp/Console/Templates/test/classes/test_object.ctp b/tests/TestApp/Console/Templates/test/classes/test_object.ctp similarity index 100% rename from Test/TestApp/Console/Templates/test/classes/test_object.ctp rename to tests/TestApp/Console/Templates/test/classes/test_object.ctp diff --git a/Test/TestApp/Console/Templates/test/views/admin_edit.ctp b/tests/TestApp/Console/Templates/test/views/admin_edit.ctp similarity index 100% rename from Test/TestApp/Console/Templates/test/views/admin_edit.ctp rename to tests/TestApp/Console/Templates/test/views/admin_edit.ctp diff --git a/Test/TestApp/Controller/AbstractController.php b/tests/TestApp/Controller/AbstractController.php similarity index 100% rename from Test/TestApp/Controller/AbstractController.php rename to tests/TestApp/Controller/AbstractController.php diff --git a/Test/TestApp/Controller/Admin/PostsController.php b/tests/TestApp/Controller/Admin/PostsController.php similarity index 100% rename from Test/TestApp/Controller/Admin/PostsController.php rename to tests/TestApp/Controller/Admin/PostsController.php diff --git a/Test/TestApp/Controller/AjaxAuthController.php b/tests/TestApp/Controller/AjaxAuthController.php similarity index 100% rename from Test/TestApp/Controller/AjaxAuthController.php rename to tests/TestApp/Controller/AjaxAuthController.php diff --git a/Test/TestApp/Controller/AppController.php b/tests/TestApp/Controller/AppController.php similarity index 100% rename from Test/TestApp/Controller/AppController.php rename to tests/TestApp/Controller/AppController.php diff --git a/Test/TestApp/Controller/AuthTestController.php b/tests/TestApp/Controller/AuthTestController.php similarity index 100% rename from Test/TestApp/Controller/AuthTestController.php rename to tests/TestApp/Controller/AuthTestController.php diff --git a/Test/TestApp/Controller/CommentsController.php b/tests/TestApp/Controller/CommentsController.php similarity index 100% rename from Test/TestApp/Controller/CommentsController.php rename to tests/TestApp/Controller/CommentsController.php diff --git a/Test/TestApp/Controller/Component/AppleComponent.php b/tests/TestApp/Controller/Component/AppleComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/AppleComponent.php rename to tests/TestApp/Controller/Component/AppleComponent.php diff --git a/Test/TestApp/Controller/Component/BananaComponent.php b/tests/TestApp/Controller/Component/BananaComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/BananaComponent.php rename to tests/TestApp/Controller/Component/BananaComponent.php diff --git a/Test/TestApp/Controller/Component/MergeVarComponent.php b/tests/TestApp/Controller/Component/MergeVarComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/MergeVarComponent.php rename to tests/TestApp/Controller/Component/MergeVarComponent.php diff --git a/Test/TestApp/Controller/Component/MutuallyReferencingOneComponent.php b/tests/TestApp/Controller/Component/MutuallyReferencingOneComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/MutuallyReferencingOneComponent.php rename to tests/TestApp/Controller/Component/MutuallyReferencingOneComponent.php diff --git a/Test/TestApp/Controller/Component/MutuallyReferencingTwoComponent.php b/tests/TestApp/Controller/Component/MutuallyReferencingTwoComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/MutuallyReferencingTwoComponent.php rename to tests/TestApp/Controller/Component/MutuallyReferencingTwoComponent.php diff --git a/Test/TestApp/Controller/Component/OrangeComponent.php b/tests/TestApp/Controller/Component/OrangeComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/OrangeComponent.php rename to tests/TestApp/Controller/Component/OrangeComponent.php diff --git a/Test/TestApp/Controller/Component/ParamTestComponent.php b/tests/TestApp/Controller/Component/ParamTestComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/ParamTestComponent.php rename to tests/TestApp/Controller/Component/ParamTestComponent.php diff --git a/Test/TestApp/Controller/Component/SomethingWithCookieComponent.php b/tests/TestApp/Controller/Component/SomethingWithCookieComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/SomethingWithCookieComponent.php rename to tests/TestApp/Controller/Component/SomethingWithCookieComponent.php diff --git a/Test/TestApp/Controller/Component/TestAuthComponent.php b/tests/TestApp/Controller/Component/TestAuthComponent.php similarity index 100% rename from Test/TestApp/Controller/Component/TestAuthComponent.php rename to tests/TestApp/Controller/Component/TestAuthComponent.php diff --git a/Test/TestApp/Controller/ComponentTestController.php b/tests/TestApp/Controller/ComponentTestController.php similarity index 100% rename from Test/TestApp/Controller/ComponentTestController.php rename to tests/TestApp/Controller/ComponentTestController.php diff --git a/Test/TestApp/Controller/OrangeSessionTestController.php b/tests/TestApp/Controller/OrangeSessionTestController.php similarity index 100% rename from Test/TestApp/Controller/OrangeSessionTestController.php rename to tests/TestApp/Controller/OrangeSessionTestController.php diff --git a/Test/TestApp/Controller/PagesController.php b/tests/TestApp/Controller/PagesController.php similarity index 100% rename from Test/TestApp/Controller/PagesController.php rename to tests/TestApp/Controller/PagesController.php diff --git a/Test/TestApp/Controller/PostsController.php b/tests/TestApp/Controller/PostsController.php similarity index 100% rename from Test/TestApp/Controller/PostsController.php rename to tests/TestApp/Controller/PostsController.php diff --git a/Test/TestApp/Controller/RequestActionController.php b/tests/TestApp/Controller/RequestActionController.php similarity index 100% rename from Test/TestApp/Controller/RequestActionController.php rename to tests/TestApp/Controller/RequestActionController.php diff --git a/Test/TestApp/Controller/RequestHandlerTestController.php b/tests/TestApp/Controller/RequestHandlerTestController.php similarity index 100% rename from Test/TestApp/Controller/RequestHandlerTestController.php rename to tests/TestApp/Controller/RequestHandlerTestController.php diff --git a/Test/TestApp/Controller/ScaffoldArticlesController.php b/tests/TestApp/Controller/ScaffoldArticlesController.php similarity index 100% rename from Test/TestApp/Controller/ScaffoldArticlesController.php rename to tests/TestApp/Controller/ScaffoldArticlesController.php diff --git a/Test/TestApp/Controller/SessionTestController.php b/tests/TestApp/Controller/SessionTestController.php similarity index 100% rename from Test/TestApp/Controller/SessionTestController.php rename to tests/TestApp/Controller/SessionTestController.php diff --git a/Test/TestApp/Controller/SomePagesController.php b/tests/TestApp/Controller/SomePagesController.php similarity index 100% rename from Test/TestApp/Controller/SomePagesController.php rename to tests/TestApp/Controller/SomePagesController.php diff --git a/Test/TestApp/Controller/SomePostsController.php b/tests/TestApp/Controller/SomePostsController.php similarity index 100% rename from Test/TestApp/Controller/SomePostsController.php rename to tests/TestApp/Controller/SomePostsController.php diff --git a/Test/TestApp/Controller/TestAppsErrorController.php b/tests/TestApp/Controller/TestAppsErrorController.php similarity index 100% rename from Test/TestApp/Controller/TestAppsErrorController.php rename to tests/TestApp/Controller/TestAppsErrorController.php diff --git a/Test/TestApp/Controller/TestCachedPagesController.php b/tests/TestApp/Controller/TestCachedPagesController.php similarity index 100% rename from Test/TestApp/Controller/TestCachedPagesController.php rename to tests/TestApp/Controller/TestCachedPagesController.php diff --git a/Test/TestApp/Controller/TestConfigsController.php b/tests/TestApp/Controller/TestConfigsController.php similarity index 100% rename from Test/TestApp/Controller/TestConfigsController.php rename to tests/TestApp/Controller/TestConfigsController.php diff --git a/Test/TestApp/Controller/TestDispatchPagesController.php b/tests/TestApp/Controller/TestDispatchPagesController.php similarity index 100% rename from Test/TestApp/Controller/TestDispatchPagesController.php rename to tests/TestApp/Controller/TestDispatchPagesController.php diff --git a/Test/TestApp/Controller/TestsAppsController.php b/tests/TestApp/Controller/TestsAppsController.php similarity index 100% rename from Test/TestApp/Controller/TestsAppsController.php rename to tests/TestApp/Controller/TestsAppsController.php diff --git a/Test/TestApp/Controller/TestsAppsPostsController.php b/tests/TestApp/Controller/TestsAppsPostsController.php similarity index 100% rename from Test/TestApp/Controller/TestsAppsPostsController.php rename to tests/TestApp/Controller/TestsAppsPostsController.php diff --git a/Test/TestApp/Error/TestAppsExceptionRenderer.php b/tests/TestApp/Error/TestAppsExceptionRenderer.php similarity index 100% rename from Test/TestApp/Error/TestAppsExceptionRenderer.php rename to tests/TestApp/Error/TestAppsExceptionRenderer.php diff --git a/Test/TestApp/Lib/Library.php b/tests/TestApp/Lib/Library.php similarity index 100% rename from Test/TestApp/Lib/Library.php rename to tests/TestApp/Lib/Library.php diff --git a/Test/TestApp/Locale/cache_test_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/cache_test_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/cache_test_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/cache_test_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/cache_test_po/LC_MESSAGES/dom1.po b/tests/TestApp/Locale/cache_test_po/LC_MESSAGES/dom1.po similarity index 100% rename from Test/TestApp/Locale/cache_test_po/LC_MESSAGES/dom1.po rename to tests/TestApp/Locale/cache_test_po/LC_MESSAGES/dom1.po diff --git a/Test/TestApp/Locale/cache_test_po/LC_MESSAGES/dom2.po b/tests/TestApp/Locale/cache_test_po/LC_MESSAGES/dom2.po similarity index 100% rename from Test/TestApp/Locale/cache_test_po/LC_MESSAGES/dom2.po rename to tests/TestApp/Locale/cache_test_po/LC_MESSAGES/dom2.po diff --git a/Test/TestApp/Locale/eng/LC_MESSAGES/validation_messages.po b/tests/TestApp/Locale/eng/LC_MESSAGES/validation_messages.po similarity index 100% rename from Test/TestApp/Locale/eng/LC_MESSAGES/validation_messages.po rename to tests/TestApp/Locale/eng/LC_MESSAGES/validation_messages.po diff --git a/Test/TestApp/Locale/ja_jp/LC_TIME b/tests/TestApp/Locale/ja_jp/LC_TIME similarity index 100% rename from Test/TestApp/Locale/ja_jp/LC_TIME rename to tests/TestApp/Locale/ja_jp/LC_TIME diff --git a/Test/TestApp/Locale/nld/LC_TIME b/tests/TestApp/Locale/nld/LC_TIME similarity index 100% rename from Test/TestApp/Locale/nld/LC_TIME rename to tests/TestApp/Locale/nld/LC_TIME diff --git a/Test/TestApp/Locale/po/LC_MESSAGES/default.po b/tests/TestApp/Locale/po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/po/LC_MONETARY/default.po b/tests/TestApp/Locale/po/LC_MONETARY/default.po similarity index 100% rename from Test/TestApp/Locale/po/LC_MONETARY/default.po rename to tests/TestApp/Locale/po/LC_MONETARY/default.po diff --git a/Test/TestApp/Locale/po/LC_TIME b/tests/TestApp/Locale/po/LC_TIME similarity index 100% rename from Test/TestApp/Locale/po/LC_TIME rename to tests/TestApp/Locale/po/LC_TIME diff --git a/Test/TestApp/Locale/rule_0_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_0_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_0_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_0_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_0_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_0_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_0_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_0_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_0_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_0_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_0_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_0_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_0_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_0_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_0_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_0_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_10_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_10_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_10_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_10_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_10_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_10_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_10_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_10_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_10_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_10_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_10_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_10_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_10_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_10_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_10_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_10_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_11_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_11_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_11_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_11_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_11_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_11_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_11_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_11_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_11_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_11_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_11_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_11_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_11_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_11_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_11_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_11_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_12_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_12_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_12_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_12_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_12_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_12_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_12_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_12_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_12_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_12_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_12_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_12_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_12_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_12_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_12_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_12_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_13_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_13_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_13_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_13_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_13_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_13_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_13_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_13_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_13_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_13_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_13_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_13_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_13_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_13_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_13_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_13_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_14_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_14_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_14_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_14_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_14_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_14_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_14_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_14_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_14_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_14_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_14_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_14_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_14_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_14_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_14_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_14_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_1_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_1_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_1_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_1_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_1_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_1_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_1_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_1_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_1_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_1_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_1_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_1_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_1_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_1_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_1_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_1_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_2_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_2_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_2_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_2_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_2_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_2_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_2_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_2_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_2_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_2_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_2_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_2_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_2_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_2_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_2_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_2_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_3_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_3_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_3_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_3_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_3_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_3_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_3_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_3_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_3_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_3_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_3_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_3_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_3_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_3_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_3_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_3_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_4_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_4_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_4_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_4_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_4_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_4_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_4_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_4_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_4_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_4_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_4_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_4_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_4_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_4_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_4_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_4_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_5_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_5_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_5_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_5_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_5_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_5_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_5_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_5_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_5_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_5_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_5_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_5_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_5_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_5_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_5_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_5_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_6_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_6_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_6_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_6_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_6_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_6_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_6_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_6_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_6_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_6_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_6_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_6_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_6_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_6_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_6_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_6_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_7_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_7_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_7_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_7_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_7_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_7_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_7_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_7_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_7_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_7_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_7_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_7_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_7_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_7_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_7_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_7_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_8_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_8_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_8_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_8_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_8_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_8_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_8_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_8_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_8_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_8_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_8_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_8_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_8_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_8_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_8_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_8_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/rule_9_mo/LC_MESSAGES/core.mo b/tests/TestApp/Locale/rule_9_mo/LC_MESSAGES/core.mo similarity index 100% rename from Test/TestApp/Locale/rule_9_mo/LC_MESSAGES/core.mo rename to tests/TestApp/Locale/rule_9_mo/LC_MESSAGES/core.mo diff --git a/Test/TestApp/Locale/rule_9_mo/LC_MESSAGES/default.mo b/tests/TestApp/Locale/rule_9_mo/LC_MESSAGES/default.mo similarity index 100% rename from Test/TestApp/Locale/rule_9_mo/LC_MESSAGES/default.mo rename to tests/TestApp/Locale/rule_9_mo/LC_MESSAGES/default.mo diff --git a/Test/TestApp/Locale/rule_9_po/LC_MESSAGES/core.po b/tests/TestApp/Locale/rule_9_po/LC_MESSAGES/core.po similarity index 100% rename from Test/TestApp/Locale/rule_9_po/LC_MESSAGES/core.po rename to tests/TestApp/Locale/rule_9_po/LC_MESSAGES/core.po diff --git a/Test/TestApp/Locale/rule_9_po/LC_MESSAGES/default.po b/tests/TestApp/Locale/rule_9_po/LC_MESSAGES/default.po similarity index 100% rename from Test/TestApp/Locale/rule_9_po/LC_MESSAGES/default.po rename to tests/TestApp/Locale/rule_9_po/LC_MESSAGES/default.po diff --git a/Test/TestApp/Locale/spa/LC_TIME b/tests/TestApp/Locale/spa/LC_TIME similarity index 100% rename from Test/TestApp/Locale/spa/LC_TIME rename to tests/TestApp/Locale/spa/LC_TIME diff --git a/Test/TestApp/Log/Engine/TestAppLog.php b/tests/TestApp/Log/Engine/TestAppLog.php similarity index 100% rename from Test/TestApp/Log/Engine/TestAppLog.php rename to tests/TestApp/Log/Engine/TestAppLog.php diff --git a/Test/TestApp/Model/Behavior/DuplicateBehavior.php b/tests/TestApp/Model/Behavior/DuplicateBehavior.php similarity index 100% rename from Test/TestApp/Model/Behavior/DuplicateBehavior.php rename to tests/TestApp/Model/Behavior/DuplicateBehavior.php diff --git a/Test/TestApp/Model/Behavior/SluggableBehavior.php b/tests/TestApp/Model/Behavior/SluggableBehavior.php similarity index 100% rename from Test/TestApp/Model/Behavior/SluggableBehavior.php rename to tests/TestApp/Model/Behavior/SluggableBehavior.php diff --git a/Test/TestApp/Model/Entity/Article.php b/tests/TestApp/Model/Entity/Article.php similarity index 100% rename from Test/TestApp/Model/Entity/Article.php rename to tests/TestApp/Model/Entity/Article.php diff --git a/Test/TestApp/Model/Entity/ArticlesTag.php b/tests/TestApp/Model/Entity/ArticlesTag.php similarity index 100% rename from Test/TestApp/Model/Entity/ArticlesTag.php rename to tests/TestApp/Model/Entity/ArticlesTag.php diff --git a/Test/TestApp/Model/Entity/Author.php b/tests/TestApp/Model/Entity/Author.php similarity index 100% rename from Test/TestApp/Model/Entity/Author.php rename to tests/TestApp/Model/Entity/Author.php diff --git a/Test/TestApp/Model/Entity/Tag.php b/tests/TestApp/Model/Entity/Tag.php similarity index 100% rename from Test/TestApp/Model/Entity/Tag.php rename to tests/TestApp/Model/Entity/Tag.php diff --git a/Test/TestApp/Model/Repository/ArticlesTable.php b/tests/TestApp/Model/Repository/ArticlesTable.php similarity index 100% rename from Test/TestApp/Model/Repository/ArticlesTable.php rename to tests/TestApp/Model/Repository/ArticlesTable.php diff --git a/Test/TestApp/Model/Repository/ArticlesTagsTable.php b/tests/TestApp/Model/Repository/ArticlesTagsTable.php similarity index 100% rename from Test/TestApp/Model/Repository/ArticlesTagsTable.php rename to tests/TestApp/Model/Repository/ArticlesTagsTable.php diff --git a/Test/TestApp/Model/Repository/AuthUsersTable.php b/tests/TestApp/Model/Repository/AuthUsersTable.php similarity index 100% rename from Test/TestApp/Model/Repository/AuthUsersTable.php rename to tests/TestApp/Model/Repository/AuthUsersTable.php diff --git a/Test/TestApp/Model/Repository/AuthorsTable.php b/tests/TestApp/Model/Repository/AuthorsTable.php similarity index 100% rename from Test/TestApp/Model/Repository/AuthorsTable.php rename to tests/TestApp/Model/Repository/AuthorsTable.php diff --git a/Test/TestApp/Model/Repository/PaginatorPostsTable.php b/tests/TestApp/Model/Repository/PaginatorPostsTable.php similarity index 100% rename from Test/TestApp/Model/Repository/PaginatorPostsTable.php rename to tests/TestApp/Model/Repository/PaginatorPostsTable.php diff --git a/Test/TestApp/Model/Repository/PostsTable.php b/tests/TestApp/Model/Repository/PostsTable.php similarity index 100% rename from Test/TestApp/Model/Repository/PostsTable.php rename to tests/TestApp/Model/Repository/PostsTable.php diff --git a/Test/TestApp/Model/Repository/TagsTable.php b/tests/TestApp/Model/Repository/TagsTable.php similarity index 100% rename from Test/TestApp/Model/Repository/TagsTable.php rename to tests/TestApp/Model/Repository/TagsTable.php diff --git a/Test/TestApp/Network/Session/TestAppLibSession.php b/tests/TestApp/Network/Session/TestAppLibSession.php similarity index 100% rename from Test/TestApp/Network/Session/TestAppLibSession.php rename to tests/TestApp/Network/Session/TestAppLibSession.php diff --git a/Test/TestApp/Plugin/Company/TestPluginThree/Utility/Hello.php b/tests/TestApp/Plugin/Company/TestPluginThree/Utility/Hello.php similarity index 100% rename from Test/TestApp/Plugin/Company/TestPluginThree/Utility/Hello.php rename to tests/TestApp/Plugin/Company/TestPluginThree/Utility/Hello.php diff --git a/Test/TestApp/Plugin/PluginJs/Config/bootstrap.php b/tests/TestApp/Plugin/PluginJs/Config/bootstrap.php similarity index 100% rename from Test/TestApp/Plugin/PluginJs/Config/bootstrap.php rename to tests/TestApp/Plugin/PluginJs/Config/bootstrap.php diff --git a/Test/TestApp/Plugin/PluginJs/webroot/js/one/plugin_one.js b/tests/TestApp/Plugin/PluginJs/webroot/js/one/plugin_one.js similarity index 100% rename from Test/TestApp/Plugin/PluginJs/webroot/js/one/plugin_one.js rename to tests/TestApp/Plugin/PluginJs/webroot/js/one/plugin_one.js diff --git a/Test/TestApp/Plugin/PluginJs/webroot/js/plugin_js.js b/tests/TestApp/Plugin/PluginJs/webroot/js/plugin_js.js similarity index 100% rename from Test/TestApp/Plugin/PluginJs/webroot/js/plugin_js.js rename to tests/TestApp/Plugin/PluginJs/webroot/js/plugin_js.js diff --git a/Test/TestApp/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php b/tests/TestApp/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php rename to tests/TestApp/Plugin/TestPlugin/Cache/Engine/TestPluginCacheEngine.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/Schema/schema.php b/tests/TestApp/Plugin/TestPlugin/Config/Schema/schema.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/Schema/schema.php rename to tests/TestApp/Plugin/TestPlugin/Config/Schema/schema.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/acl.ini.php b/tests/TestApp/Plugin/TestPlugin/Config/acl.ini.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/acl.ini.php rename to tests/TestApp/Plugin/TestPlugin/Config/acl.ini.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/bootstrap.php b/tests/TestApp/Plugin/TestPlugin/Config/bootstrap.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/bootstrap.php rename to tests/TestApp/Plugin/TestPlugin/Config/bootstrap.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/custom_config.php b/tests/TestApp/Plugin/TestPlugin/Config/custom_config.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/custom_config.php rename to tests/TestApp/Plugin/TestPlugin/Config/custom_config.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/load.php b/tests/TestApp/Plugin/TestPlugin/Config/load.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/load.php rename to tests/TestApp/Plugin/TestPlugin/Config/load.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/more.load.php b/tests/TestApp/Plugin/TestPlugin/Config/more.load.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/more.load.php rename to tests/TestApp/Plugin/TestPlugin/Config/more.load.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/nested.ini b/tests/TestApp/Plugin/TestPlugin/Config/nested.ini similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/nested.ini rename to tests/TestApp/Plugin/TestPlugin/Config/nested.ini diff --git a/Test/TestApp/Plugin/TestPlugin/Config/routes.php b/tests/TestApp/Plugin/TestPlugin/Config/routes.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/routes.php rename to tests/TestApp/Plugin/TestPlugin/Config/routes.php diff --git a/Test/TestApp/Plugin/TestPlugin/Config/test_templates.php b/tests/TestApp/Plugin/TestPlugin/Config/test_templates.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Config/test_templates.php rename to tests/TestApp/Plugin/TestPlugin/Config/test_templates.php diff --git a/Test/TestApp/Plugin/TestPlugin/Console/Command/ExampleShell.php b/tests/TestApp/Plugin/TestPlugin/Console/Command/ExampleShell.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Console/Command/ExampleShell.php rename to tests/TestApp/Plugin/TestPlugin/Console/Command/ExampleShell.php diff --git a/Test/TestApp/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php b/tests/TestApp/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php rename to tests/TestApp/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php diff --git a/Test/TestApp/Plugin/TestPlugin/Console/Templates/empty b/tests/TestApp/Plugin/TestPlugin/Console/Templates/empty similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Console/Templates/empty rename to tests/TestApp/Plugin/TestPlugin/Console/Templates/empty diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/Admin/CommentsController.php b/tests/TestApp/Plugin/TestPlugin/Controller/Admin/CommentsController.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/Admin/CommentsController.php rename to tests/TestApp/Plugin/TestPlugin/Controller/Admin/CommentsController.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/Component/OtherComponent.php b/tests/TestApp/Plugin/TestPlugin/Controller/Component/OtherComponent.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/Component/OtherComponent.php rename to tests/TestApp/Plugin/TestPlugin/Controller/Component/OtherComponent.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/Component/PluginsComponent.php b/tests/TestApp/Plugin/TestPlugin/Controller/Component/PluginsComponent.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/Component/PluginsComponent.php rename to tests/TestApp/Plugin/TestPlugin/Controller/Component/PluginsComponent.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php b/tests/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php rename to tests/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php b/tests/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php rename to tests/TestApp/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/TestPluginAppController.php b/tests/TestApp/Plugin/TestPlugin/Controller/TestPluginAppController.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/TestPluginAppController.php rename to tests/TestApp/Plugin/TestPlugin/Controller/TestPluginAppController.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/TestPluginController.php b/tests/TestApp/Plugin/TestPlugin/Controller/TestPluginController.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/TestPluginController.php rename to tests/TestApp/Plugin/TestPlugin/Controller/TestPluginController.php diff --git a/Test/TestApp/Plugin/TestPlugin/Controller/TestsController.php b/tests/TestApp/Plugin/TestPlugin/Controller/TestsController.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Controller/TestsController.php rename to tests/TestApp/Plugin/TestPlugin/Controller/TestsController.php diff --git a/Test/TestApp/Plugin/TestPlugin/Database/Driver/TestSource.php b/tests/TestApp/Plugin/TestPlugin/Database/Driver/TestSource.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Database/Driver/TestSource.php rename to tests/TestApp/Plugin/TestPlugin/Database/Driver/TestSource.php diff --git a/Test/TestApp/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php b/tests/TestApp/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php rename to tests/TestApp/Plugin/TestPlugin/Error/TestPluginExceptionRenderer.php diff --git a/Test/TestApp/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php b/tests/TestApp/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php rename to tests/TestApp/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php diff --git a/Test/TestApp/Plugin/TestPlugin/Lib/TestPluginLibrary.php b/tests/TestApp/Plugin/TestPlugin/Lib/TestPluginLibrary.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Lib/TestPluginLibrary.php rename to tests/TestApp/Plugin/TestPlugin/Lib/TestPluginLibrary.php diff --git a/Test/TestApp/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php b/tests/TestApp/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php rename to tests/TestApp/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php diff --git a/Test/TestApp/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po b/tests/TestApp/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po rename to tests/TestApp/Plugin/TestPlugin/Locale/po/LC_MESSAGES/test_plugin.po diff --git a/Test/TestApp/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po b/tests/TestApp/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po rename to tests/TestApp/Plugin/TestPlugin/Locale/po/LC_MONETARY/test_plugin.po diff --git a/Test/TestApp/Plugin/TestPlugin/Log/Engine/TestPluginLog.php b/tests/TestApp/Plugin/TestPlugin/Log/Engine/TestPluginLog.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Log/Engine/TestPluginLog.php rename to tests/TestApp/Plugin/TestPlugin/Log/Engine/TestPluginLog.php diff --git a/Test/TestApp/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php b/tests/TestApp/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php rename to tests/TestApp/Plugin/TestPlugin/Model/Behavior/PersisterOneBehavior.php diff --git a/Test/TestApp/Plugin/TestPlugin/Model/Repository/TestPluginCommentsTable.php b/tests/TestApp/Plugin/TestPlugin/Model/Repository/TestPluginCommentsTable.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Model/Repository/TestPluginCommentsTable.php rename to tests/TestApp/Plugin/TestPlugin/Model/Repository/TestPluginCommentsTable.php diff --git a/Test/TestApp/Plugin/TestPlugin/Network/Session/TestPluginSession.php b/tests/TestApp/Plugin/TestPlugin/Network/Session/TestPluginSession.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Network/Session/TestPluginSession.php rename to tests/TestApp/Plugin/TestPlugin/Network/Session/TestPluginSession.php diff --git a/Test/TestApp/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php b/tests/TestApp/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php rename to tests/TestApp/Plugin/TestPlugin/Routing/Filter/Test2DispatcherFilter.php diff --git a/Test/TestApp/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php b/tests/TestApp/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php rename to tests/TestApp/Plugin/TestPlugin/Routing/Filter/TestDispatcherFilter.php diff --git a/Test/TestApp/Plugin/TestPlugin/Routing/Route/TestRoute.php b/tests/TestApp/Plugin/TestPlugin/Routing/Route/TestRoute.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Routing/Route/TestRoute.php rename to tests/TestApp/Plugin/TestPlugin/Routing/Route/TestRoute.php diff --git a/Test/TestApp/Plugin/TestPlugin/Utility/TestPluginEngine.php b/tests/TestApp/Plugin/TestPlugin/Utility/TestPluginEngine.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Utility/TestPluginEngine.php rename to tests/TestApp/Plugin/TestPlugin/Utility/TestPluginEngine.php diff --git a/Test/TestApp/Plugin/TestPlugin/Vendor/Example/ExampleExample.php b/tests/TestApp/Plugin/TestPlugin/Vendor/Example/ExampleExample.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Vendor/Example/ExampleExample.php rename to tests/TestApp/Plugin/TestPlugin/Vendor/Example/ExampleExample.php diff --git a/Test/TestApp/Plugin/TestPlugin/Vendor/sample/sample_plugin.php b/tests/TestApp/Plugin/TestPlugin/Vendor/sample/sample_plugin.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Vendor/sample/sample_plugin.php rename to tests/TestApp/Plugin/TestPlugin/Vendor/sample/sample_plugin.php diff --git a/Test/TestApp/Plugin/TestPlugin/Vendor/welcome.php b/tests/TestApp/Plugin/TestPlugin/Vendor/welcome.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/Vendor/welcome.php rename to tests/TestApp/Plugin/TestPlugin/Vendor/welcome.php diff --git a/Test/TestApp/Plugin/TestPlugin/View/Element/plugin_element.ctp b/tests/TestApp/Plugin/TestPlugin/View/Element/plugin_element.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Element/plugin_element.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Element/plugin_element.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Element/sub_dir/sub_element.ctp b/tests/TestApp/Plugin/TestPlugin/View/Element/sub_dir/sub_element.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Element/sub_dir/sub_element.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Element/sub_dir/sub_element.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Element/test_plugin_element.ctp b/tests/TestApp/Plugin/TestPlugin/View/Element/test_plugin_element.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Element/test_plugin_element.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Element/test_plugin_element.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Element/translate.ctp b/tests/TestApp/Plugin/TestPlugin/View/Element/translate.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Element/translate.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Element/translate.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Email/text/test_plugin_tpl.ctp b/tests/TestApp/Plugin/TestPlugin/View/Email/text/test_plugin_tpl.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Email/text/test_plugin_tpl.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Email/text/test_plugin_tpl.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php b/tests/TestApp/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php rename to tests/TestApp/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php diff --git a/Test/TestApp/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php b/tests/TestApp/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php rename to tests/TestApp/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php diff --git a/Test/TestApp/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php b/tests/TestApp/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php rename to tests/TestApp/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php diff --git a/Test/TestApp/Plugin/TestPlugin/View/Layout/Email/text/plug_default.ctp b/tests/TestApp/Plugin/TestPlugin/View/Layout/Email/text/plug_default.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Layout/Email/text/plug_default.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Layout/Email/text/plug_default.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Layout/default.ctp b/tests/TestApp/Plugin/TestPlugin/View/Layout/default.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Layout/default.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Layout/default.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Tests/index.ctp b/tests/TestApp/Plugin/TestPlugin/View/Tests/index.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Tests/index.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Tests/index.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/View/Tests/scaffold.form.ctp b/tests/TestApp/Plugin/TestPlugin/View/Tests/scaffold.form.ctp similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/View/Tests/scaffold.form.ctp rename to tests/TestApp/Plugin/TestPlugin/View/Tests/scaffold.form.ctp diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/css/test_plugin_asset.css b/tests/TestApp/Plugin/TestPlugin/webroot/css/test_plugin_asset.css similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/css/test_plugin_asset.css rename to tests/TestApp/Plugin/TestPlugin/webroot/css/test_plugin_asset.css diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/css/theme_one.htc b/tests/TestApp/Plugin/TestPlugin/webroot/css/theme_one.htc similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/css/theme_one.htc rename to tests/TestApp/Plugin/TestPlugin/webroot/css/theme_one.htc diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/css/unknown.extension b/tests/TestApp/Plugin/TestPlugin/webroot/css/unknown.extension similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/css/unknown.extension rename to tests/TestApp/Plugin/TestPlugin/webroot/css/unknown.extension diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/flash/plugin_test.swf b/tests/TestApp/Plugin/TestPlugin/webroot/flash/plugin_test.swf similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/flash/plugin_test.swf rename to tests/TestApp/Plugin/TestPlugin/webroot/flash/plugin_test.swf diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/img/cake.icon.gif b/tests/TestApp/Plugin/TestPlugin/webroot/img/cake.icon.gif similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/img/cake.icon.gif rename to tests/TestApp/Plugin/TestPlugin/webroot/img/cake.icon.gif diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/js/test_plugin/test.js b/tests/TestApp/Plugin/TestPlugin/webroot/js/test_plugin/test.js similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/js/test_plugin/test.js rename to tests/TestApp/Plugin/TestPlugin/webroot/js/test_plugin/test.js diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf b/tests/TestApp/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf rename to tests/TestApp/Plugin/TestPlugin/webroot/pdfs/plugin_test.pdf diff --git a/Test/TestApp/Plugin/TestPlugin/webroot/root.js b/tests/TestApp/Plugin/TestPlugin/webroot/root.js similarity index 100% rename from Test/TestApp/Plugin/TestPlugin/webroot/root.js rename to tests/TestApp/Plugin/TestPlugin/webroot/root.js diff --git a/Test/TestApp/Plugin/TestPluginTwo/Config/bootstrap.php b/tests/TestApp/Plugin/TestPluginTwo/Config/bootstrap.php similarity index 100% rename from Test/TestApp/Plugin/TestPluginTwo/Config/bootstrap.php rename to tests/TestApp/Plugin/TestPluginTwo/Config/bootstrap.php diff --git a/Test/TestApp/Plugin/TestPluginTwo/Console/Command/ExampleShell.php b/tests/TestApp/Plugin/TestPluginTwo/Console/Command/ExampleShell.php similarity index 100% rename from Test/TestApp/Plugin/TestPluginTwo/Console/Command/ExampleShell.php rename to tests/TestApp/Plugin/TestPluginTwo/Console/Command/ExampleShell.php diff --git a/Test/TestApp/Plugin/TestPluginTwo/Console/Command/Task/empty b/tests/TestApp/Plugin/TestPluginTwo/Console/Command/Task/empty similarity index 100% rename from Test/TestApp/Plugin/TestPluginTwo/Console/Command/Task/empty rename to tests/TestApp/Plugin/TestPluginTwo/Console/Command/Task/empty diff --git a/Test/TestApp/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php b/tests/TestApp/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php similarity index 100% rename from Test/TestApp/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php rename to tests/TestApp/Plugin/TestPluginTwo/Console/Command/WelcomeShell.php diff --git a/Test/TestApp/Plugin/TestPluginTwo/Console/Templates/empty b/tests/TestApp/Plugin/TestPluginTwo/Console/Templates/empty similarity index 100% rename from Test/TestApp/Plugin/TestPluginTwo/Console/Templates/empty rename to tests/TestApp/Plugin/TestPluginTwo/Console/Templates/empty diff --git a/Test/TestApp/Utility/TestAppEngine.php b/tests/TestApp/Utility/TestAppEngine.php similarity index 100% rename from Test/TestApp/Utility/TestAppEngine.php rename to tests/TestApp/Utility/TestAppEngine.php diff --git a/Test/TestApp/Utility/TestUtilityClass.php b/tests/TestApp/Utility/TestUtilityClass.php similarity index 100% rename from Test/TestApp/Utility/TestUtilityClass.php rename to tests/TestApp/Utility/TestUtilityClass.php diff --git a/Test/TestApp/View/CustomJsonView.php b/tests/TestApp/View/CustomJsonView.php similarity index 100% rename from Test/TestApp/View/CustomJsonView.php rename to tests/TestApp/View/CustomJsonView.php diff --git a/Test/TestApp/View/Element/extended_element.ctp b/tests/TestApp/View/Element/extended_element.ctp similarity index 100% rename from Test/TestApp/View/Element/extended_element.ctp rename to tests/TestApp/View/Element/extended_element.ctp diff --git a/Test/TestApp/View/Element/extended_missing_element.ctp b/tests/TestApp/View/Element/extended_missing_element.ctp similarity index 100% rename from Test/TestApp/View/Element/extended_missing_element.ctp rename to tests/TestApp/View/Element/extended_missing_element.ctp diff --git a/Test/TestApp/View/Element/html_call.ctp b/tests/TestApp/View/Element/html_call.ctp similarity index 100% rename from Test/TestApp/View/Element/html_call.ctp rename to tests/TestApp/View/Element/html_call.ctp diff --git a/Test/TestApp/View/Element/nocache/contains_nocache.ctp b/tests/TestApp/View/Element/nocache/contains_nocache.ctp similarity index 100% rename from Test/TestApp/View/Element/nocache/contains_nocache.ctp rename to tests/TestApp/View/Element/nocache/contains_nocache.ctp diff --git a/Test/TestApp/View/Element/nocache/plain.ctp b/tests/TestApp/View/Element/nocache/plain.ctp similarity index 100% rename from Test/TestApp/View/Element/nocache/plain.ctp rename to tests/TestApp/View/Element/nocache/plain.ctp diff --git a/Test/TestApp/View/Element/nocache/sub1.ctp b/tests/TestApp/View/Element/nocache/sub1.ctp similarity index 100% rename from Test/TestApp/View/Element/nocache/sub1.ctp rename to tests/TestApp/View/Element/nocache/sub1.ctp diff --git a/Test/TestApp/View/Element/nocache/sub2.ctp b/tests/TestApp/View/Element/nocache/sub2.ctp similarity index 100% rename from Test/TestApp/View/Element/nocache/sub2.ctp rename to tests/TestApp/View/Element/nocache/sub2.ctp diff --git a/Test/TestApp/View/Element/parent_element.ctp b/tests/TestApp/View/Element/parent_element.ctp similarity index 100% rename from Test/TestApp/View/Element/parent_element.ctp rename to tests/TestApp/View/Element/parent_element.ctp diff --git a/Test/TestApp/View/Element/session_helper.ctp b/tests/TestApp/View/Element/session_helper.ctp similarity index 100% rename from Test/TestApp/View/Element/session_helper.ctp rename to tests/TestApp/View/Element/session_helper.ctp diff --git a/Test/TestApp/View/Element/test_element.ctp b/tests/TestApp/View/Element/test_element.ctp similarity index 100% rename from Test/TestApp/View/Element/test_element.ctp rename to tests/TestApp/View/Element/test_element.ctp diff --git a/Test/TestApp/View/Element/test_element.xml b/tests/TestApp/View/Element/test_element.xml similarity index 100% rename from Test/TestApp/View/Element/test_element.xml rename to tests/TestApp/View/Element/test_element.xml diff --git a/Test/TestApp/View/Element/type_check.ctp b/tests/TestApp/View/Element/type_check.ctp similarity index 100% rename from Test/TestApp/View/Element/type_check.ctp rename to tests/TestApp/View/Element/type_check.ctp diff --git a/Test/TestApp/View/Email/html/custom.ctp b/tests/TestApp/View/Email/html/custom.ctp similarity index 100% rename from Test/TestApp/View/Email/html/custom.ctp rename to tests/TestApp/View/Email/html/custom.ctp diff --git a/Test/TestApp/View/Email/html/default.ctp b/tests/TestApp/View/Email/html/default.ctp similarity index 100% rename from Test/TestApp/View/Email/html/default.ctp rename to tests/TestApp/View/Email/html/default.ctp diff --git a/Test/TestApp/View/Email/html/html.ctp b/tests/TestApp/View/Email/html/html.ctp similarity index 100% rename from Test/TestApp/View/Email/html/html.ctp rename to tests/TestApp/View/Email/html/html.ctp diff --git a/Test/TestApp/View/Email/html/image.ctp b/tests/TestApp/View/Email/html/image.ctp similarity index 100% rename from Test/TestApp/View/Email/html/image.ctp rename to tests/TestApp/View/Email/html/image.ctp diff --git a/Test/TestApp/View/Email/html/japanese.ctp b/tests/TestApp/View/Email/html/japanese.ctp similarity index 100% rename from Test/TestApp/View/Email/html/japanese.ctp rename to tests/TestApp/View/Email/html/japanese.ctp diff --git a/Test/TestApp/View/Email/html/nested_element.ctp b/tests/TestApp/View/Email/html/nested_element.ctp similarity index 100% rename from Test/TestApp/View/Email/html/nested_element.ctp rename to tests/TestApp/View/Email/html/nested_element.ctp diff --git a/Test/TestApp/View/Email/text/custom.ctp b/tests/TestApp/View/Email/text/custom.ctp similarity index 100% rename from Test/TestApp/View/Email/text/custom.ctp rename to tests/TestApp/View/Email/text/custom.ctp diff --git a/Test/TestApp/View/Email/text/custom_helper.ctp b/tests/TestApp/View/Email/text/custom_helper.ctp similarity index 100% rename from Test/TestApp/View/Email/text/custom_helper.ctp rename to tests/TestApp/View/Email/text/custom_helper.ctp diff --git a/Test/TestApp/View/Email/text/default.ctp b/tests/TestApp/View/Email/text/default.ctp similarity index 100% rename from Test/TestApp/View/Email/text/default.ctp rename to tests/TestApp/View/Email/text/default.ctp diff --git a/Test/TestApp/View/Email/text/japanese.ctp b/tests/TestApp/View/Email/text/japanese.ctp similarity index 100% rename from Test/TestApp/View/Email/text/japanese.ctp rename to tests/TestApp/View/Email/text/japanese.ctp diff --git a/Test/TestApp/View/Email/text/wide.ctp b/tests/TestApp/View/Email/text/wide.ctp similarity index 100% rename from Test/TestApp/View/Email/text/wide.ctp rename to tests/TestApp/View/Email/text/wide.ctp diff --git a/Test/TestApp/View/Error/empty b/tests/TestApp/View/Error/empty similarity index 100% rename from Test/TestApp/View/Error/empty rename to tests/TestApp/View/Error/empty diff --git a/Test/TestApp/View/Error/error400.ctp b/tests/TestApp/View/Error/error400.ctp similarity index 100% rename from Test/TestApp/View/Error/error400.ctp rename to tests/TestApp/View/Error/error400.ctp diff --git a/Test/TestApp/View/Error/error500.ctp b/tests/TestApp/View/Error/error500.ctp similarity index 100% rename from Test/TestApp/View/Error/error500.ctp rename to tests/TestApp/View/Error/error500.ctp diff --git a/Test/TestApp/View/Helper/BananaHelper.php b/tests/TestApp/View/Helper/BananaHelper.php similarity index 100% rename from Test/TestApp/View/Helper/BananaHelper.php rename to tests/TestApp/View/Helper/BananaHelper.php diff --git a/Test/TestApp/View/Layout/Email/html/default.ctp b/tests/TestApp/View/Layout/Email/html/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/Email/html/default.ctp rename to tests/TestApp/View/Layout/Email/html/default.ctp diff --git a/Test/TestApp/View/Layout/Email/html/japanese.ctp b/tests/TestApp/View/Layout/Email/html/japanese.ctp similarity index 100% rename from Test/TestApp/View/Layout/Email/html/japanese.ctp rename to tests/TestApp/View/Layout/Email/html/japanese.ctp diff --git a/Test/TestApp/View/Layout/Email/html/thin.ctp b/tests/TestApp/View/Layout/Email/html/thin.ctp similarity index 100% rename from Test/TestApp/View/Layout/Email/html/thin.ctp rename to tests/TestApp/View/Layout/Email/html/thin.ctp diff --git a/Test/TestApp/View/Layout/Email/text/default.ctp b/tests/TestApp/View/Layout/Email/text/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/Email/text/default.ctp rename to tests/TestApp/View/Layout/Email/text/default.ctp diff --git a/Test/TestApp/View/Layout/Email/text/japanese.ctp b/tests/TestApp/View/Layout/Email/text/japanese.ctp similarity index 100% rename from Test/TestApp/View/Layout/Email/text/japanese.ctp rename to tests/TestApp/View/Layout/Email/text/japanese.ctp diff --git a/Test/TestApp/View/Layout/ajax.ctp b/tests/TestApp/View/Layout/ajax.ctp similarity index 100% rename from Test/TestApp/View/Layout/ajax.ctp rename to tests/TestApp/View/Layout/ajax.ctp diff --git a/Test/TestApp/View/Layout/ajax2.ctp b/tests/TestApp/View/Layout/ajax2.ctp similarity index 100% rename from Test/TestApp/View/Layout/ajax2.ctp rename to tests/TestApp/View/Layout/ajax2.ctp diff --git a/Test/TestApp/View/Layout/banana.ctp b/tests/TestApp/View/Layout/banana.ctp similarity index 100% rename from Test/TestApp/View/Layout/banana.ctp rename to tests/TestApp/View/Layout/banana.ctp diff --git a/Test/TestApp/View/Layout/cache_empty_sections.ctp b/tests/TestApp/View/Layout/cache_empty_sections.ctp similarity index 100% rename from Test/TestApp/View/Layout/cache_empty_sections.ctp rename to tests/TestApp/View/Layout/cache_empty_sections.ctp diff --git a/Test/TestApp/View/Layout/cache_layout.ctp b/tests/TestApp/View/Layout/cache_layout.ctp similarity index 100% rename from Test/TestApp/View/Layout/cache_layout.ctp rename to tests/TestApp/View/Layout/cache_layout.ctp diff --git a/Test/TestApp/View/Layout/default.ctp b/tests/TestApp/View/Layout/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/default.ctp rename to tests/TestApp/View/Layout/default.ctp diff --git a/Test/TestApp/View/Layout/error.ctp b/tests/TestApp/View/Layout/error.ctp similarity index 100% rename from Test/TestApp/View/Layout/error.ctp rename to tests/TestApp/View/Layout/error.ctp diff --git a/Test/TestApp/View/Layout/js/default.ctp b/tests/TestApp/View/Layout/js/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/js/default.ctp rename to tests/TestApp/View/Layout/js/default.ctp diff --git a/Test/TestApp/View/Layout/json/default.ctp b/tests/TestApp/View/Layout/json/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/json/default.ctp rename to tests/TestApp/View/Layout/json/default.ctp diff --git a/Test/TestApp/View/Layout/multi_cache.ctp b/tests/TestApp/View/Layout/multi_cache.ctp similarity index 100% rename from Test/TestApp/View/Layout/multi_cache.ctp rename to tests/TestApp/View/Layout/multi_cache.ctp diff --git a/Test/TestApp/View/Layout/rss/default.ctp b/tests/TestApp/View/Layout/rss/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/rss/default.ctp rename to tests/TestApp/View/Layout/rss/default.ctp diff --git a/Test/TestApp/View/Layout/xml/default.ctp b/tests/TestApp/View/Layout/xml/default.ctp similarity index 100% rename from Test/TestApp/View/Layout/xml/default.ctp rename to tests/TestApp/View/Layout/xml/default.ctp diff --git a/Test/TestApp/View/Pages/extract.ctp b/tests/TestApp/View/Pages/extract.ctp similarity index 100% rename from Test/TestApp/View/Pages/extract.ctp rename to tests/TestApp/View/Pages/extract.ctp diff --git a/Test/TestApp/View/Pages/home.ctp b/tests/TestApp/View/Pages/home.ctp similarity index 100% rename from Test/TestApp/View/Pages/home.ctp rename to tests/TestApp/View/Pages/home.ctp diff --git a/Test/TestApp/View/Pages/page.home.ctp b/tests/TestApp/View/Pages/page.home.ctp similarity index 100% rename from Test/TestApp/View/Pages/page.home.ctp rename to tests/TestApp/View/Pages/page.home.ctp diff --git a/Test/TestApp/View/Posts/alt_ext.alt b/tests/TestApp/View/Posts/alt_ext.alt similarity index 100% rename from Test/TestApp/View/Posts/alt_ext.alt rename to tests/TestApp/View/Posts/alt_ext.alt diff --git a/Test/TestApp/View/Posts/cache_empty_sections.ctp b/tests/TestApp/View/Posts/cache_empty_sections.ctp similarity index 100% rename from Test/TestApp/View/Posts/cache_empty_sections.ctp rename to tests/TestApp/View/Posts/cache_empty_sections.ctp diff --git a/Test/TestApp/View/Posts/cache_form.ctp b/tests/TestApp/View/Posts/cache_form.ctp similarity index 100% rename from Test/TestApp/View/Posts/cache_form.ctp rename to tests/TestApp/View/Posts/cache_form.ctp diff --git a/Test/TestApp/View/Posts/extend_element.ctp b/tests/TestApp/View/Posts/extend_element.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_element.ctp rename to tests/TestApp/View/Posts/extend_element.ctp diff --git a/Test/TestApp/View/Posts/extend_loop.ctp b/tests/TestApp/View/Posts/extend_loop.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_loop.ctp rename to tests/TestApp/View/Posts/extend_loop.ctp diff --git a/Test/TestApp/View/Posts/extend_loop_inner.ctp b/tests/TestApp/View/Posts/extend_loop_inner.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_loop_inner.ctp rename to tests/TestApp/View/Posts/extend_loop_inner.ctp diff --git a/Test/TestApp/View/Posts/extend_missing_element.ctp b/tests/TestApp/View/Posts/extend_missing_element.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_missing_element.ctp rename to tests/TestApp/View/Posts/extend_missing_element.ctp diff --git a/Test/TestApp/View/Posts/extend_self.ctp b/tests/TestApp/View/Posts/extend_self.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_self.ctp rename to tests/TestApp/View/Posts/extend_self.ctp diff --git a/Test/TestApp/View/Posts/extend_with_element.ctp b/tests/TestApp/View/Posts/extend_with_element.ctp similarity index 100% rename from Test/TestApp/View/Posts/extend_with_element.ctp rename to tests/TestApp/View/Posts/extend_with_element.ctp diff --git a/Test/TestApp/View/Posts/helper_overwrite.ctp b/tests/TestApp/View/Posts/helper_overwrite.ctp similarity index 100% rename from Test/TestApp/View/Posts/helper_overwrite.ctp rename to tests/TestApp/View/Posts/helper_overwrite.ctp diff --git a/Test/TestApp/View/Posts/index.ctp b/tests/TestApp/View/Posts/index.ctp similarity index 100% rename from Test/TestApp/View/Posts/index.ctp rename to tests/TestApp/View/Posts/index.ctp diff --git a/Test/TestApp/View/Posts/json/index.ctp b/tests/TestApp/View/Posts/json/index.ctp similarity index 100% rename from Test/TestApp/View/Posts/json/index.ctp rename to tests/TestApp/View/Posts/json/index.ctp diff --git a/Test/TestApp/View/Posts/multiple_nocache.ctp b/tests/TestApp/View/Posts/multiple_nocache.ctp similarity index 100% rename from Test/TestApp/View/Posts/multiple_nocache.ctp rename to tests/TestApp/View/Posts/multiple_nocache.ctp diff --git a/Test/TestApp/View/Posts/nested_extends.ctp b/tests/TestApp/View/Posts/nested_extends.ctp similarity index 100% rename from Test/TestApp/View/Posts/nested_extends.ctp rename to tests/TestApp/View/Posts/nested_extends.ctp diff --git a/Test/TestApp/View/Posts/nocache_multiple_element.ctp b/tests/TestApp/View/Posts/nocache_multiple_element.ctp similarity index 100% rename from Test/TestApp/View/Posts/nocache_multiple_element.ctp rename to tests/TestApp/View/Posts/nocache_multiple_element.ctp diff --git a/Test/TestApp/View/Posts/open_block.ctp b/tests/TestApp/View/Posts/open_block.ctp similarity index 100% rename from Test/TestApp/View/Posts/open_block.ctp rename to tests/TestApp/View/Posts/open_block.ctp diff --git a/Test/TestApp/View/Posts/parent_1.ctp b/tests/TestApp/View/Posts/parent_1.ctp similarity index 100% rename from Test/TestApp/View/Posts/parent_1.ctp rename to tests/TestApp/View/Posts/parent_1.ctp diff --git a/Test/TestApp/View/Posts/parent_2.ctp b/tests/TestApp/View/Posts/parent_2.ctp similarity index 100% rename from Test/TestApp/View/Posts/parent_2.ctp rename to tests/TestApp/View/Posts/parent_2.ctp diff --git a/Test/TestApp/View/Posts/parent_view.ctp b/tests/TestApp/View/Posts/parent_view.ctp similarity index 100% rename from Test/TestApp/View/Posts/parent_view.ctp rename to tests/TestApp/View/Posts/parent_view.ctp diff --git a/Test/TestApp/View/Posts/scaffold.form.ctp b/tests/TestApp/View/Posts/scaffold.form.ctp similarity index 100% rename from Test/TestApp/View/Posts/scaffold.form.ctp rename to tests/TestApp/View/Posts/scaffold.form.ctp diff --git a/Test/TestApp/View/Posts/sequencial_nocache.ctp b/tests/TestApp/View/Posts/sequencial_nocache.ctp similarity index 100% rename from Test/TestApp/View/Posts/sequencial_nocache.ctp rename to tests/TestApp/View/Posts/sequencial_nocache.ctp diff --git a/Test/TestApp/View/Posts/test_nocache_tags.ctp b/tests/TestApp/View/Posts/test_nocache_tags.ctp similarity index 100% rename from Test/TestApp/View/Posts/test_nocache_tags.ctp rename to tests/TestApp/View/Posts/test_nocache_tags.ctp diff --git a/Test/TestApp/View/Posts/xml/index.ctp b/tests/TestApp/View/Posts/xml/index.ctp similarity index 100% rename from Test/TestApp/View/Posts/xml/index.ctp rename to tests/TestApp/View/Posts/xml/index.ctp diff --git a/Test/TestApp/View/Scaffold/empty b/tests/TestApp/View/Scaffold/empty similarity index 100% rename from Test/TestApp/View/Scaffold/empty rename to tests/TestApp/View/Scaffold/empty diff --git a/Test/TestApp/View/TestsApps/index.ctp b/tests/TestApp/View/TestsApps/index.ctp similarity index 100% rename from Test/TestApp/View/TestsApps/index.ctp rename to tests/TestApp/View/TestsApps/index.ctp diff --git a/Test/TestApp/View/TestsApps/json/index.ctp b/tests/TestApp/View/TestsApps/json/index.ctp similarity index 100% rename from Test/TestApp/View/TestsApps/json/index.ctp rename to tests/TestApp/View/TestsApps/json/index.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Element/test_element.ctp b/tests/TestApp/View/Themed/TestTheme/Element/test_element.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Element/test_element.ctp rename to tests/TestApp/View/Themed/TestTheme/Element/test_element.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Email/text/themed.ctp b/tests/TestApp/View/Themed/TestTheme/Email/text/themed.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Email/text/themed.ctp rename to tests/TestApp/View/Themed/TestTheme/Email/text/themed.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Layout/default.ctp b/tests/TestApp/View/Themed/TestTheme/Layout/default.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Layout/default.ctp rename to tests/TestApp/View/Themed/TestTheme/Layout/default.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp b/tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp rename to tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Email/text/test_plugin_tpl.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Layout/plugin_default.ctp b/tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Layout/plugin_default.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Layout/plugin_default.ctp rename to tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Layout/plugin_default.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp b/tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp rename to tests/TestApp/View/Themed/TestTheme/Plugin/TestPlugin/Tests/index.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Posts/index.ctp b/tests/TestApp/View/Themed/TestTheme/Posts/index.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Posts/index.ctp rename to tests/TestApp/View/Themed/TestTheme/Posts/index.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Posts/scaffold.index.ctp b/tests/TestApp/View/Themed/TestTheme/Posts/scaffold.index.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Posts/scaffold.index.ctp rename to tests/TestApp/View/Themed/TestTheme/Posts/scaffold.index.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/Posts/themed.ctp b/tests/TestApp/View/Themed/TestTheme/Posts/themed.ctp similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/Posts/themed.ctp rename to tests/TestApp/View/Themed/TestTheme/Posts/themed.ctp diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/css/test_asset.css b/tests/TestApp/View/Themed/TestTheme/webroot/css/test_asset.css similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/css/test_asset.css rename to tests/TestApp/View/Themed/TestTheme/webroot/css/test_asset.css diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/css/theme_webroot.css b/tests/TestApp/View/Themed/TestTheme/webroot/css/theme_webroot.css similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/css/theme_webroot.css rename to tests/TestApp/View/Themed/TestTheme/webroot/css/theme_webroot.css diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/flash/theme_test.swf b/tests/TestApp/View/Themed/TestTheme/webroot/flash/theme_test.swf similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/flash/theme_test.swf rename to tests/TestApp/View/Themed/TestTheme/webroot/flash/theme_test.swf diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/img/cake.power.gif b/tests/TestApp/View/Themed/TestTheme/webroot/img/cake.power.gif similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/img/cake.power.gif rename to tests/TestApp/View/Themed/TestTheme/webroot/img/cake.power.gif diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/img/test.jpg b/tests/TestApp/View/Themed/TestTheme/webroot/img/test.jpg similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/img/test.jpg rename to tests/TestApp/View/Themed/TestTheme/webroot/img/test.jpg diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/js/one/theme_one.js b/tests/TestApp/View/Themed/TestTheme/webroot/js/one/theme_one.js similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/js/one/theme_one.js rename to tests/TestApp/View/Themed/TestTheme/webroot/js/one/theme_one.js diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/js/theme.js b/tests/TestApp/View/Themed/TestTheme/webroot/js/theme.js similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/js/theme.js rename to tests/TestApp/View/Themed/TestTheme/webroot/js/theme.js diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf b/tests/TestApp/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf rename to tests/TestApp/View/Themed/TestTheme/webroot/pdfs/theme_test.pdf diff --git a/Test/TestApp/View/Themed/TestTheme/webroot/space image.text b/tests/TestApp/View/Themed/TestTheme/webroot/space image.text similarity index 100% rename from Test/TestApp/View/Themed/TestTheme/webroot/space image.text rename to tests/TestApp/View/Themed/TestTheme/webroot/space image.text diff --git a/Test/TestApp/vendor/Test/MyTest.php b/tests/TestApp/vendor/Test/MyTest.php similarity index 100% rename from Test/TestApp/vendor/Test/MyTest.php rename to tests/TestApp/vendor/Test/MyTest.php diff --git a/Test/TestApp/vendor/Test/hello.php b/tests/TestApp/vendor/Test/hello.php similarity index 100% rename from Test/TestApp/vendor/Test/hello.php rename to tests/TestApp/vendor/Test/hello.php diff --git a/Test/TestApp/vendor/css/test_asset.css b/tests/TestApp/vendor/css/test_asset.css similarity index 100% rename from Test/TestApp/vendor/css/test_asset.css rename to tests/TestApp/vendor/css/test_asset.css diff --git a/Test/TestApp/vendor/img/test.jpg b/tests/TestApp/vendor/img/test.jpg similarity index 100% rename from Test/TestApp/vendor/img/test.jpg rename to tests/TestApp/vendor/img/test.jpg diff --git a/Test/TestApp/vendor/img/test_2.JPG b/tests/TestApp/vendor/img/test_2.JPG similarity index 100% rename from Test/TestApp/vendor/img/test_2.JPG rename to tests/TestApp/vendor/img/test_2.JPG diff --git a/Test/TestApp/vendor/sample/configure_test_vendor_sample.php b/tests/TestApp/vendor/sample/configure_test_vendor_sample.php similarity index 100% rename from Test/TestApp/vendor/sample/configure_test_vendor_sample.php rename to tests/TestApp/vendor/sample/configure_test_vendor_sample.php diff --git a/Test/TestApp/vendor/somename/some.name.php b/tests/TestApp/vendor/somename/some.name.php similarity index 100% rename from Test/TestApp/vendor/somename/some.name.php rename to tests/TestApp/vendor/somename/some.name.php diff --git a/Test/TestApp/vendor/welcome.php b/tests/TestApp/vendor/welcome.php similarity index 100% rename from Test/TestApp/vendor/welcome.php rename to tests/TestApp/vendor/welcome.php diff --git a/Test/TestApp/webroot/css/cake.generic.css b/tests/TestApp/webroot/css/cake.generic.css similarity index 100% rename from Test/TestApp/webroot/css/cake.generic.css rename to tests/TestApp/webroot/css/cake.generic.css diff --git a/Test/TestApp/webroot/img/cake.icon.png b/tests/TestApp/webroot/img/cake.icon.png similarity index 100% rename from Test/TestApp/webroot/img/cake.icon.png rename to tests/TestApp/webroot/img/cake.icon.png diff --git a/Test/TestApp/webroot/img/cake.power.gif b/tests/TestApp/webroot/img/cake.power.gif similarity index 100% rename from Test/TestApp/webroot/img/cake.power.gif rename to tests/TestApp/webroot/img/cake.power.gif diff --git a/Test/TestApp/webroot/theme/test_theme/css/theme_webroot.css b/tests/TestApp/webroot/theme/test_theme/css/theme_webroot.css similarity index 100% rename from Test/TestApp/webroot/theme/test_theme/css/theme_webroot.css rename to tests/TestApp/webroot/theme/test_theme/css/theme_webroot.css diff --git a/Test/TestApp/webroot/theme/test_theme/css/webroot_test.css b/tests/TestApp/webroot/theme/test_theme/css/webroot_test.css similarity index 100% rename from Test/TestApp/webroot/theme/test_theme/css/webroot_test.css rename to tests/TestApp/webroot/theme/test_theme/css/webroot_test.css diff --git a/Test/TestApp/webroot/theme/test_theme/img/cake.power.gif b/tests/TestApp/webroot/theme/test_theme/img/cake.power.gif similarity index 100% rename from Test/TestApp/webroot/theme/test_theme/img/cake.power.gif rename to tests/TestApp/webroot/theme/test_theme/img/cake.power.gif diff --git a/Test/TestApp/webroot/theme/test_theme/img/test.jpg b/tests/TestApp/webroot/theme/test_theme/img/test.jpg similarity index 100% rename from Test/TestApp/webroot/theme/test_theme/img/test.jpg rename to tests/TestApp/webroot/theme/test_theme/img/test.jpg diff --git a/Test/TestCase/BasicsTest.php b/tests/TestCase/BasicsTest.php similarity index 100% rename from Test/TestCase/BasicsTest.php rename to tests/TestCase/BasicsTest.php diff --git a/Test/TestCase/Cache/CacheTest.php b/tests/TestCase/Cache/CacheTest.php similarity index 100% rename from Test/TestCase/Cache/CacheTest.php rename to tests/TestCase/Cache/CacheTest.php diff --git a/Test/TestCase/Cache/Engine/ApcEngineTest.php b/tests/TestCase/Cache/Engine/ApcEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/ApcEngineTest.php rename to tests/TestCase/Cache/Engine/ApcEngineTest.php diff --git a/Test/TestCase/Cache/Engine/FileEngineTest.php b/tests/TestCase/Cache/Engine/FileEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/FileEngineTest.php rename to tests/TestCase/Cache/Engine/FileEngineTest.php diff --git a/Test/TestCase/Cache/Engine/MemcachedEngineTest.php b/tests/TestCase/Cache/Engine/MemcachedEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/MemcachedEngineTest.php rename to tests/TestCase/Cache/Engine/MemcachedEngineTest.php diff --git a/Test/TestCase/Cache/Engine/RedisEngineTest.php b/tests/TestCase/Cache/Engine/RedisEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/RedisEngineTest.php rename to tests/TestCase/Cache/Engine/RedisEngineTest.php diff --git a/Test/TestCase/Cache/Engine/WincacheEngineTest.php b/tests/TestCase/Cache/Engine/WincacheEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/WincacheEngineTest.php rename to tests/TestCase/Cache/Engine/WincacheEngineTest.php diff --git a/Test/TestCase/Cache/Engine/XcacheEngineTest.php b/tests/TestCase/Cache/Engine/XcacheEngineTest.php similarity index 100% rename from Test/TestCase/Cache/Engine/XcacheEngineTest.php rename to tests/TestCase/Cache/Engine/XcacheEngineTest.php diff --git a/Test/TestCase/Collection/CollectionTest.php b/tests/TestCase/Collection/CollectionTest.php similarity index 100% rename from Test/TestCase/Collection/CollectionTest.php rename to tests/TestCase/Collection/CollectionTest.php diff --git a/Test/TestCase/Collection/Iterator/ExtractIteratorTest.php b/tests/TestCase/Collection/Iterator/ExtractIteratorTest.php similarity index 100% rename from Test/TestCase/Collection/Iterator/ExtractIteratorTest.php rename to tests/TestCase/Collection/Iterator/ExtractIteratorTest.php diff --git a/Test/TestCase/Collection/Iterator/FilterIteratorTest.php b/tests/TestCase/Collection/Iterator/FilterIteratorTest.php similarity index 100% rename from Test/TestCase/Collection/Iterator/FilterIteratorTest.php rename to tests/TestCase/Collection/Iterator/FilterIteratorTest.php diff --git a/Test/TestCase/Collection/Iterator/MapReduceTest.php b/tests/TestCase/Collection/Iterator/MapReduceTest.php similarity index 100% rename from Test/TestCase/Collection/Iterator/MapReduceTest.php rename to tests/TestCase/Collection/Iterator/MapReduceTest.php diff --git a/Test/TestCase/Collection/Iterator/ReplaceIteratorTest.php b/tests/TestCase/Collection/Iterator/ReplaceIteratorTest.php similarity index 100% rename from Test/TestCase/Collection/Iterator/ReplaceIteratorTest.php rename to tests/TestCase/Collection/Iterator/ReplaceIteratorTest.php diff --git a/Test/TestCase/Collection/Iterator/SortIteratorTest.php b/tests/TestCase/Collection/Iterator/SortIteratorTest.php similarity index 100% rename from Test/TestCase/Collection/Iterator/SortIteratorTest.php rename to tests/TestCase/Collection/Iterator/SortIteratorTest.php diff --git a/Test/TestCase/Configure/Engine/IniConfigTest.php b/tests/TestCase/Configure/Engine/IniConfigTest.php similarity index 100% rename from Test/TestCase/Configure/Engine/IniConfigTest.php rename to tests/TestCase/Configure/Engine/IniConfigTest.php diff --git a/Test/TestCase/Configure/Engine/PhpConfigTest.php b/tests/TestCase/Configure/Engine/PhpConfigTest.php similarity index 100% rename from Test/TestCase/Configure/Engine/PhpConfigTest.php rename to tests/TestCase/Configure/Engine/PhpConfigTest.php diff --git a/Test/TestCase/Console/Command/AclShellTest.php b/tests/TestCase/Console/Command/AclShellTest.php similarity index 100% rename from Test/TestCase/Console/Command/AclShellTest.php rename to tests/TestCase/Console/Command/AclShellTest.php diff --git a/Test/TestCase/Console/Command/BakeShellTest.php b/tests/TestCase/Console/Command/BakeShellTest.php similarity index 100% rename from Test/TestCase/Console/Command/BakeShellTest.php rename to tests/TestCase/Console/Command/BakeShellTest.php diff --git a/Test/TestCase/Console/Command/CommandListShellTest.php b/tests/TestCase/Console/Command/CommandListShellTest.php similarity index 100% rename from Test/TestCase/Console/Command/CommandListShellTest.php rename to tests/TestCase/Console/Command/CommandListShellTest.php diff --git a/Test/TestCase/Console/Command/CompletionShellTest.php b/tests/TestCase/Console/Command/CompletionShellTest.php similarity index 100% rename from Test/TestCase/Console/Command/CompletionShellTest.php rename to tests/TestCase/Console/Command/CompletionShellTest.php diff --git a/Test/TestCase/Console/Command/Task/ControllerTaskTest.php b/tests/TestCase/Console/Command/Task/ControllerTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/ControllerTaskTest.php rename to tests/TestCase/Console/Command/Task/ControllerTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/DbConfigTaskTest.php b/tests/TestCase/Console/Command/Task/DbConfigTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/DbConfigTaskTest.php rename to tests/TestCase/Console/Command/Task/DbConfigTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/ExtractTaskTest.php b/tests/TestCase/Console/Command/Task/ExtractTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/ExtractTaskTest.php rename to tests/TestCase/Console/Command/Task/ExtractTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/FixtureTaskTest.php b/tests/TestCase/Console/Command/Task/FixtureTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/FixtureTaskTest.php rename to tests/TestCase/Console/Command/Task/FixtureTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/ModelTaskTest.php b/tests/TestCase/Console/Command/Task/ModelTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/ModelTaskTest.php rename to tests/TestCase/Console/Command/Task/ModelTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/PluginTaskTest.php b/tests/TestCase/Console/Command/Task/PluginTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/PluginTaskTest.php rename to tests/TestCase/Console/Command/Task/PluginTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/ProjectTaskTest.php b/tests/TestCase/Console/Command/Task/ProjectTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/ProjectTaskTest.php rename to tests/TestCase/Console/Command/Task/ProjectTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/TemplateTaskTest.php b/tests/TestCase/Console/Command/Task/TemplateTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/TemplateTaskTest.php rename to tests/TestCase/Console/Command/Task/TemplateTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/TestTaskTest.php b/tests/TestCase/Console/Command/Task/TestTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/TestTaskTest.php rename to tests/TestCase/Console/Command/Task/TestTaskTest.php diff --git a/Test/TestCase/Console/Command/Task/ViewTaskTest.php b/tests/TestCase/Console/Command/Task/ViewTaskTest.php similarity index 100% rename from Test/TestCase/Console/Command/Task/ViewTaskTest.php rename to tests/TestCase/Console/Command/Task/ViewTaskTest.php diff --git a/Test/TestCase/Console/Command/TestShellTest.php b/tests/TestCase/Console/Command/TestShellTest.php similarity index 100% rename from Test/TestCase/Console/Command/TestShellTest.php rename to tests/TestCase/Console/Command/TestShellTest.php diff --git a/Test/TestCase/Console/ConsoleErrorHandlerTest.php b/tests/TestCase/Console/ConsoleErrorHandlerTest.php similarity index 100% rename from Test/TestCase/Console/ConsoleErrorHandlerTest.php rename to tests/TestCase/Console/ConsoleErrorHandlerTest.php diff --git a/Test/TestCase/Console/ConsoleOptionParserTest.php b/tests/TestCase/Console/ConsoleOptionParserTest.php similarity index 100% rename from Test/TestCase/Console/ConsoleOptionParserTest.php rename to tests/TestCase/Console/ConsoleOptionParserTest.php diff --git a/Test/TestCase/Console/ConsoleOutputTest.php b/tests/TestCase/Console/ConsoleOutputTest.php similarity index 100% rename from Test/TestCase/Console/ConsoleOutputTest.php rename to tests/TestCase/Console/ConsoleOutputTest.php diff --git a/Test/TestCase/Console/HelpFormatterTest.php b/tests/TestCase/Console/HelpFormatterTest.php similarity index 100% rename from Test/TestCase/Console/HelpFormatterTest.php rename to tests/TestCase/Console/HelpFormatterTest.php diff --git a/Test/TestCase/Console/ShellDispatcherTest.php b/tests/TestCase/Console/ShellDispatcherTest.php similarity index 100% rename from Test/TestCase/Console/ShellDispatcherTest.php rename to tests/TestCase/Console/ShellDispatcherTest.php diff --git a/Test/TestCase/Console/ShellTest.php b/tests/TestCase/Console/ShellTest.php similarity index 100% rename from Test/TestCase/Console/ShellTest.php rename to tests/TestCase/Console/ShellTest.php diff --git a/Test/TestCase/Console/TaskRegistryTest.php b/tests/TestCase/Console/TaskRegistryTest.php similarity index 100% rename from Test/TestCase/Console/TaskRegistryTest.php rename to tests/TestCase/Console/TaskRegistryTest.php diff --git a/Test/TestCase/Controller/Component/Acl/IniAclTest.php b/tests/TestCase/Controller/Component/Acl/IniAclTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Acl/IniAclTest.php rename to tests/TestCase/Controller/Component/Acl/IniAclTest.php diff --git a/Test/TestCase/Controller/Component/Acl/PhpAclTest.php b/tests/TestCase/Controller/Component/Acl/PhpAclTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Acl/PhpAclTest.php rename to tests/TestCase/Controller/Component/Acl/PhpAclTest.php diff --git a/Test/TestCase/Controller/Component/AclComponentTest.php b/tests/TestCase/Controller/Component/AclComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/AclComponentTest.php rename to tests/TestCase/Controller/Component/AclComponentTest.php diff --git a/Test/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php b/tests/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php rename to tests/TestCase/Controller/Component/Auth/ActionsAuthorizeTest.php diff --git a/Test/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php b/tests/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php rename to tests/TestCase/Controller/Component/Auth/BasicAuthenticateTest.php diff --git a/Test/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php b/tests/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php rename to tests/TestCase/Controller/Component/Auth/ControllerAuthorizeTest.php diff --git a/Test/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php b/tests/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php rename to tests/TestCase/Controller/Component/Auth/CrudAuthorizeTest.php diff --git a/Test/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php b/tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php rename to tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php diff --git a/Test/TestCase/Controller/Component/Auth/FormAuthenticateTest.php b/tests/TestCase/Controller/Component/Auth/FormAuthenticateTest.php similarity index 100% rename from Test/TestCase/Controller/Component/Auth/FormAuthenticateTest.php rename to tests/TestCase/Controller/Component/Auth/FormAuthenticateTest.php diff --git a/Test/TestCase/Controller/Component/AuthComponentTest.php b/tests/TestCase/Controller/Component/AuthComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/AuthComponentTest.php rename to tests/TestCase/Controller/Component/AuthComponentTest.php diff --git a/Test/TestCase/Controller/Component/CookieComponentTest.php b/tests/TestCase/Controller/Component/CookieComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/CookieComponentTest.php rename to tests/TestCase/Controller/Component/CookieComponentTest.php diff --git a/Test/TestCase/Controller/Component/CsrfComponentTest.php b/tests/TestCase/Controller/Component/CsrfComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/CsrfComponentTest.php rename to tests/TestCase/Controller/Component/CsrfComponentTest.php diff --git a/Test/TestCase/Controller/Component/PaginatorComponentTest.php b/tests/TestCase/Controller/Component/PaginatorComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/PaginatorComponentTest.php rename to tests/TestCase/Controller/Component/PaginatorComponentTest.php diff --git a/Test/TestCase/Controller/Component/RequestHandlerComponentTest.php b/tests/TestCase/Controller/Component/RequestHandlerComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/RequestHandlerComponentTest.php rename to tests/TestCase/Controller/Component/RequestHandlerComponentTest.php diff --git a/Test/TestCase/Controller/Component/SecurityComponentTest.php b/tests/TestCase/Controller/Component/SecurityComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/SecurityComponentTest.php rename to tests/TestCase/Controller/Component/SecurityComponentTest.php diff --git a/Test/TestCase/Controller/Component/SessionComponentTest.php b/tests/TestCase/Controller/Component/SessionComponentTest.php similarity index 100% rename from Test/TestCase/Controller/Component/SessionComponentTest.php rename to tests/TestCase/Controller/Component/SessionComponentTest.php diff --git a/Test/TestCase/Controller/ComponentRegistryTest.php b/tests/TestCase/Controller/ComponentRegistryTest.php similarity index 100% rename from Test/TestCase/Controller/ComponentRegistryTest.php rename to tests/TestCase/Controller/ComponentRegistryTest.php diff --git a/Test/TestCase/Controller/ComponentTest.php b/tests/TestCase/Controller/ComponentTest.php similarity index 100% rename from Test/TestCase/Controller/ComponentTest.php rename to tests/TestCase/Controller/ComponentTest.php diff --git a/Test/TestCase/Controller/ControllerTest.php b/tests/TestCase/Controller/ControllerTest.php similarity index 100% rename from Test/TestCase/Controller/ControllerTest.php rename to tests/TestCase/Controller/ControllerTest.php diff --git a/Test/TestCase/Controller/PagesControllerTest.php b/tests/TestCase/Controller/PagesControllerTest.php similarity index 100% rename from Test/TestCase/Controller/PagesControllerTest.php rename to tests/TestCase/Controller/PagesControllerTest.php diff --git a/Test/TestCase/Core/AppTest.php b/tests/TestCase/Core/AppTest.php similarity index 100% rename from Test/TestCase/Core/AppTest.php rename to tests/TestCase/Core/AppTest.php diff --git a/Test/TestCase/Core/ConfigureTest.php b/tests/TestCase/Core/ConfigureTest.php similarity index 100% rename from Test/TestCase/Core/ConfigureTest.php rename to tests/TestCase/Core/ConfigureTest.php diff --git a/Test/TestCase/Core/ObjectTest.php b/tests/TestCase/Core/ObjectTest.php similarity index 100% rename from Test/TestCase/Core/ObjectTest.php rename to tests/TestCase/Core/ObjectTest.php diff --git a/Test/TestCase/Core/PluginTest.php b/tests/TestCase/Core/PluginTest.php similarity index 100% rename from Test/TestCase/Core/PluginTest.php rename to tests/TestCase/Core/PluginTest.php diff --git a/Test/TestCase/Database/ConnectionManagerTest.php b/tests/TestCase/Database/ConnectionManagerTest.php similarity index 100% rename from Test/TestCase/Database/ConnectionManagerTest.php rename to tests/TestCase/Database/ConnectionManagerTest.php diff --git a/Test/TestCase/Database/ConnectionTest.php b/tests/TestCase/Database/ConnectionTest.php similarity index 100% rename from Test/TestCase/Database/ConnectionTest.php rename to tests/TestCase/Database/ConnectionTest.php diff --git a/Test/TestCase/Database/Driver/MysqlTest.php b/tests/TestCase/Database/Driver/MysqlTest.php similarity index 100% rename from Test/TestCase/Database/Driver/MysqlTest.php rename to tests/TestCase/Database/Driver/MysqlTest.php diff --git a/Test/TestCase/Database/Driver/PostgresTest.php b/tests/TestCase/Database/Driver/PostgresTest.php similarity index 100% rename from Test/TestCase/Database/Driver/PostgresTest.php rename to tests/TestCase/Database/Driver/PostgresTest.php diff --git a/Test/TestCase/Database/Driver/SqliteTest.php b/tests/TestCase/Database/Driver/SqliteTest.php similarity index 100% rename from Test/TestCase/Database/Driver/SqliteTest.php rename to tests/TestCase/Database/Driver/SqliteTest.php diff --git a/Test/TestCase/Database/Expression/FunctionExpressionTest.php b/tests/TestCase/Database/Expression/FunctionExpressionTest.php similarity index 100% rename from Test/TestCase/Database/Expression/FunctionExpressionTest.php rename to tests/TestCase/Database/Expression/FunctionExpressionTest.php diff --git a/Test/TestCase/Database/Expression/IdentifierExpressionTest.php b/tests/TestCase/Database/Expression/IdentifierExpressionTest.php similarity index 100% rename from Test/TestCase/Database/Expression/IdentifierExpressionTest.php rename to tests/TestCase/Database/Expression/IdentifierExpressionTest.php diff --git a/Test/TestCase/Database/FunctionsBuilderTest.php b/tests/TestCase/Database/FunctionsBuilderTest.php similarity index 100% rename from Test/TestCase/Database/FunctionsBuilderTest.php rename to tests/TestCase/Database/FunctionsBuilderTest.php diff --git a/Test/TestCase/Database/Log/LoggedQueryTest.php b/tests/TestCase/Database/Log/LoggedQueryTest.php similarity index 100% rename from Test/TestCase/Database/Log/LoggedQueryTest.php rename to tests/TestCase/Database/Log/LoggedQueryTest.php diff --git a/Test/TestCase/Database/Log/LoggingStatementTest.php b/tests/TestCase/Database/Log/LoggingStatementTest.php similarity index 100% rename from Test/TestCase/Database/Log/LoggingStatementTest.php rename to tests/TestCase/Database/Log/LoggingStatementTest.php diff --git a/Test/TestCase/Database/Log/QueryLoggerTest.php b/tests/TestCase/Database/Log/QueryLoggerTest.php similarity index 100% rename from Test/TestCase/Database/Log/QueryLoggerTest.php rename to tests/TestCase/Database/Log/QueryLoggerTest.php diff --git a/Test/TestCase/Database/QueryTest.php b/tests/TestCase/Database/QueryTest.php similarity index 100% rename from Test/TestCase/Database/QueryTest.php rename to tests/TestCase/Database/QueryTest.php diff --git a/Test/TestCase/Database/Schema/CollectionTest.php b/tests/TestCase/Database/Schema/CollectionTest.php similarity index 100% rename from Test/TestCase/Database/Schema/CollectionTest.php rename to tests/TestCase/Database/Schema/CollectionTest.php diff --git a/Test/TestCase/Database/Schema/MysqlSchemaTest.php b/tests/TestCase/Database/Schema/MysqlSchemaTest.php similarity index 100% rename from Test/TestCase/Database/Schema/MysqlSchemaTest.php rename to tests/TestCase/Database/Schema/MysqlSchemaTest.php diff --git a/Test/TestCase/Database/Schema/PostgresSchemaTest.php b/tests/TestCase/Database/Schema/PostgresSchemaTest.php similarity index 100% rename from Test/TestCase/Database/Schema/PostgresSchemaTest.php rename to tests/TestCase/Database/Schema/PostgresSchemaTest.php diff --git a/Test/TestCase/Database/Schema/SqliteSchemaTest.php b/tests/TestCase/Database/Schema/SqliteSchemaTest.php similarity index 100% rename from Test/TestCase/Database/Schema/SqliteSchemaTest.php rename to tests/TestCase/Database/Schema/SqliteSchemaTest.php diff --git a/Test/TestCase/Database/Schema/TableTest.php b/tests/TestCase/Database/Schema/TableTest.php similarity index 100% rename from Test/TestCase/Database/Schema/TableTest.php rename to tests/TestCase/Database/Schema/TableTest.php diff --git a/Test/TestCase/Database/Statement/StatementDecoratorTest.php b/tests/TestCase/Database/Statement/StatementDecoratorTest.php similarity index 100% rename from Test/TestCase/Database/Statement/StatementDecoratorTest.php rename to tests/TestCase/Database/Statement/StatementDecoratorTest.php diff --git a/Test/TestCase/Database/Type/BinaryTypeTest.php b/tests/TestCase/Database/Type/BinaryTypeTest.php similarity index 100% rename from Test/TestCase/Database/Type/BinaryTypeTest.php rename to tests/TestCase/Database/Type/BinaryTypeTest.php diff --git a/Test/TestCase/Database/Type/DateTimeTypeTest.php b/tests/TestCase/Database/Type/DateTimeTypeTest.php similarity index 100% rename from Test/TestCase/Database/Type/DateTimeTypeTest.php rename to tests/TestCase/Database/Type/DateTimeTypeTest.php diff --git a/Test/TestCase/Database/Type/DateTypeTest.php b/tests/TestCase/Database/Type/DateTypeTest.php similarity index 100% rename from Test/TestCase/Database/Type/DateTypeTest.php rename to tests/TestCase/Database/Type/DateTypeTest.php diff --git a/Test/TestCase/Database/Type/UuidTypeTest.php b/tests/TestCase/Database/Type/UuidTypeTest.php similarity index 100% rename from Test/TestCase/Database/Type/UuidTypeTest.php rename to tests/TestCase/Database/Type/UuidTypeTest.php diff --git a/Test/TestCase/Database/TypeTest.php b/tests/TestCase/Database/TypeTest.php similarity index 100% rename from Test/TestCase/Database/TypeTest.php rename to tests/TestCase/Database/TypeTest.php diff --git a/Test/TestCase/DatabaseSuite.php b/tests/TestCase/DatabaseSuite.php similarity index 100% rename from Test/TestCase/DatabaseSuite.php rename to tests/TestCase/DatabaseSuite.php diff --git a/Test/TestCase/Error/ErrorHandlerTest.php b/tests/TestCase/Error/ErrorHandlerTest.php similarity index 100% rename from Test/TestCase/Error/ErrorHandlerTest.php rename to tests/TestCase/Error/ErrorHandlerTest.php diff --git a/Test/TestCase/Error/ExceptionRendererTest.php b/tests/TestCase/Error/ExceptionRendererTest.php similarity index 100% rename from Test/TestCase/Error/ExceptionRendererTest.php rename to tests/TestCase/Error/ExceptionRendererTest.php diff --git a/Test/TestCase/Event/EventManagerTest.php b/tests/TestCase/Event/EventManagerTest.php similarity index 100% rename from Test/TestCase/Event/EventManagerTest.php rename to tests/TestCase/Event/EventManagerTest.php diff --git a/Test/TestCase/Event/EventTest.php b/tests/TestCase/Event/EventTest.php similarity index 100% rename from Test/TestCase/Event/EventTest.php rename to tests/TestCase/Event/EventTest.php diff --git a/Test/TestCase/I18n/I18nTest.php b/tests/TestCase/I18n/I18nTest.php similarity index 100% rename from Test/TestCase/I18n/I18nTest.php rename to tests/TestCase/I18n/I18nTest.php diff --git a/Test/TestCase/I18n/L10nTest.php b/tests/TestCase/I18n/L10nTest.php similarity index 100% rename from Test/TestCase/I18n/L10nTest.php rename to tests/TestCase/I18n/L10nTest.php diff --git a/Test/TestCase/Log/Engine/ConsoleLogTest.php b/tests/TestCase/Log/Engine/ConsoleLogTest.php similarity index 100% rename from Test/TestCase/Log/Engine/ConsoleLogTest.php rename to tests/TestCase/Log/Engine/ConsoleLogTest.php diff --git a/Test/TestCase/Log/Engine/FileLogTest.php b/tests/TestCase/Log/Engine/FileLogTest.php similarity index 100% rename from Test/TestCase/Log/Engine/FileLogTest.php rename to tests/TestCase/Log/Engine/FileLogTest.php diff --git a/Test/TestCase/Log/Engine/SyslogLogTest.php b/tests/TestCase/Log/Engine/SyslogLogTest.php similarity index 100% rename from Test/TestCase/Log/Engine/SyslogLogTest.php rename to tests/TestCase/Log/Engine/SyslogLogTest.php diff --git a/Test/TestCase/Log/LogTest.php b/tests/TestCase/Log/LogTest.php similarity index 100% rename from Test/TestCase/Log/LogTest.php rename to tests/TestCase/Log/LogTest.php diff --git a/Test/TestCase/Log/LogTraitTest.php b/tests/TestCase/Log/LogTraitTest.php similarity index 100% rename from Test/TestCase/Log/LogTraitTest.php rename to tests/TestCase/Log/LogTraitTest.php diff --git a/Test/TestCase/Model/Behavior/CounterCacheBehaviorTest.php b/tests/TestCase/Model/Behavior/CounterCacheBehaviorTest.php similarity index 100% rename from Test/TestCase/Model/Behavior/CounterCacheBehaviorTest.php rename to tests/TestCase/Model/Behavior/CounterCacheBehaviorTest.php diff --git a/Test/TestCase/Model/Behavior/TimestampBehaviorTest.php b/tests/TestCase/Model/Behavior/TimestampBehaviorTest.php similarity index 100% rename from Test/TestCase/Model/Behavior/TimestampBehaviorTest.php rename to tests/TestCase/Model/Behavior/TimestampBehaviorTest.php diff --git a/Test/TestCase/Network/Email/DebugTransportTest.php b/tests/TestCase/Network/Email/DebugTransportTest.php similarity index 100% rename from Test/TestCase/Network/Email/DebugTransportTest.php rename to tests/TestCase/Network/Email/DebugTransportTest.php diff --git a/Test/TestCase/Network/Email/EmailTest.php b/tests/TestCase/Network/Email/EmailTest.php similarity index 100% rename from Test/TestCase/Network/Email/EmailTest.php rename to tests/TestCase/Network/Email/EmailTest.php diff --git a/Test/TestCase/Network/Email/MailTransportTest.php b/tests/TestCase/Network/Email/MailTransportTest.php similarity index 100% rename from Test/TestCase/Network/Email/MailTransportTest.php rename to tests/TestCase/Network/Email/MailTransportTest.php diff --git a/Test/TestCase/Network/Email/SmtpTransportTest.php b/tests/TestCase/Network/Email/SmtpTransportTest.php similarity index 100% rename from Test/TestCase/Network/Email/SmtpTransportTest.php rename to tests/TestCase/Network/Email/SmtpTransportTest.php diff --git a/Test/TestCase/Network/Http/Adapter/StreamTest.php b/tests/TestCase/Network/Http/Adapter/StreamTest.php similarity index 100% rename from Test/TestCase/Network/Http/Adapter/StreamTest.php rename to tests/TestCase/Network/Http/Adapter/StreamTest.php diff --git a/Test/TestCase/Network/Http/Auth/DigestTest.php b/tests/TestCase/Network/Http/Auth/DigestTest.php similarity index 100% rename from Test/TestCase/Network/Http/Auth/DigestTest.php rename to tests/TestCase/Network/Http/Auth/DigestTest.php diff --git a/Test/TestCase/Network/Http/Auth/OauthTest.php b/tests/TestCase/Network/Http/Auth/OauthTest.php similarity index 100% rename from Test/TestCase/Network/Http/Auth/OauthTest.php rename to tests/TestCase/Network/Http/Auth/OauthTest.php diff --git a/Test/TestCase/Network/Http/ClientTest.php b/tests/TestCase/Network/Http/ClientTest.php similarity index 100% rename from Test/TestCase/Network/Http/ClientTest.php rename to tests/TestCase/Network/Http/ClientTest.php diff --git a/Test/TestCase/Network/Http/CookiesTest.php b/tests/TestCase/Network/Http/CookiesTest.php similarity index 100% rename from Test/TestCase/Network/Http/CookiesTest.php rename to tests/TestCase/Network/Http/CookiesTest.php diff --git a/Test/TestCase/Network/Http/FormDataTest.php b/tests/TestCase/Network/Http/FormDataTest.php similarity index 100% rename from Test/TestCase/Network/Http/FormDataTest.php rename to tests/TestCase/Network/Http/FormDataTest.php diff --git a/Test/TestCase/Network/Http/RequestTest.php b/tests/TestCase/Network/Http/RequestTest.php similarity index 100% rename from Test/TestCase/Network/Http/RequestTest.php rename to tests/TestCase/Network/Http/RequestTest.php diff --git a/Test/TestCase/Network/Http/ResponseTest.php b/tests/TestCase/Network/Http/ResponseTest.php similarity index 100% rename from Test/TestCase/Network/Http/ResponseTest.php rename to tests/TestCase/Network/Http/ResponseTest.php diff --git a/Test/TestCase/Network/RequestTest.php b/tests/TestCase/Network/RequestTest.php similarity index 100% rename from Test/TestCase/Network/RequestTest.php rename to tests/TestCase/Network/RequestTest.php diff --git a/Test/TestCase/Network/ResponseTest.php b/tests/TestCase/Network/ResponseTest.php similarity index 100% rename from Test/TestCase/Network/ResponseTest.php rename to tests/TestCase/Network/ResponseTest.php diff --git a/Test/TestCase/Network/Session/CacheSessionTest.php b/tests/TestCase/Network/Session/CacheSessionTest.php similarity index 100% rename from Test/TestCase/Network/Session/CacheSessionTest.php rename to tests/TestCase/Network/Session/CacheSessionTest.php diff --git a/Test/TestCase/Network/Session/DatabaseSessionTest.php b/tests/TestCase/Network/Session/DatabaseSessionTest.php similarity index 100% rename from Test/TestCase/Network/Session/DatabaseSessionTest.php rename to tests/TestCase/Network/Session/DatabaseSessionTest.php diff --git a/Test/TestCase/Network/SessionTest.php b/tests/TestCase/Network/SessionTest.php similarity index 100% rename from Test/TestCase/Network/SessionTest.php rename to tests/TestCase/Network/SessionTest.php diff --git a/Test/TestCase/Network/SocketTest.php b/tests/TestCase/Network/SocketTest.php similarity index 100% rename from Test/TestCase/Network/SocketTest.php rename to tests/TestCase/Network/SocketTest.php diff --git a/Test/TestCase/ORM/Association/BelongsToManyTest.php b/tests/TestCase/ORM/Association/BelongsToManyTest.php similarity index 100% rename from Test/TestCase/ORM/Association/BelongsToManyTest.php rename to tests/TestCase/ORM/Association/BelongsToManyTest.php diff --git a/Test/TestCase/ORM/Association/BelongsToTest.php b/tests/TestCase/ORM/Association/BelongsToTest.php similarity index 100% rename from Test/TestCase/ORM/Association/BelongsToTest.php rename to tests/TestCase/ORM/Association/BelongsToTest.php diff --git a/Test/TestCase/ORM/Association/HasManyTest.php b/tests/TestCase/ORM/Association/HasManyTest.php similarity index 100% rename from Test/TestCase/ORM/Association/HasManyTest.php rename to tests/TestCase/ORM/Association/HasManyTest.php diff --git a/Test/TestCase/ORM/Association/HasOneTest.php b/tests/TestCase/ORM/Association/HasOneTest.php similarity index 100% rename from Test/TestCase/ORM/Association/HasOneTest.php rename to tests/TestCase/ORM/Association/HasOneTest.php diff --git a/Test/TestCase/ORM/AssociationTest.php b/tests/TestCase/ORM/AssociationTest.php similarity index 100% rename from Test/TestCase/ORM/AssociationTest.php rename to tests/TestCase/ORM/AssociationTest.php diff --git a/Test/TestCase/ORM/AssociationsTest.php b/tests/TestCase/ORM/AssociationsTest.php similarity index 100% rename from Test/TestCase/ORM/AssociationsTest.php rename to tests/TestCase/ORM/AssociationsTest.php diff --git a/Test/TestCase/ORM/BehaviorRegistryTest.php b/tests/TestCase/ORM/BehaviorRegistryTest.php similarity index 100% rename from Test/TestCase/ORM/BehaviorRegistryTest.php rename to tests/TestCase/ORM/BehaviorRegistryTest.php diff --git a/Test/TestCase/ORM/BehaviorTest.php b/tests/TestCase/ORM/BehaviorTest.php similarity index 100% rename from Test/TestCase/ORM/BehaviorTest.php rename to tests/TestCase/ORM/BehaviorTest.php diff --git a/Test/TestCase/ORM/EntityTest.php b/tests/TestCase/ORM/EntityTest.php similarity index 100% rename from Test/TestCase/ORM/EntityTest.php rename to tests/TestCase/ORM/EntityTest.php diff --git a/Test/TestCase/ORM/EntityValidatorTest.php b/tests/TestCase/ORM/EntityValidatorTest.php similarity index 100% rename from Test/TestCase/ORM/EntityValidatorTest.php rename to tests/TestCase/ORM/EntityValidatorTest.php diff --git a/Test/TestCase/ORM/MarshallerTest.php b/tests/TestCase/ORM/MarshallerTest.php similarity index 100% rename from Test/TestCase/ORM/MarshallerTest.php rename to tests/TestCase/ORM/MarshallerTest.php diff --git a/Test/TestCase/ORM/QueryCacherTest.php b/tests/TestCase/ORM/QueryCacherTest.php similarity index 100% rename from Test/TestCase/ORM/QueryCacherTest.php rename to tests/TestCase/ORM/QueryCacherTest.php diff --git a/Test/TestCase/ORM/QueryTest.php b/tests/TestCase/ORM/QueryTest.php similarity index 100% rename from Test/TestCase/ORM/QueryTest.php rename to tests/TestCase/ORM/QueryTest.php diff --git a/Test/TestCase/ORM/ResultSetDecoratorTest.php b/tests/TestCase/ORM/ResultSetDecoratorTest.php similarity index 100% rename from Test/TestCase/ORM/ResultSetDecoratorTest.php rename to tests/TestCase/ORM/ResultSetDecoratorTest.php diff --git a/Test/TestCase/ORM/ResultSetTest.php b/tests/TestCase/ORM/ResultSetTest.php similarity index 100% rename from Test/TestCase/ORM/ResultSetTest.php rename to tests/TestCase/ORM/ResultSetTest.php diff --git a/Test/TestCase/ORM/TableRegistryTest.php b/tests/TestCase/ORM/TableRegistryTest.php similarity index 100% rename from Test/TestCase/ORM/TableRegistryTest.php rename to tests/TestCase/ORM/TableRegistryTest.php diff --git a/Test/TestCase/ORM/TableTest.php b/tests/TestCase/ORM/TableTest.php similarity index 100% rename from Test/TestCase/ORM/TableTest.php rename to tests/TestCase/ORM/TableTest.php diff --git a/Test/TestCase/ORM/TableUuidTest.php b/tests/TestCase/ORM/TableUuidTest.php similarity index 100% rename from Test/TestCase/ORM/TableUuidTest.php rename to tests/TestCase/ORM/TableUuidTest.php diff --git a/Test/TestCase/Routing/DispatcherTest.php b/tests/TestCase/Routing/DispatcherTest.php similarity index 100% rename from Test/TestCase/Routing/DispatcherTest.php rename to tests/TestCase/Routing/DispatcherTest.php diff --git a/Test/TestCase/Routing/Filter/AssetDispatcherTest.php b/tests/TestCase/Routing/Filter/AssetDispatcherTest.php similarity index 100% rename from Test/TestCase/Routing/Filter/AssetDispatcherTest.php rename to tests/TestCase/Routing/Filter/AssetDispatcherTest.php diff --git a/Test/TestCase/Routing/RequestActionTraitTest.php b/tests/TestCase/Routing/RequestActionTraitTest.php similarity index 100% rename from Test/TestCase/Routing/RequestActionTraitTest.php rename to tests/TestCase/Routing/RequestActionTraitTest.php diff --git a/Test/TestCase/Routing/Route/PluginShortRouteTest.php b/tests/TestCase/Routing/Route/PluginShortRouteTest.php similarity index 100% rename from Test/TestCase/Routing/Route/PluginShortRouteTest.php rename to tests/TestCase/Routing/Route/PluginShortRouteTest.php diff --git a/Test/TestCase/Routing/Route/RedirectRouteTest.php b/tests/TestCase/Routing/Route/RedirectRouteTest.php similarity index 100% rename from Test/TestCase/Routing/Route/RedirectRouteTest.php rename to tests/TestCase/Routing/Route/RedirectRouteTest.php diff --git a/Test/TestCase/Routing/Route/RouteTest.php b/tests/TestCase/Routing/Route/RouteTest.php similarity index 100% rename from Test/TestCase/Routing/Route/RouteTest.php rename to tests/TestCase/Routing/Route/RouteTest.php diff --git a/Test/TestCase/Routing/RouterTest.php b/tests/TestCase/Routing/RouterTest.php similarity index 100% rename from Test/TestCase/Routing/RouterTest.php rename to tests/TestCase/Routing/RouterTest.php diff --git a/Test/TestCase/TestSuite/ControllerTestCaseTest.php b/tests/TestCase/TestSuite/ControllerTestCaseTest.php similarity index 100% rename from Test/TestCase/TestSuite/ControllerTestCaseTest.php rename to tests/TestCase/TestSuite/ControllerTestCaseTest.php diff --git a/Test/TestCase/TestSuite/HtmlCoverageReportTest.php b/tests/TestCase/TestSuite/HtmlCoverageReportTest.php similarity index 100% rename from Test/TestCase/TestSuite/HtmlCoverageReportTest.php rename to tests/TestCase/TestSuite/HtmlCoverageReportTest.php diff --git a/Test/TestCase/TestSuite/TestCaseTest.php b/tests/TestCase/TestSuite/TestCaseTest.php similarity index 100% rename from Test/TestCase/TestSuite/TestCaseTest.php rename to tests/TestCase/TestSuite/TestCaseTest.php diff --git a/Test/TestCase/TestSuite/TestFixtureTest.php b/tests/TestCase/TestSuite/TestFixtureTest.php similarity index 100% rename from Test/TestCase/TestSuite/TestFixtureTest.php rename to tests/TestCase/TestSuite/TestFixtureTest.php diff --git a/Test/TestCase/TestSuite/TestPermutationDecoratorTest.php b/tests/TestCase/TestSuite/TestPermutationDecoratorTest.php similarity index 100% rename from Test/TestCase/TestSuite/TestPermutationDecoratorTest.php rename to tests/TestCase/TestSuite/TestPermutationDecoratorTest.php diff --git a/Test/TestCase/TestSuite/TestSuiteTest.php b/tests/TestCase/TestSuite/TestSuiteTest.php similarity index 100% rename from Test/TestCase/TestSuite/TestSuiteTest.php rename to tests/TestCase/TestSuite/TestSuiteTest.php diff --git a/Test/TestCase/Utility/DebuggerTest.php b/tests/TestCase/Utility/DebuggerTest.php similarity index 99% rename from Test/TestCase/Utility/DebuggerTest.php rename to tests/TestCase/Utility/DebuggerTest.php index 3569684181e..68e2e8dc158 100644 --- a/Test/TestCase/Utility/DebuggerTest.php +++ b/tests/TestCase/Utility/DebuggerTest.php @@ -290,7 +290,7 @@ public function customFormat($error, $strings) { */ public function testTrimPath() { $this->assertEquals('APP/', Debugger::trimPath(APP)); - $this->assertEquals('CORE' . DS . 'Cake' . DS, Debugger::trimPath(CAKE)); + $this->assertEquals('CORE' . DS . 'src' . DS, Debugger::trimPath(CAKE)); $this->assertEquals('Some/Other/Path', Debugger::trimPath('Some/Other/Path')); } diff --git a/Test/TestCase/Utility/FileTest.php b/tests/TestCase/Utility/FileTest.php similarity index 100% rename from Test/TestCase/Utility/FileTest.php rename to tests/TestCase/Utility/FileTest.php diff --git a/Test/TestCase/Utility/FolderTest.php b/tests/TestCase/Utility/FolderTest.php similarity index 99% rename from Test/TestCase/Utility/FolderTest.php rename to tests/TestCase/Utility/FolderTest.php index 51963583d57..665905b2998 100644 --- a/Test/TestCase/Utility/FolderTest.php +++ b/tests/TestCase/Utility/FolderTest.php @@ -101,10 +101,10 @@ public function testInPath() { $result = Folder::isSlashTerm($inside); $this->assertTrue($result); - $result = $Folder->realpath('Test/'); - $this->assertEquals($path . DS . 'Test' . DS, $result); + $result = $Folder->realpath('tests/'); + $this->assertEquals($path . DS . 'tests' . DS, $result); - $result = $Folder->inPath('Test' . DS); + $result = $Folder->inPath('tests' . DS); $this->assertTrue($result); $result = $Folder->inPath(DS . 'non-existing' . $inside); @@ -594,8 +594,8 @@ public function testInCakePath() { $result = $Folder->inCakePath($path); $this->assertFalse($result); - $path = DS . 'Cake' . DS . 'Config'; - $Folder->cd(ROOT . DS . 'Cake' . DS . 'Config'); + $path = DS . 'src' . DS . 'Config'; + $Folder->cd(ROOT . DS . 'src' . DS . 'Config'); $result = $Folder->inCakePath($path); $this->assertTrue($result); } diff --git a/Test/TestCase/Utility/HashTest.php b/tests/TestCase/Utility/HashTest.php similarity index 100% rename from Test/TestCase/Utility/HashTest.php rename to tests/TestCase/Utility/HashTest.php diff --git a/Test/TestCase/Utility/InflectorTest.php b/tests/TestCase/Utility/InflectorTest.php similarity index 100% rename from Test/TestCase/Utility/InflectorTest.php rename to tests/TestCase/Utility/InflectorTest.php diff --git a/Test/TestCase/Utility/MergeVariablesTraitTest.php b/tests/TestCase/Utility/MergeVariablesTraitTest.php similarity index 100% rename from Test/TestCase/Utility/MergeVariablesTraitTest.php rename to tests/TestCase/Utility/MergeVariablesTraitTest.php diff --git a/Test/TestCase/Utility/NumberTest.php b/tests/TestCase/Utility/NumberTest.php similarity index 100% rename from Test/TestCase/Utility/NumberTest.php rename to tests/TestCase/Utility/NumberTest.php diff --git a/Test/TestCase/Utility/ObjectCollectionTest.php b/tests/TestCase/Utility/ObjectCollectionTest.php similarity index 100% rename from Test/TestCase/Utility/ObjectCollectionTest.php rename to tests/TestCase/Utility/ObjectCollectionTest.php diff --git a/Test/TestCase/Utility/RepositoryAwareTraitTest.php b/tests/TestCase/Utility/RepositoryAwareTraitTest.php similarity index 100% rename from Test/TestCase/Utility/RepositoryAwareTraitTest.php rename to tests/TestCase/Utility/RepositoryAwareTraitTest.php diff --git a/Test/TestCase/Utility/SecurityTest.php b/tests/TestCase/Utility/SecurityTest.php similarity index 100% rename from Test/TestCase/Utility/SecurityTest.php rename to tests/TestCase/Utility/SecurityTest.php diff --git a/Test/TestCase/Utility/SetTest.php b/tests/TestCase/Utility/SetTest.php similarity index 100% rename from Test/TestCase/Utility/SetTest.php rename to tests/TestCase/Utility/SetTest.php diff --git a/Test/TestCase/Utility/StringTest.php b/tests/TestCase/Utility/StringTest.php similarity index 100% rename from Test/TestCase/Utility/StringTest.php rename to tests/TestCase/Utility/StringTest.php diff --git a/Test/TestCase/Utility/TimeTest.php b/tests/TestCase/Utility/TimeTest.php similarity index 100% rename from Test/TestCase/Utility/TimeTest.php rename to tests/TestCase/Utility/TimeTest.php diff --git a/Test/TestCase/Utility/ViewVarsTraitTest.php b/tests/TestCase/Utility/ViewVarsTraitTest.php similarity index 100% rename from Test/TestCase/Utility/ViewVarsTraitTest.php rename to tests/TestCase/Utility/ViewVarsTraitTest.php diff --git a/Test/TestCase/Utility/XmlTest.php b/tests/TestCase/Utility/XmlTest.php similarity index 100% rename from Test/TestCase/Utility/XmlTest.php rename to tests/TestCase/Utility/XmlTest.php diff --git a/Test/TestCase/Validation/RulesProviderTest.php b/tests/TestCase/Validation/RulesProviderTest.php similarity index 100% rename from Test/TestCase/Validation/RulesProviderTest.php rename to tests/TestCase/Validation/RulesProviderTest.php diff --git a/Test/TestCase/Validation/ValidationRuleTest.php b/tests/TestCase/Validation/ValidationRuleTest.php similarity index 100% rename from Test/TestCase/Validation/ValidationRuleTest.php rename to tests/TestCase/Validation/ValidationRuleTest.php diff --git a/Test/TestCase/Validation/ValidationSetTest.php b/tests/TestCase/Validation/ValidationSetTest.php similarity index 100% rename from Test/TestCase/Validation/ValidationSetTest.php rename to tests/TestCase/Validation/ValidationSetTest.php diff --git a/Test/TestCase/Validation/ValidationTest.php b/tests/TestCase/Validation/ValidationTest.php similarity index 100% rename from Test/TestCase/Validation/ValidationTest.php rename to tests/TestCase/Validation/ValidationTest.php diff --git a/Test/TestCase/Validation/ValidatorTest.php b/tests/TestCase/Validation/ValidatorTest.php similarity index 100% rename from Test/TestCase/Validation/ValidatorTest.php rename to tests/TestCase/Validation/ValidatorTest.php diff --git a/Test/TestCase/View/Helper/CacheHelperTest.php b/tests/TestCase/View/Helper/CacheHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/CacheHelperTest.php rename to tests/TestCase/View/Helper/CacheHelperTest.php diff --git a/Test/TestCase/View/Helper/FormHelperTest.php b/tests/TestCase/View/Helper/FormHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/FormHelperTest.php rename to tests/TestCase/View/Helper/FormHelperTest.php diff --git a/Test/TestCase/View/Helper/HtmlHelperTest.php b/tests/TestCase/View/Helper/HtmlHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/HtmlHelperTest.php rename to tests/TestCase/View/Helper/HtmlHelperTest.php diff --git a/Test/TestCase/View/Helper/NumberHelperTest.php b/tests/TestCase/View/Helper/NumberHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/NumberHelperTest.php rename to tests/TestCase/View/Helper/NumberHelperTest.php diff --git a/Test/TestCase/View/Helper/PaginatorHelperTest.php b/tests/TestCase/View/Helper/PaginatorHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/PaginatorHelperTest.php rename to tests/TestCase/View/Helper/PaginatorHelperTest.php diff --git a/Test/TestCase/View/Helper/RssHelperTest.php b/tests/TestCase/View/Helper/RssHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/RssHelperTest.php rename to tests/TestCase/View/Helper/RssHelperTest.php diff --git a/Test/TestCase/View/Helper/SessionHelperTest.php b/tests/TestCase/View/Helper/SessionHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/SessionHelperTest.php rename to tests/TestCase/View/Helper/SessionHelperTest.php diff --git a/Test/TestCase/View/Helper/StringTemplateTraitTest.php b/tests/TestCase/View/Helper/StringTemplateTraitTest.php similarity index 100% rename from Test/TestCase/View/Helper/StringTemplateTraitTest.php rename to tests/TestCase/View/Helper/StringTemplateTraitTest.php diff --git a/Test/TestCase/View/Helper/TextHelperTest.php b/tests/TestCase/View/Helper/TextHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/TextHelperTest.php rename to tests/TestCase/View/Helper/TextHelperTest.php diff --git a/Test/TestCase/View/Helper/TimeHelperTest.php b/tests/TestCase/View/Helper/TimeHelperTest.php similarity index 100% rename from Test/TestCase/View/Helper/TimeHelperTest.php rename to tests/TestCase/View/Helper/TimeHelperTest.php diff --git a/Test/TestCase/View/HelperRegistryTest.php b/tests/TestCase/View/HelperRegistryTest.php similarity index 100% rename from Test/TestCase/View/HelperRegistryTest.php rename to tests/TestCase/View/HelperRegistryTest.php diff --git a/Test/TestCase/View/HelperTest.php b/tests/TestCase/View/HelperTest.php similarity index 100% rename from Test/TestCase/View/HelperTest.php rename to tests/TestCase/View/HelperTest.php diff --git a/Test/TestCase/View/Input/SelectBoxTest.php b/tests/TestCase/View/Input/SelectBoxTest.php similarity index 100% rename from Test/TestCase/View/Input/SelectBoxTest.php rename to tests/TestCase/View/Input/SelectBoxTest.php diff --git a/Test/TestCase/View/JsonViewTest.php b/tests/TestCase/View/JsonViewTest.php similarity index 100% rename from Test/TestCase/View/JsonViewTest.php rename to tests/TestCase/View/JsonViewTest.php diff --git a/Test/TestCase/View/StringTemplateTest.php b/tests/TestCase/View/StringTemplateTest.php similarity index 100% rename from Test/TestCase/View/StringTemplateTest.php rename to tests/TestCase/View/StringTemplateTest.php diff --git a/Test/TestCase/View/ViewTest.php b/tests/TestCase/View/ViewTest.php similarity index 100% rename from Test/TestCase/View/ViewTest.php rename to tests/TestCase/View/ViewTest.php diff --git a/Test/TestCase/View/XmlViewTest.php b/tests/TestCase/View/XmlViewTest.php similarity index 100% rename from Test/TestCase/View/XmlViewTest.php rename to tests/TestCase/View/XmlViewTest.php diff --git a/Test/bake_compare/Controller/ActionsUsingSessions.ctp b/tests/bake_compare/Controller/ActionsUsingSessions.ctp similarity index 100% rename from Test/bake_compare/Controller/ActionsUsingSessions.ctp rename to tests/bake_compare/Controller/ActionsUsingSessions.ctp diff --git a/Test/bake_compare/Controller/NoActions.ctp b/tests/bake_compare/Controller/NoActions.ctp similarity index 100% rename from Test/bake_compare/Controller/NoActions.ctp rename to tests/bake_compare/Controller/NoActions.ctp diff --git a/Test/bake_compare/Controller/NoHelpersOrComponents.ctp b/tests/bake_compare/Controller/NoHelpersOrComponents.ctp similarity index 100% rename from Test/bake_compare/Controller/NoHelpersOrComponents.ctp rename to tests/bake_compare/Controller/NoHelpersOrComponents.ctp diff --git a/Test/bake_compare/Controller/Scaffold.ctp b/tests/bake_compare/Controller/Scaffold.ctp similarity index 100% rename from Test/bake_compare/Controller/Scaffold.ctp rename to tests/bake_compare/Controller/Scaffold.ctp diff --git a/Test/init.php b/tests/init.php similarity index 80% rename from Test/init.php rename to tests/init.php index 3b2f2dfa5ea..f808845c8de 100644 --- a/Test/init.php +++ b/tests/init.php @@ -29,17 +29,17 @@ define('CAKE_CORE_INCLUDE_PATH', ROOT); define('CORE_PATH', CAKE_CORE_INCLUDE_PATH . DS); -define('CAKE', CORE_PATH . 'Cake' . DS); -define('CORE_TESTS', ROOT . DS . 'Test' . DS); +define('CAKE', CORE_PATH . 'src' . DS); +define('CORE_TESTS', CORE_PATH . 'tests' . DS); define('CORE_TEST_CASES', CORE_TESTS . 'TestCase'); define('LOG_ERROR', LOG_ERR); // Point app constants to the test app. -define('APP', ROOT . '/Test/TestApp/'); +define('APP', CORE_TESTS . 'TestApp' . DS); define('WWW_ROOT', APP . WEBROOT_DIR . DS); define('TESTS', APP . 'Test' . DS); -define('TEST_APP', ROOT . '/Test/TestApp/'); +define('TEST_APP', APP); //@codingStandardsIgnoreStart @mkdir(LOGS); @@ -49,19 +49,19 @@ @mkdir(CACHE . 'models'); //@codingStandardsIgnoreEnd -require CORE_PATH . 'Cake/Core/ClassLoader.php'; +require CAKE . 'Core/ClassLoader.php'; $loader = new Cake\Core\ClassLoader; $loader->register(); -$loader->addNamespace('Cake', ROOT . '/Cake'); -$loader->addNamespace('Cake\Test', ROOT . '/Test'); -$loader->addNamespace('TestApp', ROOT . '/Test/TestApp'); -$loader->addNamespace('TestPlugin', CORE_TESTS . 'TestApp/Plugin/TestPlugin'); -$loader->addNamespace('TestPluginTwo', CORE_TESTS . 'TestApp/Plugin/TestPluginTwo'); -$loader->addNamespace('PluginJs', CORE_TESTS . 'TestApp/Plugin/PluginJs'); +$loader->addNamespace('Cake', CAKE); +$loader->addNamespace('Cake\Test', CORE_TESTS); +$loader->addNamespace('TestApp', TEST_APP); +$loader->addNamespace('TestPlugin', TEST_APP . 'Plugin/TestPlugin'); +$loader->addNamespace('TestPluginTwo', TEST_APP . 'Plugin/TestPluginTwo'); +$loader->addNamespace('PluginJs', TEST_APP . 'Plugin/PluginJs'); -require CORE_PATH . 'Cake/bootstrap.php'; +require CAKE . 'bootstrap.php'; mb_internal_encoding('UTF-8');