Changeset 51568 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 08/07/2021 10:29:41 AM (5 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
r51397 r51568 6 6 class Tests_Option_SiteTransient extends WP_UnitTestCase { 7 7 8 public function set Up() {9 parent::set Up();8 public function set_up() { 9 parent::set_up(); 10 10 11 11 if ( wp_using_ext_object_cache() ) {
Note: See TracChangeset
for help on using the changeset viewer.