Module cli

Source
Expand description

Test tools for php cli program.

Functions§

test_long_term_php_script_with_condition
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.
test_php_scripts
Check your extension by executing the php script, if the all executing return success, than the test is pass.
test_php_scripts_with_condition
Check your extension by executing the php script, if the all your specified checkers are pass, than the test is pass.

Type Aliases§

ScriptCondition
Script and condition pair.