Changeset 13309 for trunk/tests/phpunit/testcases/groups/types.php
- Timestamp:
- 08/08/2022 09:24:03 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/groups/types.php
r12731 r13309 196 196 bp_groups_register_group_type( 'foo' ); 197 197 198 $this->assertFalse( bp_groups_has_group_type( '', 'foo' ) );198 $this->assertFalse( bp_groups_has_group_type( 0, 'foo' ) ); 199 199 } 200 200
Note: See TracChangeset
for help on using the changeset viewer.