<?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: PHP Implementation of Test::More</title>
	<atom:link href="http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/</link>
	<description>Getting inside the mind of a php developer.</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:32:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/comment-page-1/#comment-52</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 13 Apr 2006 00:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/#comment-52</guid>
		<description>&lt;p&gt;&lt;blockquote&gt;a function called is_deeply() that Perl folks use for this.&lt;/blockquote&gt;&lt;br /&gt;
I must have missed that one when I was looking through the different implementations.  I started trying to implement something that would iterate through the array but then I took something that should be simple and started to make it unnessesarily complex.  That was when I did the smart thing and walked away!&lt;/p&gt;
&lt;p&gt;&lt;blockquote&gt;I&#039;ve considered contributing a Test::More class to PEAR or the Zend Framework or some other library of components&lt;/blockquote&gt;&lt;br /&gt;
That sounds like a very good idea!&lt;/p&gt;
&lt;p&gt;What I was saying about the actual variables was that a string could be used as an output container that could easily be overwritten (if in a class) where we could actually specify almost like a template to manipulate the output.  If that happens although we start dealing with more design patterns and taking the simplistic approach out of it.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>
<blockquote>a function called is_deeply() that Perl folks use for this.</p></blockquote>
<p>
I must have missed that one when I was looking through the different implementations.  I started trying to implement something that would iterate through the array but then I took something that should be simple and started to make it unnessesarily complex.  That was when I did the smart thing and walked away!</p>
<p>
<blockquote>I&#8217;ve considered contributing a Test::More class to PEAR or the Zend Framework or some other library of components</p></blockquote>
<p>
That sounds like a very good idea!</p>
<p>What I was saying about the actual variables was that a string could be used as an output container that could easily be overwritten (if in a class) where we could actually specify almost like a template to manipulate the output.  If that happens although we start dealing with more design patterns and taking the simplistic approach out of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shiflett</title>
		<link>http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/comment-page-1/#comment-51</link>
		<dc:creator>Chris Shiflett</dc:creator>
		<pubDate>Wed, 12 Apr 2006 23:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2006/04/07/php-implementation-of-testmore/#comment-51</guid>
		<description>&quot;What I did not like about the PHP implementation of Test::More was that there is no function to iterate through an array.&quot;

There is actually a function called is_deeply() that Perl folks use for this. I just need to implement it in the PHP version in a way that makes sense to us. It is one of the few outstanding TODO items.

I&#039;ve considered contributing a Test::More class to PEAR or the Zend Framework or some other library of components, and that would eliminate the concern over naming collisions. For now, I just implemented it to be as close as possible to the real Test::More. It has worked very well for Perl folks, so I think it might work for us, too.

Thanks for checking it out. :-)</description>
		<content:encoded><![CDATA[<p>&#8220;What I did not like about the PHP implementation of Test::More was that there is no function to iterate through an array.&#8221;</p>
<p>There is actually a function called is_deeply() that Perl folks use for this. I just need to implement it in the PHP version in a way that makes sense to us. It is one of the few outstanding TODO items.</p>
<p>I&#8217;ve considered contributing a Test::More class to PEAR or the Zend Framework or some other library of components, and that would eliminate the concern over naming collisions. For now, I just implemented it to be as close as possible to the real Test::More. It has worked very well for Perl folks, so I think it might work for us, too.</p>
<p>Thanks for checking it out. <img src='http://blog.digitalstruct.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
