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§
- Script
Condition - Script and condition pair.