Changeset 39556 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 12/10/2016 12:01:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r38382 r39556 31 31 32 32 function test_serialized_data() { 33 $key = rand_str();33 $key = __FUNCTION__; 34 34 $value = array( 'foo' => true, 'bar' => true ); 35 35 … … 47 47 */ 48 48 public function test_set_site_transient_is_not_stored_as_autoload_option() { 49 $key = rand_str();49 $key = 'not_autoloaded'; 50 50 51 51 if ( is_multisite() ) {
Note: See TracChangeset
for help on using the changeset viewer.