pub fn test_long_term_php_script_with_condition(
lib_path: impl AsRef<Path>,
script: impl AsRef<Path>,
condition: impl FnOnce(&Child) + UnwindSafe,
)
Expand description
Check your extension by executing the long term php script such as http server, if the all your specified checkers are pass, than the test is pass.