Changeset 55100 for trunk/tests/phpunit/tests/option/themeMods.php
- Timestamp:
- 01/19/2023 05:07:22 PM (3 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
r53865 r55100 70 70 * @covers ::get_theme_mod 71 71 */ 72 public function test_theme_mod_default_value_with_percent_symbols( $default , $expected ) {73 $this->assertSame( $expected, get_theme_mod( 'test_name', $default ) );72 public function test_theme_mod_default_value_with_percent_symbols( $default_value, $expected ) { 73 $this->assertSame( $expected, get_theme_mod( 'test_name', $default_value ) ); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.