Changeset 52248 for trunk/tests/phpunit/tests/l10n/wpLocaleSwitcher.php
- Timestamp:
- 11/25/2021 07:39:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpLocaleSwitcher.php
r51568 r52248 373 373 switch_to_locale( $site_locale ); 374 374 375 $ expected= i18n_plugin_test();375 $actual = i18n_plugin_test(); 376 376 377 377 restore_current_locale(); … … 380 380 381 381 $this->assertSame( 'en_US', get_locale() ); 382 $this->assertSame( 'This is a dummy plugin', $ expected);382 $this->assertSame( 'This is a dummy plugin', $actual ); 383 383 } 384 384
Note: See TracChangeset
for help on using the changeset viewer.