Changeset 38382 for trunk/tests/phpunit/tests/option/transient.php
- Timestamp:
- 08/26/2016 08:21:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/transient.php
r34828 r38382 15 15 16 16 function test_the_basics() { 17 $key = rand_str();18 $value = rand_str();19 $value2 = rand_str();17 $key = 'key1'; 18 $value = 'value1'; 19 $value2 = 'value2'; 20 20 21 21 $this->assertFalse( get_transient( 'doesnotexist' ) );
Note: See TracChangeset
for help on using the changeset viewer.