- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/ms-files-rewriting.php
r35242 r38762 62 62 */ 63 63 function test_upload_directories_after_multiple_wpmu_delete_blog_with_ms_files() { 64 $filename = rand_str().'.jpg';65 $contents = rand_str();64 $filename = __FUNCTION__ . '.jpg'; 65 $contents = __FUNCTION__ . '_contents'; 66 66 67 67 // Upload a file to the main site on the network.
Note: See TracChangeset
for help on using the changeset viewer.