<?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; Zend Studio</title>
	<atom:link href="http://gogs.info/tag/zend-studio/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.2</generator>
		<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>

