Phpstorm configures phpunit, runs the test file, and reports the following error: {code ...} I have found the answer. the configuration is incorrect: the interpreter should configure phpunit in the php.exe path, run the test file, and report the following error:
Cannot run program "C: \ wamp64 \ bin \ php \ php7.0.0 \ php. ini "(in directory" C: \ wamp64 \ www \ aj_report \ application \ models "): CreateProcess error = 193, % 1 is not a valid Win32 application.
Answer
I found the answer myself. the configuration is wrong: the interpreter should guide the path of php.exe.
Reply content:
Phpstorm configures phpunit, runs the test file, and reports the following error:
Cannot run program "C: \ wamp64 \ bin \ php \ php7.0.0 \ php. ini "(in directory" C: \ wamp64 \ www \ aj_report \ application \ models "): CreateProcess error = 193, % 1 is not a valid Win32 application.
Answer
I found the answer myself. the configuration is wrong: the interpreter should guide the path of php.exe.