Changeset 5947 for trunk/tests/phpunit/testcases/forums/template/feeds.php
- Timestamp:
- 10/27/2015 01:07:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/forums/template/feeds.php
r5914 r5947 20 20 } 21 21 22 $f = $this->factory->forum->create(); 22 $f = $this->factory->forum->create( array( 23 'post_title' => 'Forum 1', 24 ) ); 23 25 24 26 $feed_link = bbp_get_forum_topics_feed_link( $f ); … … 40 42 } 41 43 42 $f = $this->factory->forum->create(); 44 $f = $this->factory->forum->create( array( 45 'post_title' => 'Forum 1', 46 ) ); 43 47 44 48 $feed_link = bbp_get_forum_replies_feed_link( $f );
Note: See TracChangeset
for help on using the changeset viewer.