Changeset 40564 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 05/01/2017 08:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r40543 r40564 939 939 */ 940 940 function test_wp_check_filetype_and_ext_with_filtered_svg() { 941 $this->skipWithMultisite();942 943 941 if ( ! extension_loaded( 'fileinfo' ) ) { 944 942 $this->markTestSkipped( 'The fileinfo PHP extension is not loaded.' ); … … 966 964 */ 967 965 function test_wp_check_filetype_and_ext_with_filtered_woff() { 968 $this->skipWithMultisite();969 970 966 if ( ! extension_loaded( 'fileinfo' ) ) { 971 967 $this->markTestSkipped( 'The fileinfo PHP extension is not loaded.' );
Note: See TracChangeset
for help on using the changeset viewer.