1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

PHPUnit.Pocket.Guide

本帖由 小叶2005-12-16 发布。版面名称:后端开发

  1. 小叶

    小叶 New Member

    注册:
    2005-09-04
    帖子:
    17,941
    赞:
    33
    Smart web developers will tell you that the sooner you detect your code mistakes, the quicker you can fix them, and the less the project will cost in the long run. Well, the most efficient way to detect your mistakes in PHP is with PHPUnit, an open source framework that automates unit testing by running a battery of tests as you go. The benefits of PHPUnit are significant:

    a reduction in the effort required to frequently test code
    fewer overall defects
    added confidence in your code
    improved relations with your open source teammates

    The only problem with this popular testing tool was its lack of documentation-until now, that is. For this, O'Reilly went right to the source, as Sebastian Bergmann, the author of PHPUnit Pocket Guide, also happens to be PHPUnit's creator. This little book brings together hard-to-remember information, syntax, and rules for working with PHPUnit. It also delivers the insight and sage advice that can only come from the technology's creator. Coverage of testing under agile methodologies and Extreme Programming (XP) is also included.

    The latest in O'Reilly's series of handy Pocket Guides, this quick-reference book puts all the answers are right at your fingertips. It's an invaluable companion for anyone interested in testing the PHP code they write for web applications.

    ftp..//----电子书&教程----/PHP2/22214643450.zip
     
  2. alpha

    alpha New Member

    注册:
    2005-12-15
    帖子:
    683
    赞:
    0
    呵呵。虽然不懂。。也来支持。
     
  3. alpha

    alpha New Member

    注册:
    2005-12-15
    帖子:
    683
    赞:
    0
    我建议把该版该问英文版块~~~:)都啥文章啊`
     
  4. 死鬼

    死鬼 New Member

    注册:
    2005-09-10
    帖子:
    344
    赞:
    1
    当你迷茫的时候最好停下来思考
    别盲目往上爬!