PHP Objects, Patterns, and Practice- P9

PHP Objects, Patterns, and Practice- P9: This book takes you beyond the PHP basics to the enterprise development practices used by professional programmers. Updated for PHP with new sections on closures, namespaces, and continuous integration, this edition will teach you about object features such as abstract classes, reflection, interfaces, and error handling. You’ll also discover object tools to help you learn more about your classes, objects, and methods. | C H A P T E R 18 Testing with PHPUnit Every component in a system depends for its continued smooth running on the consistency of operation and interface of its peers. By definition then development breaks systems. As you improve your classes and packages you must remember to amend any code that works with them. For some changes this can create a ripple effect affecting components far away from the code you originally changed. Eagle-eyed vigilance and an encyclopedic knowledge of a system s dependencies can help to address this problem. Of course while these are excellent virtues systems soon grow too complex for every unwanted effect to be easily predicted not least because systems often combine the work of many developers. To address this problem it is a good idea to test every component regularly. This of course is a repetitive and complex task and as such it lends itself well to automation. Among the test solutions available to PHP programmers PHPUnit is perhaps the most ubiquitous and certainly the most fully featured tool. In this chapter you will learn the following about PHPUnit Installation Using PEAR to install PHPUnit Writing Tests Creating test cases and using assertion methods Handling Exceptions Strategies for confirming failure Running multiple tests Collecting tests into suites Constructing assertion logic Using constraints Faking components Mocks and stubs Testing web applications With and without additional tools. Functional Tests and Unit Tests Testing is essential in any project. Even if you don t formalize the process you must have found yourself developing informal lists of actions that put your system through its paces. This process soon becomes wearisome and that can lead to a fingers-crossed attitude to your projects. One approach to testing starts at the interface of a project modeling the various ways in which a user might negotiate the system. This is probably the way you would go when testing by hand although there are various frameworks

Không thể tạo bản xem trước, hãy bấm tải xuống
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.