Changeset 51415 for trunk/tests/phpunit/tests/db/charset.php
- Timestamp:
- 07/13/2021 10:43:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db/charset.php
r50286 r51415 763 763 if ( ! self::$_wpdb->has_cap( 'utf8mb4' ) && preg_match( '/utf8mb[34]/i', $create ) ) { 764 764 $this->markTestSkipped( "This version of MySQL doesn't support utf8mb4." ); 765 return;766 765 } 767 766 … … 805 804 if ( ! self::$_wpdb->has_cap( 'utf8mb4' ) && preg_match( '/utf8mb[34]/i', $create ) ) { 806 805 $this->markTestSkipped( "This version of MySQL doesn't support utf8mb4." ); 807 return;808 806 } 809 807 … … 829 827 if ( ! self::$_wpdb->has_cap( 'utf8mb4' ) && preg_match( '/utf8mb[34]/i', $create ) ) { 830 828 $this->markTestSkipped( "This version of MySQL doesn't support utf8mb4." ); 831 return;832 829 } 833 830 … … 857 854 if ( ! self::$_wpdb->has_cap( 'utf8mb4' ) && preg_match( '/utf8mb[34]/i', $create ) ) { 858 855 $this->markTestSkipped( "This version of MySQL doesn't support utf8mb4." ); 859 return;860 856 } 861 857 … … 918 914 if ( ! self::$_wpdb->has_cap( 'utf8mb4' ) && preg_match( '/utf8mb[34]/i', $create ) ) { 919 915 $this->markTestSkipped( "This version of MySQL doesn't support utf8mb4." ); 920 return;921 916 } 922 917
Note: See TracChangeset
for help on using the changeset viewer.