Changeset 38762 for trunk/tests/phpunit/tests/multisite/site.php
- Timestamp:
- 10/09/2016 01:11:14 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/multisite/site.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/site.php
r38659 r38762 271 271 */ 272 272 function test_upload_directories_after_multiple_wpmu_delete_blog() { 273 $filename = rand_str().'.jpg';274 $contents = rand_str();273 $filename = __FUNCTION__ . '.jpg'; 274 $contents = __FUNCTION__ . '_contents'; 275 275 276 276 // Upload a file to the main site on the network.
Note: See TracChangeset
for help on using the changeset viewer.