<?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>gog&#039;s info &#187; unit testing</title>
	<atom:link href="http://gogs.info/tag/unit-testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://gogs.info</link>
	<description></description>
	<lastBuildDate>Wed, 27 Apr 2011 15:02:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hudson and PHP Howto</title>
		<link>http://gogs.info/2009/11/hudson-and-php-howto/</link>
		<comments>http://gogs.info/2009/11/hudson-and-php-howto/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:53:59 +0000</pubDate>
		<dc:creator>Goran Jurić</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[continuous Integration]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[phpundercontrol]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unit testing]]></category>

		<guid isPermaLink="false">http://gogs.info/?p=93</guid>
		<description><![CDATA[After a couple of weeks of playing with phpUnderControl and reading some nice reviews of Hudson I decided to give Hudson a try. And boy am I glad I did. Hudson definitively won me over with its clean interface and easy to setup tasks. Even plugin installation is a breeze and you can even do [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple of weeks of playing with <a href="http://www.phpundercontrol.org/about.html">phpUnderControl</a> and reading some nice reviews of <a href="http://hudson-ci.org/">Hudson</a> I decided to give Hudson a try. And boy am I glad I did.</p>
<p>Hudson definitively won me over with its clean interface and easy to setup tasks. Even plugin installation is a breeze and you can even do it right out of the comfort of your browser.</p>
<p>I found a nice tutorial about setting up Hudson with PHP <a href="http://toptopic.wordpress.com/2009/02/26/php-and-hudson/">here</a> but I had some question marks hovering over my head during the installation so I have decided to write a more detailed installation tutorial.</p>
<p>If you are running a Debian flavored distribution (yes I mean Ubuntu) take a look at the <a href="http://gogs.info/wiki/debian/hudson">tutorial</a>, you should have <a href="http://gogs.info/wiki/debian/hudson">Hudson working with your PHP projects</a> in no time.</p>
<p>Bonus points if you integrate your Hudson installation to act as your staging server.</p>
]]></content:encoded>
			<wfw:commentRss>http://gogs.info/2009/11/hudson-and-php-howto/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install phpUnit on Mac OSX 10.6</title>
		<link>http://gogs.info/2009/11/install-phpunit-on-mac-osx-10-6/</link>
		<comments>http://gogs.info/2009/11/install-phpunit-on-mac-osx-10-6/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:08:26 +0000</pubDate>
		<dc:creator>Goran Jurić</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpUnit]]></category>
		<category><![CDATA[unit testing]]></category>
		<category><![CDATA[Zend Studio]]></category>

		<guid isPermaLink="false">http://gogs.info/?p=90</guid>
		<description><![CDATA[Here is another quick How-to so I don&#8217;t have to look it up next time. Open up Terminal.app and enter &#8220;sudo su&#8221; and enter your password when asked (I guess you must be using an account with administrator privileges). pear upgrade PEAR pear channel-discover pear.phpunit.de pear install --alldeps phpunit/PHPUnit That&#8217;s it. phpunit binary should be [...]]]></description>
			<content:encoded><![CDATA[<p>Here is another quick How-to so I don&#8217;t have to look it up next time.</p>
<p>Open up Terminal.app and enter &#8220;sudo su&#8221; and enter your password when asked (I guess you must be using an account with administrator privileges).</p>
<pre>pear upgrade PEAR
pear channel-discover pear.phpunit.de
pear install --alldeps phpunit/PHPUnit</pre>
<p>That&#8217;s it. phpunit binary should be in your path now.</p>
<p>p.s.</p>
<p>For some reason phpUnit that is being used by Zend Studios (6.1) does not have mbstring extension compiled and that makes it unusable for me. I guess there is a way to force PHP interpreter that is being used in the Zend Studio to run with the mbstring extension, but this is a faster approach. Hudson or phpUnderControl (whichever you like) will take care of the code coverage reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://gogs.info/2009/11/install-phpunit-on-mac-osx-10-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

