Changeset 48939 for trunk/tests/phpunit/tests/l10n.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n.php
r48937 r48939 73 73 $this->assertInternalType( 'array', $installed_translations ); 74 74 $textdomains_expected = array( 'admin', 'admin-network', 'continents-cities', 'default' ); 75 $this->assert EqualSets( $textdomains_expected, array_keys( $installed_translations ) );75 $this->assertSameSets( $textdomains_expected, array_keys( $installed_translations ) ); 76 76 77 77 $this->assertNotEmpty( $installed_translations['default']['en_GB'] );
Note: See TracChangeset
for help on using the changeset viewer.