Changeset 47198 for trunk/tests/phpunit/tests/pomo/pluralForms.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/pluralForms.php
r47122 r47198 79 79 } 80 80 81 require_once dirname( dirname( dirname( __FILE__ )) ) . '/includes/plural-form-function.php';81 require_once dirname( dirname( __DIR__ ) ) . '/includes/plural-form-function.php'; 82 82 83 83 $parenthesized = self::parenthesize_plural_expression( $expression );
Note: See TracChangeset
for help on using the changeset viewer.