Changeset 59430 for trunk/tests/phpunit/tests/l10n/wpTextdomainRegistry.php
- Timestamp:
- 11/20/2024 02:48:40 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/wpTextdomainRegistry.php
r57831 r59430 40 40 'Incorrect availability status for textdomain with custom path' 41 41 ); 42 $this->assertFalse( 42 $this->assertSame( 43 WP_LANG_DIR . '/bar/', 43 44 $this->instance->get( 'foo', 'en_US' ), 44 'Should notreturn custom path for textdomain and en_US locale'45 'Should return custom path for textdomain and en_US locale' 45 46 ); 46 47 $this->assertSame(
Note: See TracChangeset
for help on using the changeset viewer.