Skip to content

Commit

Permalink
Fix test in omise-block-credit-card-test.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishgurung committed Aug 6, 2024
1 parent 3bc8d36 commit 8ffe10c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function get_payment_method_script_handles()
Monkey\Functions\expect('wp_script_is');
Monkey\Functions\expect('wp_register_script');
Monkey\Functions\expect('plugin_dir_url');
Monkey\Functions\expect('plugin_url');
Monkey\Functions\expect('plugins_url');
Monkey\Functions\expect('is_checkout')->andReturn(true);
Monkey\Functions\expect('wc_string_to_bool')->andReturn(null);

Expand Down

0 comments on commit 8ffe10c

Please sign in to comment.