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_pathis the path of extension lib. -
scriptis the path of your php test script.