Sebastian Bergmann
http://twitter.com/s_bergmann
Siegburg, Germany
Creator of PHPUnit, PHP Testing Evangelist
Areas of Expertise:
PHP
PHPUnit
Jenkins
Testing
Continuous Integration
consulting
speaking
programming
training
writing
Sebastian Bergmann defines the standard in quality assurance for PHP projects. As a seasoned consultant and experienced trainer with an excellent theoretical background he is a sought-after expert in companies of any size.
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.