Changeset 1179 in tests
- Timestamp:
- 12/30/2012 02:16:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/RemoveAccents.php
r1178 r1179 91 91 add_filter( 'locale', array( $this, '_remove_accents_germanic_umlauts_cb' ) ); 92 92 93 $this->assertEquals( ' aeoeuess', remove_accents( 'äöüß' ) );93 $this->assertEquals( 'AEOEUEaeoeuess', remove_accents( 'ÄÖÜäöüß' ) ); 94 94 95 95 remove_filter( 'locale', array( $this, '_remove_accents_germanic_umlauts_cb' ) );
Note: See TracChangeset
for help on using the changeset viewer.