Changeset 56552 for trunk/tests/phpunit/tests/pomo/pluralForms.php
- Timestamp:
- 09/11/2023 04:51:09 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pomo/pluralForms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/pluralForms.php
r56549 r56552 44 44 */ 45 45 public function test_regression( $lang, $nplurals, $expression ) { 46 require_once dirname( dirname( __DIR__ )) . '/includes/plural-form-function.php';46 require_once dirname( __DIR__, 2 ) . '/includes/plural-form-function.php'; 47 47 48 48 $parenthesized = self::parenthesize_plural_expression( $expression );
Note: See TracChangeset
for help on using the changeset viewer.