If I understand the OP correct, they want to test the FILTER_PATH behavior, that the filter is invoked correctly when a matching path is provided; and that the code is not invoked when a non-matching path is provided. Your sample code hardwires that decision; if I change the FILTER_PATH parameter in...