Skip to content

Commit

Permalink
Duffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Dec 23, 2024
1 parent 0910389 commit 1c777ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/tests/option/option.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ public function test_add_option_clears_the_notoptions_cache() {
* @dataProvider data_get_option_does_not_hit_the_external_cache_multiple_times_for_the_same_option
*
* @param bool $option_exists Whether the option should be set.
* @param string $autoload Whether the option should be auto loaded.
* @param string $autoload Whether the option should be auto loaded. Default true.
*/
public function test_get_option_does_not_hit_the_external_cache_multiple_times_for_the_same_option( $option_exists = true, $autoload ) {
public function test_get_option_does_not_hit_the_external_cache_multiple_times_for_the_same_option( $option_exists = true, $autoload = true ) {
if ( $option_exists ) {
add_option( 'ticket-62692', 'value', '', $autoload );
}
Expand Down

0 comments on commit 1c777ef

Please sign in to comment.