Skip to content

Commit

Permalink
Tests #78 - add tests for some of problems noted
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Nov 21, 2019
1 parent fabba06 commit 9a7e71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-issue-78.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function test_bw_trace_ok_to_echo_block_data_export() {
$ok = bw_trace_ok_to_echo();
$this->assertFalse( $ok );
}

function test_bw_trace_ok_to_echo_edd_api() {
$_REQUEST['edd-api'] = 'Easy Digital Downloads API sets this';
$ok = bw_trace_ok_to_echo();
Expand Down

0 comments on commit 9a7e71a

Please sign in to comment.