Changeset 54509 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 10/13/2022 04:43:36 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r54508 r54509 1448 1448 1449 1449 public function filter_mime_types_woff( $mimes ) { 1450 $mimes['woff'] = ' font-woff/font-woff';1450 $mimes['woff'] = 'application/font-woff'; 1451 1451 return $mimes; 1452 1452 }
Note: See TracChangeset
for help on using the changeset viewer.