PHPUnit 不能与 Laravel 5 一起使用
我刚刚安装了一个新的Laravel 5项目,这是我在这个版本上的第一个项目。PHPUnit应该是框架的开箱即用,我看到的每个教程都只是说在项目文件夹中键入以启动单元测试。phpunit
我检查了PHPUnit在,我也做了一个,以防万一它不会在这里composer.json
composer install
composer update
website(master)$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing phpunit/phpunit (4.6.1)
- Installing phpunit/phpunit (4.6.2)
Downloading: 100%
但它只是不起作用,根本没有被识别phpunit
website(master)$ phpunit
-bash: phpunit: command not found
似乎没有人遇到这个问题,因为我用谷歌搜索了它。我希望我没有做任何愚蠢的错误。任何想法或建议?谢谢你们;)