- Timestamp:
- 11/03/2017 09:11:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/functions/groupsCreateGroup.php
r11737 r11739 11 11 public static function wpSetUpBeforeClass( $factory ) { 12 12 self::$user_id = $factory->user->create(); 13 } 14 15 public static function wpTearDownAfterClass() { 16 self::delete_user( self::$user_id ); 13 17 } 14 18
Note: See TracChangeset
for help on using the changeset viewer.