Changeset 1180 in tests
- Timestamp:
- 12/30/2012 08:57:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/RemoveAccents.php
r1179 r1180 91 91 add_filter( 'locale', array( $this, '_remove_accents_germanic_umlauts_cb' ) ); 92 92 93 $this->assertEquals( 'A EOEUEaeoeuess', 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.