Changeset 12328 for trunk/tests/phpunit/testcases/routing/members.php
- Timestamp:
- 01/21/2019 10:07:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/routing/members.php
r11737 r12328 98 98 bp_register_member_type( 'foo' ); 99 99 $this->go_to( bp_get_members_directory_permalink() . 'type/foo/' ); 100 101 // Remove the following lines when you implement this test. 102 $this->markTestIncomplete( 103 'This test has not been implemented yet.' 104 ); 100 105 } 101 106
Note: See TracChangeset
for help on using the changeset viewer.