Changeset 13314 for trunk/tests/phpunit/testcases/groups/types.php
- Timestamp:
- 08/13/2022 08:58:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/types.php
r13309 r13314 8 8 protected static $u1 = null; 9 9 10 public function set Up() {11 parent::set Up();10 public function set_up() { 11 parent::set_up(); 12 12 13 13 buddypress()->groups->types = array(); … … 93 93 public function test_groups_get_type_object_should_return_type_object() { 94 94 bp_groups_register_group_type( 'foo' ); 95 $this->assertI nternalType( 'object',bp_groups_register_group_type( 'foo' ) );95 $this->assertIsObject( bp_groups_register_group_type( 'foo' ) ); 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.