- Timestamp:
- 05/18/2021 09:04:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php
r50463 r50926 111 111 remove_filter( 'locale', array( $this, 'filter_set_locale_to_german' ) ); 112 112 113 $this->assert True( $translations instanceof NOOP_Translations );113 $this->assertInstanceOf( 'NOOP_Translations', $translations ); 114 114 } 115 115
Note: See TracChangeset
for help on using the changeset viewer.