Changeset 51524 for trunk/tests/phpunit/tests/option/themeMods.php
- Timestamp:
- 08/01/2021 02:54:52 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/themeMods.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/themeMods.php
r48937 r51524 18 18 set_theme_mod( 'test_name', $expected ); 19 19 $this->assertSame( $expected, get_theme_mod( 'test_name' ) ); 20 } 21 22 /** 23 * @ticket 51423 24 */ 25 function test_theme_mod_set_with_invalid_theme_mods_option() { 26 $theme_slug = get_option( 'stylesheet' ); 27 update_option( 'theme_mods_' . $theme_slug, '' ); 28 self::test_theme_mod_set(); 20 29 } 21 30
Note: See TracChangeset
for help on using the changeset viewer.