<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 10:14:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: PHPUnit 3.0 Beta 1]]></title>
      <guid>http://www.phpdeveloper.org/news/6462</guid>
      <link>http://www.phpdeveloper.org/news/6462</link>
      <description><![CDATA[<p>
Right on the heels of <i>Derick Rethans'</i> <a href="http://www.phpdeveloper.org/news/6443">post of the first release candidate</a> for Xdebug 2, <i>Sebastian Bergmann</i> has announced <a href="http://sebastian-bergmann.de/archives/632-PHPUnit-3.0-Beta-1.html">a beta release</a> of his unit testing package - <a href="http://www.phpunit.de/">PHPUnit 3</a>.
</p>
<blockquote>
A list of <a href="http://www.phpunit.de/wiki/Features">features</a> is available as well as a list of <a href="http://www.phpunit.de/wiki/ChangeLog">changes</a>. You can install PHPUnit using the PEAR Installer. Note that previous installations of the PHPUnit and PHPUnit2 packages from the pear.php.net channel have to be uninstalled.
</blockquote>
<p>
<i>Sebastian</i> also mentions the <a href="http://www.phpunit.de/pocket_guide/">PHPUnit Pocket Guide</a> published a little while back, acting as the official documentation for the project.
</p>]]></description>
      <pubDate>Tue, 10 Oct 2006 07:16:11 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Japanese Documentation for PHPUnit]]></title>
      <guid>http://www.phpdeveloper.org/news/5962</guid>
      <link>http://www.phpdeveloper.org/news/5962</link>
      <description><![CDATA[The PHPUnit Pocket Guide has been updated, according to <a href="http://www.sebastian-bergmann.de/blog/archives/615-Japanese-Documentation-for-PHPUnit.html">this new post</a> on <i>Sebastian Bergmann</i>'s blog today - the addition of a Japanese version.
</p>
<blockquote>
<a href="http://www.m-takagi.org/about.html">Masahiro Takagi</a> has <a href="http://www.phpunit.de/changeset/41">contributed</a> a <a href="http://www.phpunit.de/pocket_guide/2.3/ja/">translation</a> of the <a href="http://www.phpunit.de/pocket_guide/">PHPUnit</a> Pocket Guide, which is the official documentation for <a href="http://www.phpunit.de/">PHPUnit</a>.
</blockquote>
<p>
<a href="http://www.phpunit.de/">PHPUnit</a> is one of the most popular unit testing pakcages offered for PHP today. The addition of <a href="http://www.phpunit.de/pocket_guide/2.3/ja/">this translation</a> can only help push it out to even more of the world to use.
</p>]]></description>
      <pubDate>Mon, 07 Aug 2006 05:58:15 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: So Long, and Thanks for all the PEARs]]></title>
      <guid>http://www.phpdeveloper.org/news/5743</guid>
      <link>http://www.phpdeveloper.org/news/5743</link>
      <description><![CDATA[<p>
Sebastian <a href="http://www.sebastian-bergmann.de/blog/archives/610-So-Long,-and-Thanks-for-All-the-PEARs.html">today</a> announces the departure of PHPUnit from the <a href="http://pear.php.net">PEAR Project</a>.
</p>

<p>
Skirting the political issues involved, he cites the move from CVS to SVN+Trac as a major factor in his decisiont to move.
</p>

<blockquote>
<p>
The CVS repository has been migrated to Subversion, Trac is now used to provide repository browsing, issue tracking, and wiki functionality. The PHPUnit Pocket Guide website is now proudly served by lighttpd and the DocBook/XML sources of the book are now also publically available.
</p>
</blockquote>

<p>
Whilst shocking and somewhat tear-sheding, I hope this move doesn't set a precedence for PEAR. Sebastians technical reasons for moving are certainly decisions I have made for projects outside of PEAR and I am happy to see another project make that jump.
</p>]]></description>
      <pubDate>Wed, 05 Jul 2006 17:14:13 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Aaron Wormus' Blog: PHPUnit Pocket Guide - 5 Minute Review]]></title>
      <guid>http://www.phpdeveloper.org/news/4300</guid>
      <link>http://www.phpdeveloper.org/news/4300</link>
      <description><![CDATA[On hiw blog today, <i>Aaron Wormus</a> has <a href="http://www.wormus.com/aaron/stories/2005/11/15/phpunit-pocket-guide-5-minute-review.html">his quick review</a> of the latest offering from <i>Sebastian Bergmann</i> and O'Reilly - the <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0596101031/sebastianberg-21">PHPUnit Pocket Guide</a>.
<p>
<quote>
<i>
At the recent International PHP Conference held in Frankfurt, Germany I was able to pick up a copy of Sebastian Bergmann's "PHPUnit Pocket Guide" a slim pocket guide published by O'Reilly which forms the most complete documentation for PHPUnit.
<p>
What I found enjoyable, was the mixture between real-world examples, Agile development methodologies and program documentation. I have never used PHPUnit style of unit testing before and while I am familiar with the concepts of Agile and Extreme programming, I would have appreciated a bit more Theory. Of course, this is a pocket guide, not "Unit Testing Unleashed" and links are provided to <a href="http://agilemanifesto.org/">various</a> <a href="http://www.extremeprogramming.org/">sources</a> of <a href="http://www.wikipedia.org/wiki/Design_by_contract">information</a> on the <a href="http://www.amazon.de/exec/obidos/ASIN/0321146530/sbergmann">topic</a>, so there is plenty of information for me to look at.
</i>
</quote>
<p>
He <a href="http://www.wormus.com/aaron/stories/2005/11/15/phpunit-pocket-guide-5-minute-review.html">also mentions</a> two other sections in the book - PHPUnit with Phing and with PHP4. And, of course, <i>Aaron</i> reminds us that the contents of the book are also <a href="http://www.phpunit.de/pocket_guide/index.en.php">a totally free download</a> from the PHPUnit site too...]]></description>
      <pubDate>Tue, 15 Nov 2005 05:32:08 -0600</pubDate>
    </item>
  </channel>
</rss>
