Changeset 915 in tests for trunk/tests/formatting/RemoveAccents.php
- Timestamp:
- 07/19/2012 02:41:52 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/tests/formatting/RemoveAccents.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/formatting/RemoveAccents.php
r909 r915 37 37 public function test_remove_accents_iso8859() { 38 38 // File is Latin1 encoded 39 $file = DIR_TESTDATA . DIRECTORY_SEPARATOR . 'formatting' . DIRECTORY_SEPARATOR . 'remove_accents.01.input.txt';39 $file = DIR_TESTDATA . '/formatting/remove_accents.01.input.txt'; 40 40 $input = file_get_contents( $file ); 41 41 $input = trim( $input );
Note: See TracChangeset
for help on using the changeset viewer.