<?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: Installing PHPUnit with MAMP</title>
	<atom:link href="http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/</link>
	<description>I&#039;m a user focused mobile developer, here is where I publish advice and thoughts on building great mobile apps</description>
	<lastBuildDate>Sun, 15 Jan 2012 16:12:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bart McLeod</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-4336</link>
		<dc:creator>Bart McLeod</dc:creator>
		<pubDate>Fri, 15 Jul 2011 20:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-4336</guid>
		<description>The pear installer currently shipped with mamp is version 1.9.1 while the phpunit installation needs version 1.9.2</description>
		<content:encoded><![CDATA[<p>The pear installer currently shipped with mamp is version 1.9.1 while the phpunit installation needs version 1.9.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geraldo Andrade</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-3939</link>
		<dc:creator>Geraldo Andrade</dc:creator>
		<pubDate>Tue, 28 Dec 2010 19:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-3939</guid>
		<description>The URL to get PHPUnit is changed. Follow the new one https://github.com/sebastianbergmann/phpunit/

Great post.</description>
		<content:encoded><![CDATA[<p>The URL to get PHPUnit is changed. Follow the new one <a href="https://github.com/sebastianbergmann/phpunit/" rel="nofollow">https://github.com/sebastianbergmann/phpunit/</a></p>
<p>Great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David O</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2726</link>
		<dc:creator>David O</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2726</guid>
		<description>Just a quick note that with Snow Leopard, I didn&#039;t find this to be quite as necessary. Snow Leopard *finally* includes a modern version of PHP (5.3.0 for v10.6.2), so you can just install PHPUnit like you would on any other system, via &#039;pear install&#039;:

http://www.phpunit.de/manual/current/en/installation.html</description>
		<content:encoded><![CDATA[<p>Just a quick note that with Snow Leopard, I didn&#8217;t find this to be quite as necessary. Snow Leopard *finally* includes a modern version of PHP (5.3.0 for v10.6.2), so you can just install PHPUnit like you would on any other system, via &#8216;pear install&#8217;:</p>
<p><a href="http://www.phpunit.de/manual/current/en/installation.html" rel="nofollow">http://www.phpunit.de/manual/current/en/installation.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2648</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 19 Aug 2009 17:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2648</guid>
		<description>Mark, 
Sylvain, 

Thanks for sharing your experiences about configuring phpunit with MAMP. Combining these 2 tips, I got it working, and it works perfectly!</description>
		<content:encoded><![CDATA[<p>Mark,<br />
Sylvain, </p>
<p>Thanks for sharing your experiences about configuring phpunit with MAMP. Combining these 2 tips, I got it working, and it works perfectly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sylvain pham</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2576</link>
		<dc:creator>sylvain pham</dc:creator>
		<pubDate>Mon, 13 Jul 2009 14:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2576</guid>
		<description>Hi,
It&#039;s missing this in your document.

1. give right :
sudo chmod +x /usr/local/bin/phpunit

2. replace @php_bin@ in phpunit-pear ( 1 first line)
with this, /Applications/MAMP/bin/php5/bin/php

sudo mv /usr/local/bin/phpunit-pear /usr/local/bin/phpunit

it&#039;s work fine for me.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
It&#8217;s missing this in your document.</p>
<p>1. give right :<br />
sudo chmod +x /usr/local/bin/phpunit</p>
<p>2. replace @php_bin@ in phpunit-pear ( 1 first line)<br />
with this, /Applications/MAMP/bin/php5/bin/php</p>
<p>sudo mv /usr/local/bin/phpunit-pear /usr/local/bin/phpunit</p>
<p>it&#8217;s work fine for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kirby.mark</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2544</link>
		<dc:creator>kirby.mark</dc:creator>
		<pubDate>Mon, 01 Jun 2009 23:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2544</guid>
		<description>Hi Daniel, I remember having this same problem, but it was solved by running through the above. You could try Shoan&#039;s suggestion instead. I also have my files outside of MAMP.

Sorry couldn&#039;t be of more help. If I run into the problem on another machine, I&#039;ll update the post - and if you fixed it, please let us know.</description>
		<content:encoded><![CDATA[<p>Hi Daniel, I remember having this same problem, but it was solved by running through the above. You could try Shoan&#8217;s suggestion instead. I also have my files outside of MAMP.</p>
<p>Sorry couldn&#8217;t be of more help. If I run into the problem on another machine, I&#8217;ll update the post &#8211; and if you fixed it, please let us know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Alvarez</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2540</link>
		<dc:creator>Daniel Alvarez</dc:creator>
		<pubDate>Thu, 28 May 2009 14:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2540</guid>
		<description>Hello!!!

I followed everything but keep getting command not found... The only difference its that i don&#039;t have my files with in mamp but rather o a folder on my documents...

So y went to my folder where my test is located and on a terminal wrote phpunit tests and got &quot;-bash: /usr/local/bin/phpunit: Permission denied&quot; wich told me that was going to the right place, but then i wrote sudo phpunit tests and got &quot;command not found&quot;

any help i will appreciatte it</description>
		<content:encoded><![CDATA[<p>Hello!!!</p>
<p>I followed everything but keep getting command not found&#8230; The only difference its that i don&#8217;t have my files with in mamp but rather o a folder on my documents&#8230;</p>
<p>So y went to my folder where my test is located and on a terminal wrote phpunit tests and got &#8220;-bash: /usr/local/bin/phpunit: Permission denied&#8221; wich told me that was going to the right place, but then i wrote sudo phpunit tests and got &#8220;command not found&#8221;</p>
<p>any help i will appreciatte it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shoan</title>
		<link>http://mark-kirby.co.uk/2009/installing-phpunit-with-mamp/comment-page-1/#comment-2534</link>
		<dc:creator>Shoan</dc:creator>
		<pubDate>Thu, 21 May 2009 12:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://mark-kirby.co.uk/?p=433#comment-2534</guid>
		<description>Hi,

Wouldn&#039;t it just be easier to add /Applications/MAMP/bin/php5/bin to the $PATH by editing the ~/.bash_profile?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Wouldn&#8217;t it just be easier to add /Applications/MAMP/bin/php5/bin to the $PATH by editing the ~/.bash_profile?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

