Changeset 9139 for trunk/tests/phpunit/testcases/activity/filters.php
- Timestamp:
- 11/14/2014 02:01:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/filters.php
r8958 r9139 10 10 */ 11 11 public function test_bp_activity_at_name_filter() { 12 $u1 = $this-> create_user( array(12 $u1 = $this->factory->user->create( array( 13 13 'user_login' => 'foobarbaz', 14 14 'user_nicename' => 'foobarbaz', 15 15 ) ); 16 16 17 $u2 = $this-> create_user( array(17 $u2 = $this->factory->user->create( array( 18 18 'user_login' => 'foo2', 19 19 'user_nicename' => 'foo2',
Note: See TracChangeset
for help on using the changeset viewer.