Changeset 10773
- Timestamp:
- 05/15/2016 04:01:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/types.php
r10772 r10773 12 12 13 13 buddypress()->groups->types = array(); 14 15 self::$u1 = $this->factory->user->create( array( 14 } 15 16 public static function setUpBeforeClass() { 17 $f = new BP_UnitTest_Factory(); 18 19 self::$u1 = $f->user->create( array( 16 20 'user_email' => 'group-types-tests@example.com', 17 21 'user_login' => 'grouptypestests', 18 22 ) ); 19 }20 21 public static function setUpBeforeClass() {22 $f = new BP_UnitTest_Factory();23 24 self::$u1 = $f->user->create();25 23 } 26 24
Note: See TracChangeset
for help on using the changeset viewer.