phpunit测试未安装

时间:2014-03-31 03:28:18

标签: php xampp phpunit

我正在尝试安装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。而不是版本说明。

希望有人可以帮助我

2 个答案:

答案 0 :(得分:0)

在Ubuntu上你可以使用: sudo apt-get install phpunit

答案 1 :(得分:0)

如果你通过composer安装phpunit的安装会更容易,你将在vendor / bin中安装一个可执行文件。 你已经安装了一个作曲家(或https://getcomposer.org/doc/00-intro.md

作曲家需要phpunit / phpunit --dev

使用这样的phpunit可以避免一些用于运行测试的二进制版本的问题。