pub fn test_php_script(lib_path: impl AsRef<Path>, script: impl AsRef<Path>)
Expand description
Check your extension by executing the php script, if the all executing return success, than the test is pass.
-
lib_path
is the path of extension lib. -
script
is the path of your php test script.