Changeset 34766 for trunk/tests/phpunit/tests/option/siteOption.php
- Timestamp:
- 10/02/2015 05:08:13 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/option/siteOption.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/siteOption.php
r34759 r34766 138 138 delete_site_option( $key ); 139 139 $this->assertTrue( update_site_option( $key, $value ) ); 140 wp_cache_flush(); // ensure we're getting the value from the DB140 $this->flush_cache(); // ensure we're getting the value from the DB 141 141 $this->assertEquals( $value, get_site_option( $key ) ); 142 142 }
Note: See TracChangeset
for help on using the changeset viewer.