Changeset 28962 for trunk/tests/phpunit/tests/option/transient.php
- Timestamp:
- 07/02/2014 07:56:50 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/transient.php
r27719 r28962 41 41 $key = rand_str(); 42 42 $value = rand_str(); 43 $value2 = rand_str();44 43 45 44 $this->assertFalse( get_option( '_transient_timeout_' . $key ) );
Note: See TracChangeset
for help on using the changeset viewer.