Introduction to PHPUnit & Best Practices
by Sebastian Bergmann on Jul 21, 2009
- 11,811 views
Although Unit Testing is a recommended practice for any software project, care has to be exercised such that testing yields the desired benefits. Bad programming practices in both test code and product...
Although Unit Testing is a recommended practice for any software project, care has to be exercised such that testing yields the desired benefits. Bad programming practices in both test code and production code can make Unit Testing a nightmare. Maintenance of an overly complex test suite can easily become a burden to the project team.
This session, given by the creator of PHPUnit, will shine a light on best practices when it comes to testing PHP code.
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as Adobe PDF
Usage Rights
Statistics
- Favorites
- 15
- Downloads
- 240
- Comments
- 1
- Embed Views
- Views on SlideShare
- 11,371
- Total Views
- 11,811



require_once $_SERVER['DOCUMENT_ROOT'].'/path/myFile.php';
I mean, without refactoring myFile.php, thanks 8 months ago Reply