Module phper_test::cli

source ·
Expand description

Test tools for php cli program.

Functions

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

Type Aliases