Changeset 52294 for trunk/tests/phpunit/tests/option/sanitize-option.php
- Timestamp:
- 11/30/2021 09:00:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/sanitize-option.php
r48937 r52294 156 156 array( '/%year%/%monthnum%/%day%/%postname%/', '/%year%/%monthnum%/%day%/%postname%/', true ), 157 157 array( '/%year/%postname%/', '/%year/%postname%/', true ), 158 array( new WP_Error( 'wpdb_get_table_charset_failure' ), false, false ), // ticket 53986 158 159 ); 159 160 }
Note: See TracChangeset
for help on using the changeset viewer.