Laravel 4 testing; 'phpunit' is not recognized?

后端 未结 5 1317
旧时难觅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:12

    If you run into "phpunit requires ext-dom" it's because php-xml isn't installed.

提交回复
热议问题