- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SanitizeMimeType.php
r47122 r48937 36 36 37 37 foreach ( $inputs as $input ) { 38 $this->assert Equals( $input, sanitize_mime_type( $input ) );38 $this->assertSame( $input, sanitize_mime_type( $input ) ); 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.