Changeset 40543 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 04/23/2017 09:57:31 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r40533 r40543 939 939 */ 940 940 function test_wp_check_filetype_and_ext_with_filtered_svg() { 941 $this->skipWithMultisite(); 942 941 943 if ( ! extension_loaded( 'fileinfo' ) ) { 942 944 $this->markTestSkipped( 'The fileinfo PHP extension is not loaded.' ); 943 }944 945 if ( is_multisite() ) {946 $this->markTestSkipped( 'Test does not run in multisite' );947 945 } 948 946 … … 965 963 /** 966 964 * @ticket 39550 965 * @group ms-excluded 967 966 */ 968 967 function test_wp_check_filetype_and_ext_with_filtered_woff() { 968 $this->skipWithMultisite(); 969 969 970 if ( ! extension_loaded( 'fileinfo' ) ) { 970 971 $this->markTestSkipped( 'The fileinfo PHP extension is not loaded.' ); 971 }972 973 if ( is_multisite() ) {974 $this->markTestSkipped( 'Test does not run in multisite' );975 972 } 976 973
Note: See TracChangeset
for help on using the changeset viewer.