需要一个解释如何使用PHPUnit的站点

时间:2008-09-21 12:08:27

标签: php unit-testing zend-framework phpunit

我正在搜索有关如何使用(optimally with Zend Framework)的教程PHPUnit

我在google找到了一对,但还没有理解它。

6 个答案:

答案 0 :(得分:21)

您正在寻找的是Pocket Guide。它解释了如何使用多种语言从A到Z使用PHPUnit。您可以在线或离线免费阅读,并定期更新。

答案 1 :(得分:7)

有关PHPUnit的信息,请务必阅读documentation。 IMO看起来不太糟糕。有一篇关于Automatic testing of MVC applications created with Zend Framework的博客文章,看起来也很不错。 :)

答案 2 :(得分:4)

在Zend Developer Zone上还发布了一个“Introduction to the Art of Unit Testing”,它专门用Zend覆盖了PHPUnit。

答案 3 :(得分:2)

Simpletest,它与PHPUnit非常相似,但更简单,有一个很好的introductory tutorial。即使您打算使用PHPUnit,这也应该教您单元测试的基础知识。

答案 4 :(得分:1)

如果您正在寻找使用PHPUnit和Zend_Test与Zend Framework的简单介绍,我编写了一个simple tutorial that covers the basics of setting up PHPUnit并使用PHPUnit和Zend_Test编写了一些简单的测试。

答案 5 :(得分:0)

一个很好的教程(基于git,基于练习),通过Sebastian Marek的实际测试动作:https://github.com/proofek/phpnw12-tutorial

发现它非常适合非常基线的初学者。幻灯片: http://www.slideshare.net/proofek/test-your-code-like-a-pro-phpunit-in-practice