<?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>PHP Developer Blog &#187; Unit testing</title>
	<atom:link href="http://phpdev.ro/tag/unit-testing/feed" rel="self" type="application/rss+xml" />
	<link>http://phpdev.ro</link>
	<description>The blog of Andrei Gabreanu</description>
	<lastBuildDate>Thu, 21 Apr 2011 16:23:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>UnitTesting in PHP with SimpleTest in Zend Framework (the simple and fast way)</title>
		<link>http://phpdev.ro/unittesting-in-php-with-simpletest-in-zend-framework-the-simple-and-fast-way.html</link>
		<comments>http://phpdev.ro/unittesting-in-php-with-simpletest-in-zend-framework-the-simple-and-fast-way.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 09:38:09 +0000</pubDate>
		<dc:creator>Andrei Gabreanu</dc:creator>
				<category><![CDATA[PHP Tutorials]]></category>
		<category><![CDATA[Advices]]></category>
		<category><![CDATA[Develop]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Unit testing]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://phpdev.ro/?p=901</guid>
		<description><![CDATA[In this post, I will show you why it is important to use Unit Testing, how to use it and how to avoid writing the same code 2 times. Also, i will show you how to do a basic Test Driven Development with SimpleTest and Zend Framework 1.10. Also, this tutorial will show you how to directly link your tests to the code of your application, without duplicating content. At the end, you will be able to extend the tests to run on any code you write.]]></description>
		<wfw:commentRss>http://phpdev.ro/unittesting-in-php-with-simpletest-in-zend-framework-the-simple-and-fast-way.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/9 queries in 0.001 seconds using disk
Object Caching 204/217 objects using disk

Served from: phpdev.ro @ 2012-02-04 16:30:28 -->
