<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional PHP &#187; simple-test</title>
	<atom:link href="http://www.procata.com/blog/archives/tag/simple-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Fri, 10 Dec 2010 17:23:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>php testing and coverage</title>
		<link>http://www.procata.com/blog/archives/2005/04/08/php-testing-and-coverage/</link>
		<comments>http://www.procata.com/blog/archives/2005/04/08/php-testing-and-coverage/#comments</comments>
		<pubDate>Fri, 08 Apr 2005 15:18:30 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Agile Methods]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[code-coverage]]></category>
		<category><![CDATA[simple-test]]></category>
		<category><![CDATA[unit-testing]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2005/04/08/php-testing-and-coverage/</guid>
		<description><![CDATA[I ran across this O&#8217;Reily article about SpikeSource today.  Very interesting.
They have released a coverage reporting tool, Spike PHP Coverage, for PHP that works with XDebug coverage data.  It works with Simple Test and it seems to be able aggregate the results of remote test runs, such as for web based tests.  [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across <a href="http://www.oreillynet.com/pub/a/network/2005/04/07/spikesource.html">this O&#8217;Reily article</a> about <a href="http://www.spikesource.com/">SpikeSource</a> today.  Very interesting.</p>
<p>They have released a coverage reporting tool, <a href="http://www.spikesource.com/projects/phpcoverage/">Spike PHP Coverage</a>, for PHP that works with XDebug coverage data.  It works with Simple Test and it seems to be able aggregate the results of remote test runs, such as for web based tests.  I have wanted something exactly like this.  I can&#8217;t wait to get the chance to generate a consolidated coverage report for WACT.</p>
<p>It seems that they have the capability for generating and aggregating code <a href="http://www.spikesource.com/testresults.log/fedora-1-i386/1440/oss/comp/web/php5/test/coverage/coveragereport.txt">coverage reports</a> for <a href="http://www.spikesource.com/testresults/index.jsp?show=component-results&#038;category=all&#038;comp-id=65726#pkgtest">PHP</a> itself.  I haven&#8217;t had a chance to check this out, but its something that I have always wondered about.</p>
<p>Additionally, it looks like they accept <a href="http://www.spikesource.com/testupload/help_upload.php">contributions of Test Suites</a>.  If I understand this correctly, it means that I can upload the WACT test suite and that it can be used to test and generate coverage reports for PHP 4 and for PHP 5 as well as the framework.  If this is true, this is a big deal.  As there are more and more applications with automated test suites, it only makes sense to aggregate them to test PHP itself.</p>
<p>It also seems that they have embraced <a href="http://www.lastcraft.com/simple_test.php">Simple Test</a> for php testing.  Congratulations, <a href="http://www.lastcraft.com/blog/">Marcus</a>.  Simple Test is a fine piece of software.</p>
<p>I think code coverage measurements are important for gauging the quality of a test suite on open source projects, where there can be less formal development practices and a large number of contributers of varying skill levels and motivation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/04/08/php-testing-and-coverage/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
	</channel>
</rss>

