开发者

PHP automated test runner with notifications for OS X

开发者 https://www.devze.com 2023-03-20 10:56 出处:网络
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.

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

精彩评论

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

关注公众号