<?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>Wed, 22 May 2013 16:33:48 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Padraic Brady's Blog: PHP Mutation Testing With MutateMe]]></title>
      <guid>http://www.phpdeveloper.org/news/12009</guid>
      <link>http://www.phpdeveloper.org/news/12009</link>
      <description><![CDATA[<p>
<i>Padraic Brady</i> has <a href="http://blog.astrumfutura.com/archives/389-PHP-Mutation-Testing-With-MutateMe.html">posted about</a> a library that he's developed to help with mutation testing in PHP - <A href="http://github.com/padraic/mutateme">MutateMe</a>. What's mutation testing? <i>Padraic</i> explains,
</p>
<blockquote>
Mutation Testing is basically testing...for tests. It ensures that your tests are truly capable of detecting errors and problems with the source code. It does this by mutating the source code itself (using ext/runkit) in such a way that an error is created in the code. If your tests detect the error, all is well with the world. If your tests do not detect the error...well, you better add a new test that does.
</blockquote>
<p>
He <a href="http://blog.astrumfutura.com/archives/389-PHP-Mutation-Testing-With-MutateMe.html">mentions</a> how it compares to code coverage and goes through the entire process you'll need to get <a href="http://dev.phpspec.org/MutateMe-0.1.0alpha.tgz">MutateMe</a> up and running - the download (or PEAR install), creating the extension, using the command line tool and the results of an example run of the client against a few tests.
</p>]]></description>
      <pubDate>Tue, 24 Feb 2009 10:20:54 -0600</pubDate>
    </item>
  </channel>
</rss>
