Changeset 55209 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 02/03/2023 12:46:18 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r54891 r55209 259 259 260 260 // Test crazy name (useful for regression tests). 261 $this->assertSame( '12af34567890@. .^_qwerty-fghjkl-zx.png', wp_unique_filename( $testdir, '12%af34567890#~!@#$..%^&*()|_+qwerty fgh`jkl zx<>?:"{}[]="\'/?.png' ), 'Failed crazy file name' );261 $this->assertSame( '12af34567890@.^_qwerty-fghjkl-zx.png', wp_unique_filename( $testdir, '12%af34567890#~!@#$..%^&*()|_+qwerty fgh`jkl zx<>?:"{}[]="\'/?.png' ), 'Failed crazy file name' ); 262 262 263 263 // Test slashes in names.
Note: See TracChangeset
for help on using the changeset viewer.