Changeset 54891 for trunk/tests/phpunit/tests/pomo/noopTranslations.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/noopTranslations.php
r53948 r54891 29 29 public function set_up() { 30 30 parent::set_up(); 31 $this->noop = new NOOP_Translations ;31 $this->noop = new NOOP_Translations(); 32 32 $this->entry = new Translation_Entry( array( 'singular' => 'baba' ) ); 33 33 $this->plural_entry = new Translation_Entry(
Note: See TracChangeset
for help on using the changeset viewer.