开发者

PHP automated test runner with notifications for OS X

I had something similar for Ruby once. It would auto-detect changes in the code, re-run t开发者_StackOverflowhe tests and show a green/red notification in Growl.

Does something like this exist for PHP? Can I maybe bend some of the Ruby tools to execute PHPUnit tests?

Thx, MrB


You could use watchr (a rubygem). It supports growl and will watch the file system for changes. Writing a custom watchr script should be straight forward or you could try the watchr-phpunit project on GitHub.

Also, here's a blog post about setting up watchr, PHPUnit and Growl.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜