function theming_example_page() {
$content[] = t('Some examples of pages and forms that are run through theme functions.');
$content[] = l(t('Simple page with a list'), 'examples/theming_example/theming_example_list_page');
$content[] = l(t('Simple form 1'), 'examples/theming_example/theming_example_order_form');
$content[] = l(t('Simple form 2'), 'examples/theming_example/theming_example_text_form');
$content['#theme_wrappers'] = array('theming_example_content_array');
return $content;
}
does not exist
examples/theming_example/theming_example_order_form
i think it should be
examples/theming_example/theming_example_select_form
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | examples.theming_example_fix_broken_test.patch | 1.64 KB | rfay |
| #2 | 1339158_theming_example.patch | 872 bytes | rfay |
| #1 | 1339158_theming_example_d7.patch | 872 bytes | mile23 |
Comments
Comment #1
mile23Yes, that looks right. Good catch.
It passes testing because there's no test for valid links on a page.
Comment #2
rfayAdding _d7 on the end perversely means not to test it on d7.
Comment #4
rfayHere it is with that one test fixed.
Comment #5
rfay#4: examples.theming_example_fix_broken_test.patch queued for re-testing.
Comment #6
rfay#4: examples.theming_example_fix_broken_test.patch queued for re-testing.
Comment #7
rfayCommitted: 55c27ee