Changeset 55562 for trunk/tests/phpunit/tests/l10n/loadScriptTextdomain.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/l10n/loadScriptTextdomain.php
r54349 r55562 15 15 * @ticket 49145 16 16 * 17 * @dataProvider data_ test_resolve_relative_path17 * @dataProvider data_resolve_relative_path 18 18 */ 19 19 public function test_resolve_relative_path( $translation_path, $handle, $src, $textdomain, $filter = array() ) { … … 27 27 } 28 28 29 public function data_ test_resolve_relative_path() {29 public function data_resolve_relative_path() { 30 30 return array( 31 31 // @ticket 45528
Note: See TracChangeset
for help on using the changeset viewer.