<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Testing a Zend Framework action controller with View Helpers</title>
	<atom:link href="http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/</link>
	<description>Dagfinn Reiersøl on PHP, agile development, Ruby and other addictive substances</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:16:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dagfinn</title>
		<link>http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/comment-page-1/#comment-77</link>
		<dc:creator>dagfinn</dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1372#comment-77</guid>
		<description>&lt;p&gt;@Piccolo Principe: You&#039;re right in principle, I just didn&#039;t get there yet. I always go one step at a time. So far I&#039;ve only managed to mock the helpers. That was as much as I needed to get one working test (which was my first goal).&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Piccolo Principe: You&#8217;re right in principle, I just didn&#8217;t get there yet. I always go one step at a time. So far I&#8217;ve only managed to mock the helpers. That was as much as I needed to get one working test (which was my first goal).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piccolo Principe</title>
		<link>http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/comment-page-1/#comment-76</link>
		<dc:creator>Piccolo Principe</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1372#comment-76</guid>
		<description>&lt;p&gt;Don&#039;t you need to mock also your models? In this case you are testing controllers plus models at the same time.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you need to mock also your models? In this case you are testing controllers plus models at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dagfinn</title>
		<link>http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/comment-page-1/#comment-75</link>
		<dc:creator>dagfinn</dc:creator>
		<pubDate>Wed, 11 Jun 2008 08:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1372#comment-75</guid>
		<description>&lt;p&gt;Yes, that looks like an excellent idea. It&#039;s not really unit testing, though, so it&#039;s different from what I&#039;m doing here. It&#039;s more like integration testing without having to use an actual web server. (Or as is the case with Selenium, a browser as well.) It fits with what I called the paparrazzi principle in an earlier blog post.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Yes, that looks like an excellent idea. It&#8217;s not really unit testing, though, so it&#8217;s different from what I&#8217;m doing here. It&#8217;s more like integration testing without having to use an actual web server. (Or as is the case with Selenium, a browser as well.) It fits with what I called the paparrazzi principle in an earlier blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Roetgers</title>
		<link>http://blog.agilephp.com/2008/06/10/testing-a-zend-framework-action-controller-with-view-helpers/comment-page-1/#comment-78</link>
		<dc:creator>Mike Roetgers</dc:creator>
		<pubDate>Wed, 11 Jun 2008 07:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=1372#comment-78</guid>
		<description>&lt;p&gt;Hi,&lt;br /&gt;
you should give this proposal a try:&lt;br /&gt;
http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller+Testing+Infrastructure&lt;/p&gt;
&lt;p&gt;It&#039;s still a proposal but Matthew completed nearly everything already.&lt;br /&gt;
I just started testing it, but so far it looks promising.&lt;/p&gt;
&lt;p&gt;SVN: http://framework.zend.com/svn/framework/standard/branches/user/matthew/mvcTesting/&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi,<br />
you should give this proposal a try:<br />
<a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller+Testing+Infrastructure" rel="nofollow">http://framework.zend.com/wiki/display/ZFPROP/Zend_Controller+Testing+Infrastructure</a></p>
<p>It&#8217;s still a proposal but Matthew completed nearly everything already.<br />
I just started testing it, but so far it looks promising.</p>
<p>SVN: <a href="http://framework.zend.com/svn/framework/standard/branches/user/matthew/mvcTesting/" rel="nofollow">http://framework.zend.com/svn/framework/standard/branches/user/matthew/mvcTesting/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
