expect_no_forbidden_function_code: Expect no forbidden function code
Description
Test that a given code string does not exists in function.
Usage
expect_no_forbidden_function_code(object, forbidden)
Arguments
- object
Function to check for mandatory code
- forbidden
Code string that are forbidden to use.