Changeset 13437 for trunk/tests/phpunit/testcases/groups/template.php
- Timestamp:
- 03/18/2023 09:42:31 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/groups/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/template.php
r13414 r13437 6 6 #[AllowDynamicProperties] 7 7 class BP_Tests_Groups_Template extends BP_UnitTestCase { 8 protected $groups_template = null; 8 9 9 10 public function set_up() { … … 1006 1007 $g = $this->factory->group->create(); 1007 1008 $p = 2; 1008 $url = trailingslashit( bp_get_group_permalink( $g ) . $p ); 1009 $url = bp_get_group_url( 1010 $g, 1011 array( 1012 'single_item_action' => $p, 1013 ) 1014 ); 1009 1015 1010 1016 $this->assertSame( bp_get_group_form_action( $p, $g ), $url );
Note: See TracChangeset
for help on using the changeset viewer.