Changeset 47122 for trunk/tests/phpunit/tests/pomo/translationEntry.php
- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/translationEntry.php
r46586 r47122 7 7 8 8 function test_create_entry() { 9 // no singular => empty object9 // No singular => empty object. 10 10 $entry = new Translation_Entry(); 11 11 $this->assertNull( $entry->singular ); 12 12 $this->assertNull( $entry->plural ); 13 13 $this->assertFalse( $entry->is_plural ); 14 // args -> members 14 // args -> members. 15 15 $entry = new Translation_Entry( 16 16 array(
Note: See TracChangeset
for help on using the changeset viewer.