News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Using PHPUnit from a Git Checkout
April 15, 2010 @ 10:58:46

On his blog today Sebastian Bergmann shows how to use PHPUnit from a git checkout and run its own suite of tests easily.

Users of PHPUnit frequently ask me questions such as "How do I use PHPUnit from a Git checkout?" or "How do I run PHPUnit's own test suite?" This article provides the answers to these questions.

The git checkout is as easy as cloning the latest version (at the time of this post, it's 3.5). If you want a different version, you can checkout that branch with one or two more commands. The checkout comes with the test runner PHP script that is used when the "phpunit" command is run based on the "phpunit.xml.dist" file included in the checkout.

0 comments voice your opinion now!
git checkout phpunit unittest github


blog comments powered by Disqus

Similar Posts

Juan Treminio: Unit Testing with PHPUnit Tutorial Series

Sebastian Bergmann's Blog: TestNG-style Grouping of Tests

Chris Hartjes: So You Want to Write Tests

Sebastian Bergmann's Blog: PHPUnit 3.4.0 (Release)

Court Ewing's Blog: How PHP is Broken and How It Can Be Fixed


Community Events











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


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

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