Changeset 33703
- Timestamp:
- 08/22/2015 09:44:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/option/updateOption.php
r31640 r33703 68 68 * @ticket 26394 69 69 */ 70 public function test_should_set_autoload_ yes_for_nonexistent_option_when_autoload_param_is_no() {70 public function test_should_set_autoload_no_for_nonexistent_option_when_autoload_param_is_no() { 71 71 if ( is_multisite() ) { 72 72 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' ); … … 93 93 * @ticket 26394 94 94 */ 95 public function test_should_set_autoload_ yes_for_nonexistent_option_when_autoload_param_is_false() {95 public function test_should_set_autoload_no_for_nonexistent_option_when_autoload_param_is_false() { 96 96 if ( is_multisite() ) { 97 97 $this->markTestSkipped( 'Not testable in MS: wpmu_create_blog() defines WP_INSTALLING, which causes cache misses.' );
Note: See TracChangeset
for help on using the changeset viewer.