Actually here is a list of all the common PHP unit testing frameworks.
I think you will find that the testing frameworks themselves have little interest in developing fancy GUIs. There is however several third party tools/applications/plugins that you can checkout. I use the phpunit integration within Netbeans a lot, and it works very good.
is curious. In traditional PHP development you make an edit, load a webpage in your browser, and repeat. Instead, you can make an edit, run a piece of your test suite at the command line, then repeat. I have discovered the latter practice is usually much faster.
发布评论
评论(2)
Simpletest
实际上这里是所有常见 PHP 单元测试框架的列表。
我想你会发现测试框架本身对开发花哨的 GUI 没什么兴趣。但是,您可以查看一些第三方工具/应用程序/插件。我经常在 Netbeans 中使用 phpunit 集成,而且效果非常好。
Simpletest
Actually here is a list of all the common PHP unit testing frameworks.
I think you will find that the testing frameworks themselves have little interest in developing fancy GUIs. There is however several third party tools/applications/plugins that you can checkout. I use the phpunit integration within Netbeans a lot, and it works very good.
要求它是
很好奇。在传统的 PHP 开发中,您进行编辑,在浏览器中加载网页,然后重复。相反,您可以进行编辑,在命令行运行测试套件的一部分,然后重复。我发现后一种练习通常要快得多。
The requirement that it be
is curious. In traditional PHP development you make an edit, load a webpage in your browser, and repeat. Instead, you can make an edit, run a piece of your test suite at the command line, then repeat. I have discovered the latter practice is usually much faster.