Changeset 11737 for trunk/tests/phpunit/testcases/core/class-bp-email.php
- Timestamp:
- 11/03/2017 07:44:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/class-bp-email.php
r10761 r11737 11 11 parent::setUp(); 12 12 13 $this->u1 = $this->factory->user->create( array(13 $this->u1 = self::factory()->user->create( array( 14 14 'display_name' => 'Unit Test', 15 15 'user_email' => 'test1@example.com', 16 16 ) ); 17 17 18 $this->u2 = $this->factory->user->create( array(18 $this->u2 = self::factory()->user->create( array( 19 19 'display_name' => 'Unit Test2', 20 20 'user_email' => 'test2@example.com',
Note: See TracChangeset
for help on using the changeset viewer.