作者:,,,,,,,,,,,,,,, | 来源:互联网 | 2023-05-18 23:27
IrunXAMPPonwindows.我在Windows上运行XAMPP。IverecentlydownloadedPHPUnitfromthePEARCLItool
I run XAMPP on windows.
我在Windows上运行XAMPP。
I've recently downloaded PHPUnit from the PEAR CLI tool.
我最近从PEAR CLI工具下载了PHPUnit。
Everything looks fine, (eclipse correctly suggests code completion so it means that it was correctly added to the include_path),but whenever I try and get it to work via console by typing phpunit
(it's in the environmental PATH variable), it hangs on for a seconds or two and then closes( as if it was terminated).
一切看起来都很好,(eclipse正确建议代码完成,这意味着它已正确添加到include_path),但每当我尝试通过键入phpunit(它在环境PATH变量中)通过控制台工作时,它会挂起一两秒然后关闭(好像它被终止)。
I've tried phpunit --help
also, and no success.
我也尝试过phpunit --help,但没有成功。
Also tried phpunit --verbose
.
还试过phpunit --verbose。
Has anyone else had that same problem or knows the solution?
有没有其他人有同样的问题或知道解决方案?
2 个解决方案