Changeset 13315 for trunk/tests/phpunit/testcases/core/functions.php
- Timestamp:
- 08/13/2022 12:16:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/functions.php
r13314 r13315 785 785 */ 786 786 public function test_bp_attachments_get_allowed_types() { 787 $supported = array( 'jp eg', 'gif', 'png' );787 $supported = array( 'jpg', 'jpeg', 'jpe', 'gif', 'png', 'webp' ); 788 788 789 789 $avatar = bp_attachments_get_allowed_types( 'avatar' );
Note: See TracChangeset
for help on using the changeset viewer.