<?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>webbricks &#187; Post Tags &#187; unit tests</title>
	<atom:link href="http://blog.grzegorzpawlik.com/en/tag/unit-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grzegorzpawlik.com/en/</link>
	<description>Doświadczenie, to coś, co zdobywamy tuż po chwili w której było nam potrzebne ...</description>
	<lastBuildDate>Wed, 01 Sep 2010 15:14:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>build in validation vs. unit testing</title>
		<link>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/</link>
		<comments>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:10:25 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[CakePHP @en]]></category>
		<category><![CDATA[TDD in cakePHP @en]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[unit tests]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.grzegorzpawlik.com/?p=430</guid>
		<description><![CDATA[If You want to depend on build in model validation, You need to watch out on one pitfall Let&#8217;s assume that there&#8217;s Stuff model with this validation: $validate = array("name" => "notempty"); It works perfectly in web forms, but when You are making a unit test: $this->assertFalse( $this->Stuff->save( array("id"=> 1) ) ); //test fail Unfortunately [...]]]></description>
		<wfw:commentRss>http://blog.grzegorzpawlik.com/en/2009/10/build-in-validation-vs-unit-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
