Sebastian Bergmann
Creator of PHPUnit, PHP Testing Evangelist
Areas of Expertise:
PHP
PHPUnit
phpUnderControl
Selenium
Testing
consulting
speaking
programming
training
writing
Biography
Sebastian Bergmann is a long-time contributor to various PHP projects, including PHP itself. He is the developer of PHPUnit and offers consulting, training, and coaching services to help enterprises improve the quality assurance process for their PHP-based software projects.
Articles
You need to enable JavaScript to view more than 15 articles by this author.
Testing PHP Code with PHPUnit
Publish Date: Dec. 8, 2005
Type; reload web site; eyeball output; fix bugs; repeat--there's a better way to write PHP code! Testing gives you confidence not only that your code works, but also that you can make changes to improve your design and flexibility without breaking behavior. Sebastian Bergmann, the author of PHPUnit , shows how his library can help to ease your development woes.
Caching PHP Programs with PEAR
Publish Date: Oct. 11, 2001
PHP scripts are compiled and HTML is generated each time a web page is requested. Sebastian Bergmann uses PEAR caching to store these dynamic requests and speed up PHP web sites.