Changeset 51397 for trunk/tests/phpunit/tests/option/siteTransient.php
- Timestamp:
- 07/10/2021 11:15:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteTransient.php
r48937 r51397 57 57 $options = wp_load_alloptions(); 58 58 59 $this->assert False( isset( $options[ '_site_transient_' . $key ] ));59 $this->assertArrayNotHasKey( '_site_transient_' . $key, $options ); 60 60 } 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.