Closed wppunk closed 4 years ago
Short array syntax is not allowed
This is so hard!
Thanks for the PR!
A question worth asking. Do we want these filters enabled by default in all cases? Are there any situations when we would not want to activate this?
Do we want these filters enabled by default in all cases?
Yes, it is reasonable to make these optional. Although I do not know how.
@leogermani I think these filters are important by default because use the die
function in the test stops it. This PR only starts for this and I sure next you can add other cases when need to prevent the die
function.
That seems reasonable.
But could you think of a test case that wants core to execute exit;
?
Fixes: #28
I've skipped
die
in thewp_die
function.