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§
- Script
Condition - Type alias for script and condition pair used in batch testing.