News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Debugging with Git and PHPUnit
March 22, 2011 @ 13:04:15

Sebastian Bergmann has a recent post about how you can use git and PHPUnit to debug your application and find out when the offending code was added.

git bisect can be used to find the change that introduced a bug. It does so by performing a binary search on the list of commits between a known good and a known bad state of the repository. A tool such as PHPUnit can be invoked at each step of the binary search to check whether or not the current state is broken.

He gives an example of some failing tests where the return value isn't equal to what it should be. Finding the hash of the initial commit, he compares that with the "git bisect" command to point to the "good" and "bad" points in the timeline. Command line examples are also included in the post.

0 comments voice your opinion now!
debug git phpunit bisect unittest


blog comments powered by Disqus

Similar Posts

PHP.net: TestFest 2010

SitePoint.com: Advanced PHPUnit Testing: Annotations and Mocking

Sebastian Bergmann's Blog: Distributed Testing with PHPUnit 3.1

SitePoint PHP Blog: How to Expose PHP's Private Parts

Sebastian Bergmann's Blog: Google Summer of Code 2007


Community Events











Don't see your event here?
Let us know!


composer code tool conference language example api framework testing functional introduction interview unittest development release series podcast zendframework2 opinion community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework