Changeset 13431 for trunk/tests/phpunit/testcases/routing/activity.php
- Timestamp:
- 02/24/2023 09:37:44 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/activity.php
r13314 r13431 21 21 function test_activity_directory() { 22 22 $this->go_to( bp_get_activity_directory_permalink() ); 23 $this->assertEquals( bp_get_activity_root_slug(), bp_current_component() ); 23 24 $pages = bp_core_get_directory_pages(); 25 $component_id = bp_current_component(); 26 27 $this->assertEquals( bp_get_activity_root_slug(), $pages->{$component_id}->slug ); 24 28 } 25 29
Note: See TracChangeset
for help on using the changeset viewer.