Run PHPUnit tests on change

后端 未结 10 1687
星月不相逢
星月不相逢 2021-02-07 11:34

I\'d like to run my PHPUnit tests (or at least a subset of them) whenever a file changes on disk. Very similar to what you can do with \"grunt watch\". I have a project in which

10条回答
  •  执念已碎
    2021-02-07 11:53

    Install grunt and use https://github.com/SaschaGalley/grunt-phpunit

    Then you'd setup the phpunit task under with the watch task. This is how I do it right now.

提交回复
热议问题