Changeset 54891 for trunk/tests/phpunit/tests/pomo/translations.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/translations.php
r54315 r54891 122 122 $domain->add_entry( $entry_digit_1 ); 123 123 $domain->add_entry( $entry_digit_2 ); 124 $dummy_translation = new Translations ;124 $dummy_translation = new Translations(); 125 125 $this->assertSame( '1', $domain->translate( '1' ) ); 126 126 $domain->merge_with( $dummy_translation );
Note: See TracChangeset
for help on using the changeset viewer.