<?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>Mindtonic &#187; shabda</title>
	<atom:link href="http://blog.mindtonic.net/tag/shabda/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindtonic.net</link>
	<description>Thoughts on Music and Application Development</description>
	<lastBuildDate>Fri, 30 Jul 2010 18:08:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Unit Testing Object Oriented PHP5 Code</title>
		<link>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/</link>
		<comments>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:35:53 +0000</pubDate>
		<dc:creator>mindtonic</dc:creator>
				<category><![CDATA[PHP Testing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpunit]]></category>
		<category><![CDATA[shabda]]></category>
		<category><![CDATA[simpletest]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://blog.mindtonic.net/?p=13</guid>
		<description><![CDATA[I have been doing a lot for work with testing and development in Ruby. This has lead me to want to find an option to write Unit Tests for my own PHP based Content Management System, Shabda. It would be a very wise move to make sure that the core system files function exactly as [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a lot for work with testing and development in Ruby.  This has lead me to want to find an option to write Unit Tests for my own PHP based Content Management System, Shabda.  It would be a very wise move to make sure that the core system files function exactly as expected. I will update this blog post as I go along.</p>
<p>My research has yielded two possible testing options:</p>
<ul>
<li><a href="http://www.phpunit.de/">PHPUnit</a></li>
<li><a href="http://www.simpletest.org">SimpleTest</a></li>
</ul>
<p><strong>SimpleTest</strong></p>
<p>Other blogs with more information: <a href="http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/">http://vailo.wordpress.com/2008/07/03/php-unit-test-test-driven-development/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mindtonic.net/unit-testing-object-oriented-php5-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
