cakephp2-php8/cake/tests/fixtures
2008-05-11 23:08:47 +00:00
..
aco_action_fixture.php Adding test cases for HABTM limit fix (#4204), and disproving HABTM save issue (#4194) 2008-03-15 05:08:06 +00:00
aco_fixture.php Updated AclComponent Test to increase code coverage 2008-05-11 19:49:13 +00:00
advertisement_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
another_article_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
apple_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
aro_fixture.php Updated AclComponent Test to increase code coverage 2008-05-11 19:49:13 +00:00
aros_aco_fixture.php Updated AclComponent Test to increase code coverage 2008-05-11 19:49:13 +00:00
article_featured_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
article_featureds_tags_fixture.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
article_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
articles_tag_fixture.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
attachment_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
auth_user_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
author_fixture.php Updating model test case and adding custom field support to Model::find('list'), closes #3802 (thanks GreyCells) 2008-01-11 03:16:19 +00:00
bid_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
cache_test_model_fixture.php "Closes #2897, Built-in file validation. 2008-01-01 22:18:17 +00:00
callback_fixture.php Adding behavior test case and fixing validation behavior methods, fixes #4205 2008-02-24 02:47:10 +00:00
category_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
category_thread_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
comment_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
data_test_fixture.php Fixing HABTM associations on non-standard keys, fixes #4219, refactoring DboSource::calculate() 2008-03-13 03:11:29 +00:00
device_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
device_type_category_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
device_type_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
document_directory_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
document_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
exterior_type_category_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
feature_set_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
featured_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
flag_tree_fixture.php Adding test cases for TreeBehavior scoping 2008-03-19 00:54:32 +00:00
home_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
image_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
item_fixture.php Adding foreign key check to Model::updateCounterCache(), fixes #4049 2008-02-02 04:50:44 +00:00
items_portfolio_fixture.php Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
join_a_b_fixture.php Correcting default value handling in model fixtures; updating test cases 2008-04-30 19:19:16 +00:00
join_a_c_fixture.php Correcting default value handling in model fixtures; updating test cases 2008-04-30 19:19:16 +00:00
join_a_fixture.php Correcting default value handling in model fixtures; updating test cases 2008-04-30 19:19:16 +00:00
join_b_fixture.php Correcting default value handling in model fixtures; updating test cases 2008-04-30 19:19:16 +00:00
join_c_fixture.php Correcting default value handling in model fixtures; updating test cases 2008-04-30 19:19:16 +00:00
join_thing_fixture.php Using datasource driver to build table names for tests. Fixing test and adding a non-atomic saveAll. Fixing fixture value. 2008-05-11 23:08:47 +00:00
message_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
number_tree_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
person_fixture.php Correcting MSSQL limit/distinct handling, correcting date/time handling, fixes #4352, fixes #1778 2008-05-03 14:15:47 +00:00
portfolio_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
post_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
posts_tag_fixture.php Fixing HABTM associations on non-standard keys, fixes #4219, refactoring DboSource::calculate() 2008-03-13 03:11:29 +00:00
primary_model_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
project_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
sample_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
secondary_model_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
something_else_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
something_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
syfile_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
tag_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
the_paper_monkies_fixture.php Adding test cases for HABTM limit fix (#4204), and disproving HABTM save issue (#4194) 2008-03-15 05:08:06 +00:00
thread_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
translate_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
translate_table_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
translated_item_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
underscore_field_fixture.php Updated Model tests to reflect diffs related to ticket #4444 2008-05-11 20:07:04 +00:00
user_fixture.php Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
uuid_fixture.php Fixing '0' default values in fixture generation, fixes #4295 2008-03-08 17:27:32 +00:00