Skip to content

Commit

Permalink
Adding status header fake.
Browse files Browse the repository at this point in the history
  • Loading branch information
incraigulous committed Mar 25, 2024
1 parent 7eac123 commit 75f03ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ function wp_redirect($url, $status = 302)
//ignore it
}

function status_header($code)
{
//ignore it
}

function __($message, $domain)
{
return $message;
Expand Down

0 comments on commit 75f03ef

Please sign in to comment.