Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Context Navigation
← Previous Change
Next Change
→
Changeset
126
for
Dev/branches/cakephp/cake/tests
Timestamp:
10/14/11 16:47:16 (
14 years
ago)
Author:
fpvanagthoven
Message:
Cakephp branch.
Location:
Dev/branches/cakephp/cake
Files:
665 added
.
(added)
tests
(added)
tests/cases
(added)
tests/cases/basics.test.php
(added)
tests/cases/console
(added)
tests/cases/console/cake.test.php
(added)
tests/cases/console/libs
(added)
tests/cases/console/libs/acl.test.php
(added)
tests/cases/console/libs/api.test.php
(added)
tests/cases/console/libs/bake.test.php
(added)
tests/cases/console/libs/schema.test.php
(added)
tests/cases/console/libs/shell.test.php
(added)
tests/cases/console/libs/tasks
(added)
tests/cases/console/libs/tasks/controller.test.php
(added)
tests/cases/console/libs/tasks/db_config.test.php
(added)
tests/cases/console/libs/tasks/extract.test.php
(added)
tests/cases/console/libs/tasks/fixture.test.php
(added)
tests/cases/console/libs/tasks/model.test.php
(added)
tests/cases/console/libs/tasks/plugin.test.php
(added)
tests/cases/console/libs/tasks/project.test.php
(added)
tests/cases/console/libs/tasks/template.test.php
(added)
tests/cases/console/libs/tasks/test.test.php
(added)
tests/cases/console/libs/tasks/view.test.php
(added)
tests/cases/dispatcher.test.php
(added)
tests/cases/libs
(added)
tests/cases/libs/cache
(added)
tests/cases/libs/cache.test.php
(added)
tests/cases/libs/cache/apc.test.php
(added)
tests/cases/libs/cache/file.test.php
(added)
tests/cases/libs/cache/memcache.test.php
(added)
tests/cases/libs/cache/xcache.test.php
(added)
tests/cases/libs/cake_log.test.php
(added)
tests/cases/libs/cake_session.test.php
(added)
tests/cases/libs/cake_socket.test.php
(added)
tests/cases/libs/cake_test_case.test.php
(added)
tests/cases/libs/cake_test_fixture.test.php
(added)
tests/cases/libs/class_registry.test.php
(added)
tests/cases/libs/code_coverage_manager.test.php
(added)
tests/cases/libs/configure.test.php
(added)
tests/cases/libs/controller
(added)
tests/cases/libs/controller/component.test.php
(added)
tests/cases/libs/controller/components
(added)
tests/cases/libs/controller/components/acl.test.php
(added)
tests/cases/libs/controller/components/auth.test.php
(added)
tests/cases/libs/controller/components/cookie.test.php
(added)
tests/cases/libs/controller/components/email.test.php
(added)
tests/cases/libs/controller/components/request_handler.test.php
(added)
tests/cases/libs/controller/components/security.test.php
(added)
tests/cases/libs/controller/components/session.test.php
(added)
tests/cases/libs/controller/controller.test.php
(added)
tests/cases/libs/controller/controller_merge_vars.test.php
(added)
tests/cases/libs/controller/pages_controller.test.php
(added)
tests/cases/libs/controller/scaffold.test.php
(added)
tests/cases/libs/debugger.test.php
(added)
tests/cases/libs/error.test.php
(added)
tests/cases/libs/file.test.php
(added)
tests/cases/libs/folder.test.php
(added)
tests/cases/libs/http_socket.test.php
(added)
tests/cases/libs/i18n.test.php
(added)
tests/cases/libs/inflector.test.php
(added)
tests/cases/libs/l10n.test.php
(added)
tests/cases/libs/log
(added)
tests/cases/libs/log/file_log.test.php
(added)
tests/cases/libs/magic_db.test.php
(added)
tests/cases/libs/model
(added)
tests/cases/libs/model/behaviors
(added)
tests/cases/libs/model/behaviors/acl.test.php
(added)
tests/cases/libs/model/behaviors/containable.test.php
(added)
tests/cases/libs/model/behaviors/translate.test.php
(added)
tests/cases/libs/model/behaviors/tree.test.php
(added)
tests/cases/libs/model/cake_schema.test.php
(added)
tests/cases/libs/model/connection_manager.test.php
(added)
tests/cases/libs/model/datasources
(added)
tests/cases/libs/model/datasources/dbo
(added)
tests/cases/libs/model/datasources/dbo/dbo_mssql.test.php
(added)
tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
(added)
tests/cases/libs/model/datasources/dbo/dbo_mysqli.test.php
(added)
tests/cases/libs/model/datasources/dbo/dbo_oracle.test.php
(added)
tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
(added)
tests/cases/libs/model/datasources/dbo/dbo_sqlite.test.php
(added)
tests/cases/libs/model/datasources/dbo_source.test.php
(added)
tests/cases/libs/model/db_acl.test.php
(added)
tests/cases/libs/model/model.test.php
(added)
tests/cases/libs/model/model_behavior.test.php
(added)
tests/cases/libs/model/model_delete.test.php
(added)
tests/cases/libs/model/model_integration.test.php
(added)
tests/cases/libs/model/model_read.test.php
(added)
tests/cases/libs/model/model_validation.test.php
(added)
tests/cases/libs/model/model_write.test.php
(added)
tests/cases/libs/model/models.php
(added)
tests/cases/libs/multibyte.test.php
(added)
tests/cases/libs/object.test.php
(added)
tests/cases/libs/overloadable.test.php
(added)
tests/cases/libs/router.test.php
(added)
tests/cases/libs/sanitize.test.php
(added)
tests/cases/libs/security.test.php
(added)
tests/cases/libs/set.test.php
(added)
tests/cases/libs/string.test.php
(added)
tests/cases/libs/test_manager.test.php
(added)
tests/cases/libs/validation.test.php
(added)
tests/cases/libs/view
(added)
tests/cases/libs/view/helper.test.php
(added)
tests/cases/libs/view/helpers
(added)
tests/cases/libs/view/helpers/ajax.test.php
(added)
tests/cases/libs/view/helpers/cache.test.php
(added)
tests/cases/libs/view/helpers/form.test.php
(added)
tests/cases/libs/view/helpers/html.test.php
(added)
tests/cases/libs/view/helpers/javascript.test.php
(added)
tests/cases/libs/view/helpers/jquery_engine.test.php
(added)
tests/cases/libs/view/helpers/js.test.php
(added)
tests/cases/libs/view/helpers/mootools_engine.test.php
(added)
tests/cases/libs/view/helpers/number.test.php
(added)
tests/cases/libs/view/helpers/paginator.test.php
(added)
tests/cases/libs/view/helpers/prototype_engine.test.php
(added)
tests/cases/libs/view/helpers/rss.test.php
(added)
tests/cases/libs/view/helpers/session.test.php
(added)
tests/cases/libs/view/helpers/text.test.php
(added)
tests/cases/libs/view/helpers/time.test.php
(added)
tests/cases/libs/view/helpers/xml.test.php
(added)
tests/cases/libs/view/media.test.php
(added)
tests/cases/libs/view/theme.test.php
(added)
tests/cases/libs/view/view.test.php
(added)
tests/cases/libs/xml.test.php
(added)
tests/fixtures
(added)
tests/fixtures/account_fixture.php
(added)
tests/fixtures/aco_action_fixture.php
(added)
tests/fixtures/aco_fixture.php
(added)
tests/fixtures/aco_two_fixture.php
(added)
tests/fixtures/ad_fixture.php
(added)
tests/fixtures/advertisement_fixture.php
(added)
tests/fixtures/after_tree_fixture.php
(added)
tests/fixtures/another_article_fixture.php
(added)
tests/fixtures/apple_fixture.php
(added)
tests/fixtures/aro_fixture.php
(added)
tests/fixtures/aro_two_fixture.php
(added)
tests/fixtures/aros_aco_fixture.php
(added)
tests/fixtures/aros_aco_two_fixture.php
(added)
tests/fixtures/article_featured_fixture.php
(added)
tests/fixtures/article_featureds_tags_fixture.php
(added)
tests/fixtures/article_fixture.php
(added)
tests/fixtures/articles_tag_fixture.php
(added)
tests/fixtures/attachment_fixture.php
(added)
tests/fixtures/auth_user_custom_field_fixture.php
(added)
tests/fixtures/auth_user_fixture.php
(added)
tests/fixtures/author_fixture.php
(added)
tests/fixtures/basket_fixture.php
(added)
tests/fixtures/bid_fixture.php
(added)
tests/fixtures/binary_test_fixture.php
(added)
tests/fixtures/book_fixture.php
(added)
tests/fixtures/cache_test_model_fixture.php
(added)
tests/fixtures/callback_fixture.php
(added)
tests/fixtures/campaign_fixture.php
(added)
tests/fixtures/category_fixture.php
(added)
tests/fixtures/category_thread_fixture.php
(added)
tests/fixtures/cd_fixture.php
(added)
tests/fixtures/comment_fixture.php
(added)
tests/fixtures/content_account_fixture.php
(added)
tests/fixtures/content_fixture.php
(added)
tests/fixtures/counter_cache_post_fixture.php
(added)
tests/fixtures/counter_cache_post_nonstandard_primary_key_fixture.php
(added)
tests/fixtures/counter_cache_user_fixture.php
(added)
tests/fixtures/counter_cache_user_nonstandard_primary_key_fixture.php
(added)
tests/fixtures/data_test_fixture.php
(added)
tests/fixtures/datatype_fixture.php
(added)
tests/fixtures/dependency_fixture.php
(added)
tests/fixtures/device_fixture.php
(added)
tests/fixtures/device_type_category_fixture.php
(added)
tests/fixtures/device_type_fixture.php
(added)
tests/fixtures/document_directory_fixture.php
(added)
tests/fixtures/document_fixture.php
(added)
tests/fixtures/exterior_type_category_fixture.php
(added)
tests/fixtures/feature_set_fixture.php
(added)
tests/fixtures/featured_fixture.php
(added)
tests/fixtures/film_file_fixture.php
(added)
tests/fixtures/flag_tree_fixture.php
(added)
tests/fixtures/fruit_fixture.php
(added)
tests/fixtures/fruits_uuid_tag_fixture.php
(added)
tests/fixtures/group_update_all_fixture.php
(added)
tests/fixtures/home_fixture.php
(added)
tests/fixtures/image_fixture.php
(added)
tests/fixtures/item_fixture.php
(added)
tests/fixtures/items_portfolio_fixture.php
(added)
tests/fixtures/join_a_b_fixture.php
(added)
tests/fixtures/join_a_c_fixture.php
(added)
tests/fixtures/join_a_fixture.php
(added)
tests/fixtures/join_b_fixture.php
(added)
tests/fixtures/join_c_fixture.php
(added)
tests/fixtures/join_thing_fixture.php
(added)
tests/fixtures/message_fixture.php
(added)
tests/fixtures/my_categories_my_products_fixture.php
(added)
tests/fixtures/my_categories_my_users_fixture.php
(added)
tests/fixtures/my_category_fixture.php
(added)
tests/fixtures/my_product_fixture.php
(added)
tests/fixtures/my_user_fixture.php
(added)
tests/fixtures/node_fixture.php
(added)
tests/fixtures/number_tree_fixture.php
(added)
tests/fixtures/number_tree_two_fixture.php
(added)
tests/fixtures/numeric_article_fixture.php
(added)
tests/fixtures/overall_favorite_fixture.php
(added)
tests/fixtures/person_fixture.php
(added)
tests/fixtures/portfolio_fixture.php
(added)
tests/fixtures/post_fixture.php
(added)
tests/fixtures/posts_tag_fixture.php
(added)
tests/fixtures/prefix_test_fixture.php
(added)
tests/fixtures/primary_model_fixture.php
(added)
tests/fixtures/product_fixture.php
(added)
tests/fixtures/product_update_all_fixture.php
(added)
tests/fixtures/project_fixture.php
(added)
tests/fixtures/sample_fixture.php
(added)
tests/fixtures/secondary_model_fixture.php
(added)
tests/fixtures/session_fixture.php
(added)
tests/fixtures/something_else_fixture.php
(added)
tests/fixtures/something_fixture.php
(added)
tests/fixtures/stories_tag_fixture.php
(added)
tests/fixtures/story_fixture.php
(added)
tests/fixtures/syfile_fixture.php
(added)
tests/fixtures/tag_fixture.php
(added)
tests/fixtures/test_plugin_article_fixture.php
(added)
tests/fixtures/test_plugin_comment_fixture.php
(added)
tests/fixtures/the_paper_monkies_fixture.php
(added)
tests/fixtures/thread_fixture.php
(added)
tests/fixtures/translate_article_fixture.php
(added)
tests/fixtures/translate_fixture.php
(added)
tests/fixtures/translate_table_fixture.php
(added)
tests/fixtures/translate_with_prefix_fixture.php
(added)
tests/fixtures/translated_article_fixture.php
(added)
tests/fixtures/translated_item_fixture.php
(added)
tests/fixtures/unconventional_tree_fixture.php
(added)
tests/fixtures/underscore_field_fixture.php
(added)
tests/fixtures/user_fixture.php
(added)
tests/fixtures/uuid_fixture.php
(added)
tests/fixtures/uuid_tag_fixture.php
(added)
tests/fixtures/uuid_tree_fixture.php
(added)
tests/fixtures/uuiditem_fixture.php
(added)
tests/fixtures/uuiditems_uuidportfolio_fixture.php
(added)
tests/fixtures/uuiditems_uuidportfolio_numericid_fixture.php
(added)
tests/fixtures/uuidportfolio_fixture.php
(added)
tests/groups
(added)
tests/groups/acl.group.php
(added)
tests/groups/bake.group.php
(added)
tests/groups/behaviors.group.php
(added)
tests/groups/cache.group.php
(added)
tests/groups/components.group.php
(added)
tests/groups/configure.group.php
(added)
tests/groups/console.group.php
(added)
tests/groups/controller.group.php
(added)
tests/groups/database.group.php
(added)
tests/groups/helpers.group.php
(added)
tests/groups/i18n.group.php
(added)
tests/groups/javascript.group.php
(added)
tests/groups/lib.group.php
(added)
tests/groups/model.group.php
(added)
tests/groups/no_cross_contamination.group.php
(added)
tests/groups/routing_system.group.php
(added)
tests/groups/socket.group.php
(added)
tests/groups/test_suite.group.php
(added)
tests/groups/view.group.php
(added)
tests/groups/xml.group.php
(added)
tests/lib
(added)
tests/lib/cake_test_case.php
(added)
tests/lib/cake_test_fixture.php
(added)
tests/lib/cake_test_model.php
(added)
tests/lib/cake_test_suite_dispatcher.php
(added)
tests/lib/cake_web_test_case.php
(added)
tests/lib/code_coverage_manager.php
(added)
tests/lib/reporter
(added)
tests/lib/reporter/cake_base_reporter.php
(added)
tests/lib/reporter/cake_cli_reporter.php
(added)
tests/lib/reporter/cake_html_reporter.php
(added)
tests/lib/reporter/cake_text_reporter.php
(added)
tests/lib/templates
(added)
tests/lib/templates/footer.php
(added)
tests/lib/templates/header.php
(added)
tests/lib/templates/menu.php
(added)
tests/lib/templates/simpletest.php
(added)
tests/lib/templates/xdebug.php
(added)
tests/lib/test_manager.php
(added)
tests/test_app
(added)
tests/test_app/config
(added)
tests/test_app/config/acl.ini.php
(added)
tests/test_app/controllers
(added)
tests/test_app/controllers/components
(added)
tests/test_app/controllers/components/empty
(added)
tests/test_app/controllers/tests_apps_controller.php
(added)
tests/test_app/controllers/tests_apps_posts_controller.php
(added)
tests/test_app/libs
(added)
tests/test_app/libs/cache
(added)
tests/test_app/libs/cache/test_app_cache.php
(added)
tests/test_app/libs/library.php
(added)
tests/test_app/libs/log
(added)
tests/test_app/libs/log/test_app_log.php
(added)
tests/test_app/locale
(added)
tests/test_app/locale/cache_test_po
(added)
tests/test_app/locale/cache_test_po/LC_MESSAGES
(added)
tests/test_app/locale/cache_test_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/cache_test_po/LC_MESSAGES/dom1.po
(added)
tests/test_app/locale/cache_test_po/LC_MESSAGES/dom2.po
(added)
tests/test_app/locale/ja_jp
(added)
tests/test_app/locale/ja_jp/LC_TIME
(added)
tests/test_app/locale/po
(added)
tests/test_app/locale/po/LC_MESSAGES
(added)
tests/test_app/locale/po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/po/LC_MONETARY
(added)
tests/test_app/locale/po/LC_MONETARY/default.po
(added)
tests/test_app/locale/po/LC_TIME
(added)
tests/test_app/locale/rule_0_mo
(added)
tests/test_app/locale/rule_0_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_0_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_0_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_0_po
(added)
tests/test_app/locale/rule_0_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_0_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_0_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_10_mo
(added)
tests/test_app/locale/rule_10_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_10_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_10_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_10_po
(added)
tests/test_app/locale/rule_10_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_10_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_10_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_11_mo
(added)
tests/test_app/locale/rule_11_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_11_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_11_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_11_po
(added)
tests/test_app/locale/rule_11_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_11_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_11_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_12_mo
(added)
tests/test_app/locale/rule_12_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_12_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_12_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_12_po
(added)
tests/test_app/locale/rule_12_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_12_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_12_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_13_mo
(added)
tests/test_app/locale/rule_13_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_13_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_13_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_13_po
(added)
tests/test_app/locale/rule_13_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_13_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_13_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_14_mo
(added)
tests/test_app/locale/rule_14_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_14_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_14_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_14_po
(added)
tests/test_app/locale/rule_14_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_14_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_14_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_1_mo
(added)
tests/test_app/locale/rule_1_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_1_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_1_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_1_po
(added)
tests/test_app/locale/rule_1_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_1_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_1_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_2_mo
(added)
tests/test_app/locale/rule_2_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_2_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_2_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_2_po
(added)
tests/test_app/locale/rule_2_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_2_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_2_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_3_mo
(added)
tests/test_app/locale/rule_3_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_3_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_3_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_3_po
(added)
tests/test_app/locale/rule_3_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_3_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_3_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_4_mo
(added)
tests/test_app/locale/rule_4_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_4_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_4_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_4_po
(added)
tests/test_app/locale/rule_4_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_4_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_4_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_5_mo
(added)
tests/test_app/locale/rule_5_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_5_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_5_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_5_po
(added)
tests/test_app/locale/rule_5_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_5_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_5_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_6_mo
(added)
tests/test_app/locale/rule_6_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_6_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_6_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_6_po
(added)
tests/test_app/locale/rule_6_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_6_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_6_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_7_mo
(added)
tests/test_app/locale/rule_7_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_7_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_7_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_7_po
(added)
tests/test_app/locale/rule_7_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_7_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_7_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_8_mo
(added)
tests/test_app/locale/rule_8_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_8_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_8_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_8_po
(added)
tests/test_app/locale/rule_8_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_8_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_8_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/rule_9_mo
(added)
tests/test_app/locale/rule_9_mo/LC_MESSAGES
(added)
tests/test_app/locale/rule_9_mo/LC_MESSAGES/core.mo
(added)
tests/test_app/locale/rule_9_mo/LC_MESSAGES/default.mo
(added)
tests/test_app/locale/rule_9_po
(added)
tests/test_app/locale/rule_9_po/LC_MESSAGES
(added)
tests/test_app/locale/rule_9_po/LC_MESSAGES/core.po
(added)
tests/test_app/locale/rule_9_po/LC_MESSAGES/default.po
(added)
tests/test_app/locale/time_test
(added)
tests/test_app/locale/time_test/LC_TIME
(added)
tests/test_app/models
(added)
tests/test_app/models/behaviors
(added)
tests/test_app/models/behaviors/empty
(added)
tests/test_app/models/behaviors/persister_one_behavior.php
(added)
tests/test_app/models/behaviors/persister_two_behavior.php
(added)
tests/test_app/models/comment.php
(added)
tests/test_app/models/datasources
(added)
tests/test_app/models/datasources/test
(added)
tests/test_app/models/datasources/test/test_local_driver.php
(added)
tests/test_app/models/datasources/test2_other_source.php
(added)
tests/test_app/models/datasources/test2_source.php
(added)
tests/test_app/models/persister_one.php
(added)
tests/test_app/models/persister_two.php
(added)
tests/test_app/models/post.php
(added)
tests/test_app/plugins
(added)
tests/test_app/plugins/plugin_js
(added)
tests/test_app/plugins/plugin_js/webroot
(added)
tests/test_app/plugins/plugin_js/webroot/js
(added)
tests/test_app/plugins/plugin_js/webroot/js/one
(added)
tests/test_app/plugins/plugin_js/webroot/js/one/plugin_one.js
(added)
tests/test_app/plugins/plugin_js/webroot/js/plugin_js.js
(added)
tests/test_app/plugins/test_plugin
(added)
tests/test_app/plugins/test_plugin/config
(added)
tests/test_app/plugins/test_plugin/config/load.php
(added)
tests/test_app/plugins/test_plugin/config/more.load.php
(added)
tests/test_app/plugins/test_plugin/config/schema
(added)
tests/test_app/plugins/test_plugin/config/schema/schema.php
(added)
tests/test_app/plugins/test_plugin/controllers
(added)
tests/test_app/plugins/test_plugin/controllers/components
(added)
tests/test_app/plugins/test_plugin/controllers/components/other_component.php
(added)
tests/test_app/plugins/test_plugin/controllers/components/plugins_component.php
(added)
tests/test_app/plugins/test_plugin/controllers/components/test_plugin_component.php
(added)
tests/test_app/plugins/test_plugin/controllers/components/test_plugin_other_component.php
(added)
tests/test_app/plugins/test_plugin/controllers/test_plugin_controller.php
(added)
tests/test_app/plugins/test_plugin/controllers/tests_controller.php
(added)
tests/test_app/plugins/test_plugin/libs
(added)
tests/test_app/plugins/test_plugin/libs/cache
(added)
tests/test_app/plugins/test_plugin/libs/cache/test_plugin_cache.php
(added)
tests/test_app/plugins/test_plugin/libs/log
(added)
tests/test_app/plugins/test_plugin/libs/log/test_plugin_log.php
(added)
tests/test_app/plugins/test_plugin/libs/test_plugin_library.php
(added)
tests/test_app/plugins/test_plugin/locale
(added)
tests/test_app/plugins/test_plugin/locale/po
(added)
tests/test_app/plugins/test_plugin/locale/po/LC_MESSAGES
(added)
tests/test_app/plugins/test_plugin/locale/po/LC_MESSAGES/test_plugin.po
(added)
tests/test_app/plugins/test_plugin/locale/po/LC_MONETARY
(added)
tests/test_app/plugins/test_plugin/locale/po/LC_MONETARY/test_plugin.po
(added)
tests/test_app/plugins/test_plugin/models
(added)
tests/test_app/plugins/test_plugin/models/behaviors
(added)
tests/test_app/plugins/test_plugin/models/behaviors/test_plugin_persister_one.php
(added)
tests/test_app/plugins/test_plugin/models/behaviors/test_plugin_persister_two.php
(added)
tests/test_app/plugins/test_plugin/models/datasources
(added)
tests/test_app/plugins/test_plugin/models/datasources/dbo
(added)
tests/test_app/plugins/test_plugin/models/datasources/dbo/dbo_dummy.php
(added)
tests/test_app/plugins/test_plugin/models/datasources/test
(added)
tests/test_app/plugins/test_plugin/models/datasources/test/test_driver.php
(added)
tests/test_app/plugins/test_plugin/models/datasources/test_other_source.php
(added)
tests/test_app/plugins/test_plugin/models/datasources/test_source.php
(added)
tests/test_app/plugins/test_plugin/models/test_plugin_auth_user.php
(added)
tests/test_app/plugins/test_plugin/models/test_plugin_authors.php
(added)
tests/test_app/plugins/test_plugin/models/test_plugin_comment.php
(added)
tests/test_app/plugins/test_plugin/models/test_plugin_post.php
(added)
tests/test_app/plugins/test_plugin/test_plugin_app_controller.php
(added)
tests/test_app/plugins/test_plugin/test_plugin_app_model.php
(added)
tests/test_app/plugins/test_plugin/vendors
(added)
tests/test_app/plugins/test_plugin/vendors/sample
(added)
tests/test_app/plugins/test_plugin/vendors/sample/sample_plugin.php
(added)
tests/test_app/plugins/test_plugin/vendors/shells
(added)
tests/test_app/plugins/test_plugin/vendors/shells/example.php
(added)
tests/test_app/plugins/test_plugin/vendors/shells/tasks
(added)
tests/test_app/plugins/test_plugin/vendors/shells/tasks/empty
(added)
tests/test_app/plugins/test_plugin/vendors/shells/templates
(added)
tests/test_app/plugins/test_plugin/vendors/shells/templates/empty
(added)
tests/test_app/plugins/test_plugin/vendors/welcome.php
(added)
tests/test_app/plugins/test_plugin/views
(added)
tests/test_app/plugins/test_plugin/views/elements
(added)
tests/test_app/plugins/test_plugin/views/elements/plugin_element.ctp
(added)
tests/test_app/plugins/test_plugin/views/elements/test_plugin_element.ctp
(added)
tests/test_app/plugins/test_plugin/views/helpers
(added)
tests/test_app/plugins/test_plugin/views/helpers/other_helper.php
(added)
tests/test_app/plugins/test_plugin/views/helpers/plugged_helper.php
(added)
tests/test_app/plugins/test_plugin/views/helpers/test_plugin_app.php
(added)
tests/test_app/plugins/test_plugin/views/layouts
(added)
tests/test_app/plugins/test_plugin/views/layouts/default.ctp
(added)
tests/test_app/plugins/test_plugin/views/tests
(added)
tests/test_app/plugins/test_plugin/views/tests/index.ctp
(added)
tests/test_app/plugins/test_plugin/views/tests/scaffold.edit.ctp
(added)
tests/test_app/plugins/test_plugin/webroot
(added)
tests/test_app/plugins/test_plugin/webroot/css
(added)
tests/test_app/plugins/test_plugin/webroot/css/test_plugin_asset.css
(added)
tests/test_app/plugins/test_plugin/webroot/css/theme_one.htc
(added)
tests/test_app/plugins/test_plugin/webroot/css/unknown.extension
(added)
tests/test_app/plugins/test_plugin/webroot/flash
(added)
tests/test_app/plugins/test_plugin/webroot/flash/plugin_test.swf
(added)
tests/test_app/plugins/test_plugin/webroot/img
(added)
tests/test_app/plugins/test_plugin/webroot/img/cake.icon.gif
(added)
tests/test_app/plugins/test_plugin/webroot/js
(added)
tests/test_app/plugins/test_plugin/webroot/js/test_plugin
(added)
tests/test_app/plugins/test_plugin/webroot/js/test_plugin/test.js
(added)
tests/test_app/plugins/test_plugin/webroot/pdfs
(added)
tests/test_app/plugins/test_plugin/webroot/pdfs/plugin_test.pdf
(added)
tests/test_app/plugins/test_plugin/webroot/root.js
(added)
tests/test_app/plugins/test_plugin_two
(added)
tests/test_app/plugins/test_plugin_two/vendors
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/example.php
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/tasks
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/tasks/empty
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/templates
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/templates/empty
(added)
tests/test_app/plugins/test_plugin_two/vendors/shells/welcome.php
(added)
tests/test_app/tmp
(added)
tests/test_app/tmp/dir_map
(added)
tests/test_app/vendors
(added)
tests/test_app/vendors/Test
(added)
tests/test_app/vendors/Test/MyTest.php
(added)
tests/test_app/vendors/Test/hello.php
(added)
tests/test_app/vendors/css
(added)
tests/test_app/vendors/css/test_asset.css
(added)
tests/test_app/vendors/img
(added)
tests/test_app/vendors/img/test.jpg
(added)
tests/test_app/vendors/img/test_2.JPG
(added)
tests/test_app/vendors/sample
(added)
tests/test_app/vendors/sample/configure_test_vendor_sample.php
(added)
tests/test_app/vendors/shells
(added)
tests/test_app/vendors/shells/sample.php
(added)
tests/test_app/vendors/shells/tasks
(added)
tests/test_app/vendors/shells/tasks/empty
(added)
tests/test_app/vendors/shells/templates
(added)
tests/test_app/vendors/shells/templates/test
(added)
tests/test_app/vendors/shells/templates/test/classes
(added)
tests/test_app/vendors/shells/templates/test/classes/test_object.ctp
(added)
tests/test_app/vendors/somename
(added)
tests/test_app/vendors/somename/some.name.php
(added)
tests/test_app/vendors/welcome.php
(added)
tests/test_app/views
(added)
tests/test_app/views/elements
(added)
tests/test_app/views/elements/email
(added)
tests/test_app/views/elements/email/html
(added)
tests/test_app/views/elements/email/html/custom.ctp
(added)
tests/test_app/views/elements/email/html/default.ctp
(added)
tests/test_app/views/elements/email/html/nested_element.ctp
(added)
tests/test_app/views/elements/email/text
(added)
tests/test_app/views/elements/email/text/custom.ctp
(added)
tests/test_app/views/elements/email/text/default.ctp
(added)
tests/test_app/views/elements/email/text/wide.ctp
(added)
tests/test_app/views/elements/empty
(added)
tests/test_app/views/elements/html_call.ctp
(added)
tests/test_app/views/elements/nocache
(added)
tests/test_app/views/elements/nocache/contains_nocache.ctp
(added)
tests/test_app/views/elements/nocache/plain.ctp
(added)
tests/test_app/views/elements/nocache/sub1.ctp
(added)
tests/test_app/views/elements/nocache/sub2.ctp
(added)
tests/test_app/views/elements/session_helper.ctp
(added)
tests/test_app/views/elements/test_element.ctp
(added)
tests/test_app/views/elements/type_check.ctp
(added)
tests/test_app/views/errors
(added)
tests/test_app/views/errors/empty
(added)
tests/test_app/views/helpers
(added)
tests/test_app/views/helpers/banana.php
(added)
tests/test_app/views/helpers/empty
(added)
tests/test_app/views/layouts
(added)
tests/test_app/views/layouts/ajax.ctp
(added)
tests/test_app/views/layouts/ajax2.ctp
(added)
tests/test_app/views/layouts/cache_empty_sections.ctp
(added)
tests/test_app/views/layouts/cache_layout.ctp
(added)
tests/test_app/views/layouts/default.ctp
(added)
tests/test_app/views/layouts/email
(added)
tests/test_app/views/layouts/email/html
(added)
tests/test_app/views/layouts/email/html/default.ctp
(added)
tests/test_app/views/layouts/email/html/thin.ctp
(added)
tests/test_app/views/layouts/email/text
(added)
tests/test_app/views/layouts/email/text/default.ctp
(added)
tests/test_app/views/layouts/flash.ctp
(added)
tests/test_app/views/layouts/js
(added)
tests/test_app/views/layouts/js/default.ctp
(added)
tests/test_app/views/layouts/multi_cache.ctp
(added)
tests/test_app/views/layouts/rss
(added)
tests/test_app/views/layouts/rss/default.ctp
(added)
tests/test_app/views/layouts/xml
(added)
tests/test_app/views/layouts/xml/default.ctp
(added)
tests/test_app/views/pages
(added)
tests/test_app/views/pages/empty
(added)
tests/test_app/views/pages/extract.ctp
(added)
tests/test_app/views/pages/home.ctp
(added)
tests/test_app/views/posts
(added)
tests/test_app/views/posts/cache_empty_sections.ctp
(added)
tests/test_app/views/posts/cache_form.ctp
(added)
tests/test_app/views/posts/helper_overwrite.ctp
(added)
tests/test_app/views/posts/index.ctp
(added)
tests/test_app/views/posts/multiple_nocache.ctp
(added)
tests/test_app/views/posts/nocache_multiple_element.ctp
(added)
tests/test_app/views/posts/scaffold.edit.ctp
(added)
tests/test_app/views/posts/sequencial_nocache.ctp
(added)
tests/test_app/views/posts/test_nocache_tags.ctp
(added)
tests/test_app/views/scaffolds
(added)
tests/test_app/views/scaffolds/empty
(added)
tests/test_app/views/tests_apps
(added)
tests/test_app/views/tests_apps/index.ctp
(added)
tests/test_app/views/themed
(added)
tests/test_app/views/themed/test_theme
(added)
tests/test_app/views/themed/test_theme/elements
(added)
tests/test_app/views/themed/test_theme/elements/test_element.ctp
(added)
tests/test_app/views/themed/test_theme/layouts
(added)
tests/test_app/views/themed/test_theme/layouts/default.ctp
(added)
tests/test_app/views/themed/test_theme/plugins
(added)
tests/test_app/views/themed/test_theme/plugins/test_plugin
(added)
tests/test_app/views/themed/test_theme/plugins/test_plugin/layouts
(added)
tests/test_app/views/themed/test_theme/plugins/test_plugin/layouts/plugin_default.ctp
(added)
tests/test_app/views/themed/test_theme/plugins/test_plugin/tests
(added)
tests/test_app/views/themed/test_theme/plugins/test_plugin/tests/index.ctp
(added)
tests/test_app/views/themed/test_theme/posts
(added)
tests/test_app/views/themed/test_theme/posts/index.ctp
(added)
tests/test_app/views/themed/test_theme/posts/scaffold.index.ctp
(added)
tests/test_app/views/themed/test_theme/webroot
(added)
tests/test_app/views/themed/test_theme/webroot/css
(added)
tests/test_app/views/themed/test_theme/webroot/css/test_asset.css
(added)
tests/test_app/views/themed/test_theme/webroot/css/theme_webroot.css
(added)
tests/test_app/views/themed/test_theme/webroot/flash
(added)
tests/test_app/views/themed/test_theme/webroot/flash/theme_test.swf
(added)
tests/test_app/views/themed/test_theme/webroot/img
(added)
tests/test_app/views/themed/test_theme/webroot/img/cake.power.gif
(added)
tests/test_app/views/themed/test_theme/webroot/img/test.jpg
(added)
tests/test_app/views/themed/test_theme/webroot/js
(added)
tests/test_app/views/themed/test_theme/webroot/js/one
(added)
tests/test_app/views/themed/test_theme/webroot/js/one/theme_one.js
(added)
tests/test_app/views/themed/test_theme/webroot/js/theme.js
(added)
tests/test_app/views/themed/test_theme/webroot/pdfs
(added)
tests/test_app/views/themed/test_theme/webroot/pdfs/theme_test.pdf
(added)
tests/test_app/webroot
(added)
tests/test_app/webroot/theme
(added)
tests/test_app/webroot/theme/test_theme
(added)
tests/test_app/webroot/theme/test_theme/css
(added)
tests/test_app/webroot/theme/test_theme/css/theme_webroot.css
(added)
tests/test_app/webroot/theme/test_theme/css/webroot_test.css
(added)
tests/test_app/webroot/theme/test_theme/img
(added)
tests/test_app/webroot/theme/test_theme/img/cake.power.gif
(added)
tests/test_app/webroot/theme/test_theme/img/test.jpg
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive