<?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>Kommentare zu: Changing scope in PHP for unit testing</title>
	<atom:link href="http://www.musterdenker.de/2009/10/changing-scope-in-php-for-unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.musterdenker.de/2009/10/changing-scope-in-php-for-unit-testing/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 11:07:02 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Jürgen Gramenz</title>
		<link>http://www.musterdenker.de/2009/10/changing-scope-in-php-for-unit-testing/comment-page-1/#comment-4651</link>
		<dc:creator>Jürgen Gramenz</dc:creator>
		<pubDate>Thu, 19 Nov 2009 08:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.musterdenker.de/?p=189#comment-4651</guid>
		<description>I use Matze&#039;s SuperProxy for unit testing of &lt;a href=&#039;http://zonk.gramenz.net&#039; rel=&quot;nofollow&quot;&gt;Zonk! Light Framework for PHP&lt;/a&gt;. The SuperProxy is a perfect tool to avoid breaking class architecture only to make private methods testable. (And YES: i think You should test private methods too!) Of course with PHP 5.3.2 You shouldn&#039;t have to use this SuperProxy, but I agree with Mathias....it will take a lot of time to production state of this version.</description>
		<content:encoded><![CDATA[<p>I use Matze&#8217;s SuperProxy for unit testing of <a href='http://zonk.gramenz.net' rel="nofollow">Zonk! Light Framework for PHP</a>. The SuperProxy is a perfect tool to avoid breaking class architecture only to make private methods testable. (And YES: i think You should test private methods too!) Of course with PHP 5.3.2 You shouldn&#8217;t have to use this SuperProxy, but I agree with Mathias&#8230;.it will take a lot of time to production state of this version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: mathias</title>
		<link>http://www.musterdenker.de/2009/10/changing-scope-in-php-for-unit-testing/comment-page-1/#comment-4526</link>
		<dc:creator>mathias</dc:creator>
		<pubDate>Fri, 16 Oct 2009 09:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.musterdenker.de/?p=189#comment-4526</guid>
		<description>I know, but it will take some time till all projects use PHP &gt; 5.3.2 ...  I fear it will take around 30 years ;)</description>
		<content:encoded><![CDATA[<p>I know, but it will take some time till all projects use PHP > 5.3.2 &#8230;  I fear it will take around 30 years <img src='http://www.musterdenker.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Sebastian Bergmann</title>
		<link>http://www.musterdenker.de/2009/10/changing-scope-in-php-for-unit-testing/comment-page-1/#comment-4521</link>
		<dc:creator>Sebastian Bergmann</dc:creator>
		<pubDate>Thu, 15 Oct 2009 06:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.musterdenker.de/?p=189#comment-4521</guid>
		<description>Starting with PHP 5.3.2 you will not need this &quot;Super Proxy&quot; as the Reflection API allows you to invoke private and protected methods.</description>
		<content:encoded><![CDATA[<p>Starting with PHP 5.3.2 you will not need this &#8220;Super Proxy&#8221; as the Reflection API allows you to invoke private and protected methods.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
