Changeset 8258
- Timestamp:
- 04/04/08 11:03:30 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/test/functional/fixtures/data/fixtures/fixtures.yml
r5103 r8258 28 28 fabien: 29 29 name: Fabien 30 author_articles: [article_1, article_2] 30 31 thomas: 31 32 name: Thomas 33 author_articles: [article_1] 32 34 helene: 33 35 name: Hélène 34 35 AuthorArticle:36 article_1_fabien:37 author_id: fabien38 article_id: article_139 article_1_thomas:40 author_id: thomas41 article_id: article_142 article_2_fabien:43 author_id: fabien44 article_id: article_2