- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeMimeType.php
r25002 r42343 33 33 34 34 foreach ( $inputs as $input ) { 35 $this->assertEquals( $input, sanitize_mime_type($input));35 $this->assertEquals( $input, sanitize_mime_type( $input ) ); 36 36 } 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.