Changeset 12328
- Timestamp:
- 01/21/2019 10:07:43 PM (6 years ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/friends/activity.php
r11737 r12328 230 230 231 231 $this->set_current_user( $old_user ); 232 233 // Remove the following lines when you implement this test. 234 $this->markTestIncomplete( 235 'This test has not been implemented yet.' 236 ); 232 237 } 233 238 } -
trunk/tests/phpunit/testcases/groups/class-bp-groups-group.php
r11838 r12328 1090 1090 // @todo 1091 1091 //$this->assertEquals( array( $g1->id ), $found ); 1092 1093 // Remove the following lines when you implement this test. 1094 $this->markTestIncomplete( 1095 'This test has not been implemented yet.' 1096 ); 1092 1097 } 1093 1098 … … 1198 1203 // The test fails but at least it's sanitized 1199 1204 //$this->assertEquals( array( $g1->id ), $found ); 1205 1206 // Remove the following lines when you implement this test. 1207 $this->markTestIncomplete( 1208 'This test has not been implemented yet.' 1209 ); 1200 1210 } 1201 1211 -
trunk/tests/phpunit/testcases/groups/functions.php
r12163 r12328 26 26 27 27 self::factory()->group->create(); 28 29 // Remove the following lines when you implement this test. 30 $this->markTestIncomplete( 31 'This test has not been implemented yet.' 32 ); 28 33 } 29 34 -
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.