<?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: PHPUnit2 HTML Runner</title>
	<atom:link href="http://www.defusion.org.uk/code/phpunit2-html-runner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.defusion.org.uk</link>
	<description>I too will force my opinions on you</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:16:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John J Smith</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-95797</link>
		<dc:creator>John J Smith</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-95797</guid>
		<description>The screenshots of the test output look good but when I run a test (even one of the provided tests) I just get a blank page. I&#039;ve checked all the file permissions and they look ok. Any idea where I&#039;m going wrong?
Thanks</description>
		<content:encoded><![CDATA[<p>The screenshots of the test output look good but when I run a test (even one of the provided tests) I just get a blank page. I&#8217;ve checked all the file permissions and they look ok. Any idea where I&#8217;m going wrong?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valentin Popescu</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-92125</link>
		<dc:creator>Valentin Popescu</dc:creator>
		<pubDate>Mon, 08 Jun 2009 07:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-92125</guid>
		<description>looks nice, wish i knew about this before making my own . well you can check mine since it&#039;s on bsd license as well, at sourceforge. the project name is phpunitwebui</description>
		<content:encoded><![CDATA[<p>looks nice, wish i knew about this before making my own . well you can check mine since it&#8217;s on bsd license as well, at sourceforge. the project name is phpunitwebui</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rossen Zahariev</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-85042</link>
		<dc:creator>Rossen Zahariev</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-85042</guid>
		<description>Hi ,

I am glad I have stumbled upon you PHPUnit GUI , it is really nice and does
the job! 
For those having trouble with the include or require issue , I would suggest to have look for the PHP __autoload  , as if can be very useful in that case!

Great job !</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I am glad I have stumbled upon you PHPUnit <acronym title="Graphical User Interface">GUI</acronym> , it is really nice and does<br />
the job! <br />
For those having trouble with the include or require issue , I would suggest to have look for the <acronym title="Hypertext PreProcessing">PHP</acronym> __autoload  , as if can be very useful in that case!</p>
<p>Great job !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-84329</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Tue, 03 Feb 2009 15:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-84329</guid>
		<description>Hi,
i adapted your code to work with the current phpUnit. Give me your email please so that I can send it to you and you can upload it again.

Best regards and Nice Job!

Fede</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i adapted your code to work with the current phpUnit. Give me your email please so that I can send it to you and you can upload it again.</p>
<p>Best regards and Nice Job!</p>
<p>Fede</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-72609</link>
		<dc:creator>William</dc:creator>
		<pubDate>Mon, 18 Aug 2008 09:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-72609</guid>
		<description>Hi, nice job for testing.
However, PhpUnit2 seems to be outdated, do you have a version running with  PhpUnit 3.x ?

that would be great !
thanks</description>
		<content:encoded><![CDATA[<p>Hi, nice job for testing.<br />
However, PhpUnit2 seems to be outdated, do you have a version running with  PhpUnit 3.x ?</p>
<p>that would be great !<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Insua</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-70788</link>
		<dc:creator>Elijah Insua</dc:creator>
		<pubDate>Thu, 31 Jul 2008 11:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-70788</guid>
		<description>Looks good! Great minds must think alike because I have built a similar project! Mine however is completely ajax&#039;d and can use a backend of PHPUnit or SimpleTest.  It also does a bunch of other nice things such as dependency resolution/caching and hard error bypassing. I&#039;m also planning on adding project support and possibly back ends for other languages!  you can check it out &quot;here&quot;:http://www.blerby.com/project/testrunner/documentation/

keep it up!</description>
		<content:encoded><![CDATA[<p>Looks good! Great minds must think alike because I have built a similar project! Mine however is completely ajax&#8217;d and can use a backend of PHPUnit or SimpleTest.  It also does a bunch of other nice things such as dependency resolution/caching and hard error bypassing. I&#8217;m also planning on adding project support and possibly back ends for other languages!  you can check it out <a href="http://www.blerby.com/project/testrunner/documentation/">here</a></p>
<p>keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xcode</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-69917</link>
		<dc:creator>Xcode</dc:creator>
		<pubDate>Wed, 23 Jul 2008 04:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-69917</guid>
		<description>Thank you once again for your reply, Dave. Will try to do in that way...</description>
		<content:encoded><![CDATA[<p>Thank you once again for your reply, Dave. Will try to do in that way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-69877</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 22 Jul 2008 22:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-69877</guid>
		<description>*Xcode:*
Yeah from what I remember (I currently don&#039;t have PHP setup in my environment) it stores all the results up and then does the display. I suppose you could use some sort of output buffering and release that to the browser as you go, but that would be quite a change to what I have, maybe using my code as a base will help.

Sorry I can&#039;t offer anything more substantial than that.</description>
		<content:encoded><![CDATA[<p><strong>Xcode:</strong><br />
Yeah from what I remember (I currently don&#8217;t have <acronym title="Hypertext PreProcessing">PHP</acronym> setup in my environment) it stores all the results up and then does the display. I suppose you could use some sort of output buffering and release that to the browser as you go, but that would be quite a change to what I have, maybe using my code as a base will help.</p>
<p>Sorry I can&#8217;t offer anything more substantial than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xcode</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-69796</link>
		<dc:creator>Xcode</dc:creator>
		<pubDate>Tue, 22 Jul 2008 09:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-69796</guid>
		<description>Dave,
Thanks for your sggestion. For telling sake i just told it will take one hour. But any way its taking more than 15 minutes. And i can&#039;t avoid the the curl calls as i am doing Webservice testing, as its so convenient. And its for sure that the curl calls will take some time depends on the network :(

My need is just to print the result of the testcase as soon as its finished executing. Here its happening only after the execution of the last test case.

Thanks
Xcode</description>
		<content:encoded><![CDATA[<p>Dave,<br />
Thanks for your sggestion. For telling sake i just told it will take one hour. But any way its taking more than 15 minutes. And i can&#8217;t avoid the the curl calls as i am doing Webservice testing, as its so convenient. And its for sure that the curl calls will take some time depends on the network :(</p>
<p>My need is just to print the result of the testcase as soon as its finished executing. Here its happening only after the execution of the last test case.</p>
<p>Thanks<br />
Xcode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.defusion.org.uk/code/phpunit2-html-runner/comment-page-1/#comment-69792</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 22 Jul 2008 08:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.defusion.org.uk/phpunit2-html-runner/#comment-69792</guid>
		<description>*XCode:*
I&#039;m not sure about that, surely having tests that take an hour to run is not a good idea anyway. Calling external services is something you should be mocking out in your tests so your tests won&#039;t take as long and won&#039;t have to deal with an unknown quantity. E.g. instead of doing the curl you&#039;ll have tests where that is mocked out for both successful and unsuccessful responses that are easy to test against in a consistent fashion.</description>
		<content:encoded><![CDATA[<p><strong>XCode:</strong><br />
I&#8217;m not sure about that, surely having tests that take an hour to run is not a good idea anyway. Calling external services is something you should be mocking out in your tests so your tests won&#8217;t take as long and won&#8217;t have to deal with an unknown quantity. E.g. instead of doing the curl you&#8217;ll have tests where that is mocked out for both successful and unsuccessful responses that are easy to test against in a consistent fashion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

