我正在尝试安装PHPUNIT但是我得到phpunit没有安装消息
我正在使用ubuntu环境。我也安装了xampp。我在phpunit网站上下载了phpunit,我按照指示
wget https://phar.phpunit.de/phpunit.phar
➜chmod+ x phpunit.phar
➜mvphpunit.phar / usr / local / bin / phpunit我的路径是/ opt / lampp / bin / phpunit
➜phpunit--version
当我尝试键入phpunit --version时。我被要求安装phpunit。而不是版本说明。
希望有人可以帮助我
答案 0 :(得分:0)
在Ubuntu上你可以使用: sudo apt-get install phpunit
答案 1 :(得分:0)
作曲家需要phpunit / phpunit --dev
使用这样的phpunit可以避免一些用于运行测试的二进制版本的问题。