Changeset 48937 for trunk/tests/phpunit/tests/pomo/pluralForms.php
- Timestamp:
- 09/02/2020 12:35:36 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pomo/pluralForms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/pluralForms.php
r48790 r48937 214 214 } 215 215 } catch ( Exception $e ) { 216 $this->assert Equals( $expected_exception, $e->getMessage() );216 $this->assertSame( $expected_exception, $e->getMessage() ); 217 217 return; 218 218 } … … 237 237 $first = $mock->get( 2 ); 238 238 $second = $mock->get( 2 ); 239 $this->assert Equals( $first, $second );239 $this->assertSame( $first, $second ); 240 240 } 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.