Development

Changeset 8258

You must first sign up to be able to contribute.

Changeset 8258

Show
Ignore:
Timestamp:
04/04/08 11:03:30 (5 months ago)
Author:
fabien
Message:

updated fixture file to use the new/improved notation for m2m

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/plugins/sfPropelPlugin/test/functional/fixtures/data/fixtures/fixtures.yml

    r5103 r8258  
    2828  fabien: 
    2929    name: Fabien 
     30    author_articles: [article_1, article_2] 
    3031  thomas: 
    3132    name: Thomas 
     33    author_articles: [article_1] 
    3234  helene: 
    3335    name: Hélène 
    34  
    35 AuthorArticle: 
    36   article_1_fabien: 
    37     author_id:  fabien 
    38     article_id: article_1 
    39   article_1_thomas: 
    40     author_id:  thomas 
    41     article_id: article_1 
    42   article_2_fabien: 
    43     author_id:  fabien 
    44     article_id: article_2