Changeset 52010 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r51568 r52010 14 14 } 15 15 16 function test_the_basics() {16 public function test_the_basics() { 17 17 $key = 'key1'; 18 18 $value = 'value1'; … … 30 30 } 31 31 32 function test_serialized_data() {32 public function test_serialized_data() { 33 33 $key = __FUNCTION__; 34 34 $value = array(
Note: See TracChangeset
for help on using the changeset viewer.