Changeset 11737 for trunk/tests/phpunit/testcases/groups/avatars.php
- Timestamp:
- 11/03/2017 07:44:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/avatars.php
r9819 r11737 10 10 */ 11 11 public function test_bp_get_group_has_avatar_no_avatar_uploaded() { 12 $g = $this->factory->group->create();12 $g = self::factory()->group->create(); 13 13 $this->assertFalse( bp_get_group_has_avatar( $g ) ); 14 14 } … … 18 18 */ 19 19 public function test_bp_get_group_has_avatar_has_avatar_uploaded() { 20 $g = $this->factory->group->create();20 $g = self::factory()->group->create(); 21 21 22 22 // Fake it
Note: See TracChangeset
for help on using the changeset viewer.