<?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>Mon, 13 Oct 2008 08:48:57 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Manuel Pichler's Blog: Documentation error for "merge-phpunit"]]></title>
      <guid>http://www.phpdeveloper.org/news/11071</guid>
      <link>http://www.phpdeveloper.org/news/11071</link>
      <description><![CDATA[<p>
<i>Manuel Pichler</i> <a href="http://www.manuel-pichler.de/archives/41-Documentation-error-for-merge-phpunit.html">points out</a> a small error in the documentation for the "merge-phpunit" command in the <A href="http://www.manuel-pichler.de/exit.php?url_id=2023&entry_id=41">phpUnderControl</a> package.
</p>
<blockquote>
The @failonerror-attribute of the <exec />-tag in the merge target was set to false, which results in not failed <a href="http://www.manuel-pichler.de/exit.php?url_id=2024&entry_id=41">CruiseControl</a> builds. To fix this behaviour, you must modify the merge target in your build.xml.
</blockquote>
<p>
He includes an example of the fix, showing where to change the failonerror attribute of the exec tag inside of the target. This is also corrected in the <a href="http://www.manuel-pichler.de/exit.php?url_id=2027&entry_id=41">most current build</a>, so update your software to prevent issue.
</p>]]></description>
      <pubDate>Tue, 23 Sep 2008 14:02:07 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Manuel Pichler's Blog: phpUnderControl 0.4.3 released]]></title>
      <guid>http://www.phpdeveloper.org/news/10982</guid>
      <link>http://www.phpdeveloper.org/news/10982</link>
      <description><![CDATA[<p>
<i>Manuel Pichler</i> <a href="http://www.manuel-pichler.de/archives/37-phpUnderControl-0.4.3-released.html">points out</a> that the latest version of <a href="http://www.phpundercontrol.org/about.html">phpUnderControl</a> (an add-on for CruiseControl, a continuous integration tool) has been released - 0.4.3.
</p>
<blockquote>
 I currently released a new version of <a href="http://www.manuel-pichler.de/exit.php?url_id=2010&entry_id=37">phpUnderControl</a>. Beside some minor fixes this release comes with a new feature to aggregate test results of multiple <a href="http://www.manuel-pichler.de/exit.php?url_id=2011&entry_id=37">PHPUnit</a> runs. Use the new cli command merge-phpunit of <a href="http://www.manuel-pichler.de/exit.php?url_id=2010&entry_id=37">phpUnderControl</a> to merge multiple log files produced with <a href="http://www.manuel-pichler.de/exit.php?url_id=2011&entry_id=37">PHPUnit</a>, as shown in [this] example build file for ant. 
</blockquote>
<p>
He <a href="http://www.manuel-pichler.de/archives/37-phpUnderControl-0.4.3-released.html">defines the XML file</a> to set up the merge for the different PHP binary versions and the merge script to use. A <a href="http://www.manuel-pichler.de/uploads/phpUnderControl/0.4.3-phpuc-merge-phpunit.png">screenshot</a> of the result as presented inside the tool is included.
</p>]]></description>
      <pubDate>Mon, 08 Sep 2008 10:25:27 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Zend Developer Zone: Upcoming Zend Webinars]]></title>
      <guid>http://www.phpdeveloper.org/news/10645</guid>
      <link>http://www.phpdeveloper.org/news/10645</link>
      <description><![CDATA[<p>
The Zend Developer Zone has <a href="http://devzone.zend.com/article/3701-Upcoming-Zend-Webinars">reminder posted</a> about some of the upcoming webinars brought to you from Zend on a wide range of topics:
</p>
<ul>
<li><a href="https://zend.webex.com/zend/onstage/g.php?t=a&d=574937764">What's New in Zend Framework 1.6?</a>
<li><a href="https://zend.webex.com/zend/onstage/g.php?t=a&d=574633627">Continuous Integration with PHPUnderControl Part 1</a>
<li><a href="https://zend.webex.com/zend/onstage/g.php?t=a&d=575757554">Continuous Integration with PHPUnderControl Part 2</a>
<li><a href="https://zend.webex.com/zend/onstage/g.php?t=a&d=572843054">Zend Framework and Dojo Integration</a>
</ul>
<p>
If you're on <a href="http://www.twitter.com">Twitter</a> and would like to keep up with the upcoming webinars, just follow <a href="http://twitter.com/webinarsatzend">webinarsatzend</a>.
</p>]]></description>
      <pubDate>Mon, 21 Jul 2008 10:23:35 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Michael Kimsal's Blog: PHP Continuous Integration with phpUnderControl]]></title>
      <guid>http://www.phpdeveloper.org/news/10054</guid>
      <link>http://www.phpdeveloper.org/news/10054</link>
      <description><![CDATA[<p>
<i>Michael Kimsal</i> has <a href="http://michaelkimsal.com/blog/continuous-integration-with-phpundercontrol/">put together</a> a <a href="http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/">small page</a> to help you get started using the phpUnderControl continuous integration system:
</p>
<blockquote>
If you're not using phpUnderControl, you owe it to yourself to check it out, as I think 'continuous integration' will likely change the way you think of development.  I've used CruiseControl in the past for PHP, but the PHP-specifics phpUnderControl brings to the project are too much to pass up.
</blockquote>
<p>
The <a href="http://michaelkimsal.com/blog/php-continuous-integration-with-phpundercontrol/">page</a> mentions some of the common issues you might have in getting started - installation problem, the use of the PHP Code Sniffer and the Project Mess Detector from <a href="http://www.phpunit.de">PHPUnit</a>.
</p>]]></description>
      <pubDate>Mon, 28 Apr 2008 11:18:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: Planet PHPUnit]]></title>
      <guid>http://www.phpdeveloper.org/news/9501</guid>
      <link>http://www.phpdeveloper.org/news/9501</link>
      <description><![CDATA[<p>
<i>Sebastian Bergmann</i> has <a href="http://sebastian-bergmann.de/archives/742-Planet-PHPUnit.html">officially announced</a> the creation of a new planet in the PHP community - one specifically for the PHPUnit testing suite - <a href="http://planet.phpunit.de/">Planet PHPUnit</a>.
</p>
<blockquote>
At the moment only three feeds are aggregated on <a href="http://planet.phpunit.de/">Planet PHPUnit</a>: <a href="http://sebastian-bergmann.de/categories/39-Announcements">release announcements</a>, <a href="http://sebastian-bergmann.de/categories/43-New-Features">articles about new features in PHPUnit</a> written by myself, and <a href="http://www.manuel-pichler.de/">Manuel Pichler</a>'s blog postings on <a href="http://www.phpundercontrol.org/">phpUnderControl</a>.
</blockquote>
<p>
He also is requesting that anyone out there currently writing on any topics surrounding the popular unit testing framework send him an email letting him know where it's at.
</p>]]></description>
      <pubDate>Mon, 28 Jan 2008 08:08:12 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Sebastian Bergmann's Blog: phpUnderControl]]></title>
      <guid>http://www.phpdeveloper.org/news/9086</guid>
      <link>http://www.phpdeveloper.org/news/9086</link>
      <description><![CDATA[<p>
<i>Sebastian Bergmann</i> has pointed out the release of <a href="http://www.phpunit.de/wiki/phpUnderControl">phpUnderControl</a> by <i>Manuel Picher</i> - a tool to help with the integration of <a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a> into your PHP project.
</p>
<blockquote>
It integrates three of the best PHP development tools into CruiseControl, combined with an easy setup routine and a small example project.
</blockquote>
<p>
<i>Sebastian</i> also points out that it can be used with the generated output of PHPUnit, the <a href="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer</a> package and the <a href="http://www.phpdoc.org/">phpDocumentor</a> utility.
</p>
<p>
You can find out more about phpUnderControl on <a href="http://www.phpunit.de/wiki/phpUnderControl">its wiki page</a> on the PHPUnit website.
</p>]]></description>
      <pubDate>Wed, 21 Nov 2007 09:34:00 -0600</pubDate>
    </item>
  </channel>
</rss>
