Skip to content

PHPUnit Pocket Guide Test-Driven Development in PHP

Best in textbook rentals since 2012!

ISBN-10: 0596101031

ISBN-13: 9780596101039

Edition: 2006

Authors: Sebastian Bergmann

List price: $9.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

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…    
Customers also bought

Book details

List price: $9.95
Copyright year: 2006
Publisher: O'Reilly Media, Incorporated
Publication date: 11/8/2005
Binding: Paperback
Pages: 88
Size: 4.41" wide x 7.01" long x 0.21" tall
Weight: 0.198
Language: English

Sebastian Bergmann studies Computer Science at the University of Bonn in Germany . and spends his free time developing Free Software. A member of the PHP and Gentoo Linux development teams and author of a variety of PHP software projects, including PHPUnit and phpOpenTracker, he writes for both print and online media and is a frequent speaker at conferences. In January 2005, Sebastian published his first book ("Professionelle Softwareentwicklung mit PHP 5"5") with the German dpunkt.verlag GmbH.

Copyright
Introduction
Automating Tests
PHPUnit's Goals
Installing PHPUnit
The Command-Line Test Runner
Fixtures
Testing Exceptions and Performance Regressions
Incomplete Tests
Test-First Programming
Code-Coverage Analysis
Stubs
Other Uses for Tests
PHPUnit and Phing
PHPUnit's Implementation
PHPUnit API
Extending PHPUnit
PHPUnit for PHP 4
Bibliography