Laravel 4 testing; 'phpunit' is not recognized?

后端 未结 5 1307
旧时难觅i
旧时难觅i 2021-02-03 22:46

http://four.laravel.com/docs/testing Says \"After installing a new Laravel application, simply run phpunit on the command line to run your tests.\"

ph

5条回答
  •  自闭症患者
    2021-02-03 23:20

    The easiest way to use phpunit is to put phpunit.phar in the root of your application and to run it with php phpunit.phar.

提交回复
热议问题