<?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>Jose da Silva &#187; php phpunit tests tdd</title>
	<atom:link href="http://blog.josedasilva.net/tag/php-phpunit-tests-tdd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josedasilva.net</link>
	<description>Personal blog of a internet software developer</description>
	<lastBuildDate>Tue, 27 Jul 2010 00:18:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHPUnit &#8211; Generating Test Skeleton from a Class</title>
		<link>http://blog.josedasilva.net/phpunit---generating-test-skeleton-from-a-class/</link>
		<comments>http://blog.josedasilva.net/phpunit---generating-test-skeleton-from-a-class/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 21:14:33 +0000</pubDate>
		<dc:creator>josedasilva</dc:creator>
				<category><![CDATA[php phpunit tests tdd]]></category>

		<guid isPermaLink="false">tag:josedasilva.net,2008:phpunit---generating-test-skeleton-from-a-class/1208034044</guid>
		<description><![CDATA[PHPUnit allows you to automatically generate the skeleton of the Test class from you already writen down class.
I have developed a simple example class object named Car.php.
Just invoking the PhpUnit using the attribute &#8211;skeleton.
$phpunit &#8211;skeleton Car
An automatic generation of the file CarTest.php was done, includes test cases for all methods on my Car.php object.&#160;
Altough, not [...]]]></description>
		<wfw:commentRss>http://blog.josedasilva.net/phpunit---generating-test-skeleton-from-a-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
