Changeset 8385
- Timestamp:
- 04/10/08 16:13:52 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/test/functional/m2mTest.php
r8260 r8385 33 33 checkEditCustomization('m2m relationship (admin_double_list)', array('display' => array('title', 'body', 'author_article'), 'fields' => array('author_article' => array('type' => 'admin_double_list', 'params' => array('through_class' => 'AuthorArticle')))))-> 34 34 checkResponseElement('script[src*="double_list"]')-> 35 checkResponseElement('script[src*="prototype"]' )->36 checkResponseElement('script[src]', 2)->35 checkResponseElement('script[src*="prototype"]', false)-> 36 checkResponseElement('script[src]', 1)-> 37 37 checkResponseElement('link[href][media]', 2)-> 38 38 checkResponseElement('div.form-row label', 'Author article:', array('position' => 2))->

