Changeset 38382 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 08/26/2016 08:21:30 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/siteTransient.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r37223 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_site_transient( 'doesnotexist' ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)