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_script
Check your extension by executing the php script, if the all executing return success, than the test is pass.
test_php_script_with_condition
Check your extension by executing a single php script with custom condition.
test_php_scripts
Check your extension by executing multiple php scripts with success condition.
test_php_scripts_with_condition
Check your extension by executing multiple php scripts with custom conditions.

Type Aliases§

ScriptCondition
Type alias for script and condition pair used in batch testing.