sebastian bergmann

A Tool's Tale - Sebastian Bergmann

Planet PHP  Wed, 02/01/2012 - 00:30

When Noah Sussman asked me to give a Code as Craft Technology Talk last week when I was consulting for Etsy I immediately said yes.

However, I was a bit surprised when the talk was announced under the title "An Evening with Sebastian Bergmann".

When I read that title the first time, it was just minutes after Arne, Stefan and I had talked about one of our favourite scenes from "A Knight's Tale":


 

Static Analysis with HipHop for PHP - Sebastian Bergmann

Planet PHP  Fri, 01/27/2012 - 13:00

In July 2010 I already blogged about the fact that HipHop for PHP, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code.


 

Kurt Payne's Blog: How to Unit Test pcntl_fork()

PHPDeveloper.org  Thu, 01/19/2012 - 13:40

Kurt Payne has a new post to his blog showing how you can unit test your process forking in your PHP application (pcntl).


 

Philip Norton's Blog: PHPNW11: A Review

PHPDeveloper.org  Thu, 10/20/2011 - 11:18

Philip Norton has posted his extensive summary of his experience at this year's PHP North West conference in Manchester.

He details each of the sessions he attended and various other conference-related activities including:


 

Michelangelo van Dam's Blog: Quality Assurance on PHP projects -...

PHPDeveloper.org  Wed, 08/17/2011 - 09:02

Michelangelo van Dam continues his "Quality Assurance in PHP projects" series in his latest post, the first of a few, about using PHPUnit to test your application.


 

Quality Assurance on PHP projects - PHPUnit part 1 - Michelangel...

Planet PHP  Tue, 08/16/2011 - 18:02

Of all tools available for improving quality assurance, there's one tool that is the core tool you have to master: PHPUnit.

PHPUnit is a complete testing framework crafted by Sebastian Bergmann (@s_bergmann), who ported existing xUnit frameworks to PHP.


 

Meet thePHP.cc in October - Sebastian Bergmann

Planet PHP  Tue, 06/21/2011 - 10:45

Fall season is traditionally conference season in the PHP community. This October, you will have the chance to catch all three partners of thePHP.cc -- Sebastian Bergmann, Arne Blankerts, and Stefan Priebsch -- at the following events:


 

Sebastian Bergmann's Blog: Towards Better Code Coverage Metrics ...

PHPDeveloper.org  Mon, 06/20/2011 - 07:10

Sebastian Bergmann has a new post to his blog talking about some of the future plans for better code coverage metrics for PHP applications (not just the statistics that we have now as generated from PHPUnit runs combined with Code_Coverage PEAR package and Xdebug).


 

Till Klampaeckel's Blog: RFC: Mocking protected methods

PHPDeveloper.org  Thu, 06/16/2011 - 12:48

Till Klampaeckel has a new post to his blog today looking at the method he's found (through some help from others) to be able to mock out protected methods in his unit tests.