Changeset 35124
- Timestamp:
- 10/13/2015 03:41:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r34771 r35124 163 163 164 164 // test crazy name (useful for regression tests) 165 $this->assertEquals( '12 %af34567890@..%^_-qwerty-fghjkl-zx.png', wp_unique_filename( $testdir, '12%af34567890#~!@#$..%^&*()|_+qwerty fgh`jkl zx<>?:"{}[]="\'/?.png' ), 'Failed crazy file name' );165 $this->assertEquals( '12af34567890@..^_qwerty-fghjkl-zx.png', wp_unique_filename( $testdir, '12%af34567890#~!@#$..%^&*()|_+qwerty fgh`jkl zx<>?:"{}[]="\'/?.png' ), 'Failed crazy file name' ); 166 166 167 167 // test slashes in names … … 607 607 $this->markTestSkipped( 'mbstring extension not available.' ); 608 608 } 609 609 610 610 $old_charsets = $charsets = mb_detect_order(); 611 611 if ( ! in_array( 'EUC-JP', $charsets ) ) {
Note: See TracChangeset
for help on using the changeset viewer.