Crate phper_test[][src]

Expand description

Integration test tool for phper.

The php-config is needed. You can set environment PHP_CONFIG to specify the path.

License

Unlicense.

Functions

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.