cakephp2-php8/cake/tests/fixtures
phpnut c849dd773a "Fixing inflection of people uninflected plural.
Renamed PersonFixture.
Fixed ModelTest::testHabtmFinderQuery() test when prefix is used."

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6612 3807eeeb-6ff5-0310-8944-8be069107fe0
2008-03-30 04:35:05 +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 Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +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 Removing MySQL-specific schema code from core, improving support for PostgreSQL sequences, most tests passing 2008-01-10 08:44:38 +00:00
aros_aco_fixture.php Correcting UPDATE query generation to support SQL standards and MySQL-specific features in parallel, fixes #4080 2008-03-01 03:12:12 +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 Removing database-generated primary keys from fixture data, fixed primary key handling in schema generation 2008-01-10 07:02:33 +00:00
join_a_c_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
join_a_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
join_b_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
join_c_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
join_thing_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
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 "Fixing inflection of people uninflected plural. 2008-03-30 04:35:05 +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
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