Changeset 52010 for trunk/tests/phpunit/tests/pomo/translationEntry.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/translationEntry.php
r48937 r52010 6 6 class Tests_POMO_TranslationEntry extends WP_UnitTestCase { 7 7 8 function test_create_entry() {8 public function test_create_entry() { 9 9 // No singular => empty object. 10 10 $entry = new Translation_Entry(); … … 30 30 } 31 31 32 function test_key() {32 public function test_key() { 33 33 $entry_baba = new Translation_Entry( array( 'singular' => 'baba' ) ); 34 34 $entry_dyado = new Translation_Entry( array( 'singular' => 'dyado' ) );
Note: See TracChangeset
for help on using the changeset viewer.