Added PHPUnit and friends

This commit is contained in:
Josh Sherman 2012-10-02 15:25:59 -04:00
parent e9dc7d4240
commit 6a492943f9
2 changed files with 9 additions and 1 deletions

1
bashrc
View file

@ -143,6 +143,7 @@ alias mysql="mysql -uroot"
alias mybb="mysql bargainbee"
alias mycs="mysql crowdsavings"
alias mydg="mysql dealgarden"
alias myfr="mysql faveroo"
alias myst="mysql street"
alias myud="mysql urbandealight"

View file

@ -72,7 +72,14 @@ then
launchctl load -w ~/Library/LaunchAgents/homebrew-php.josegonzalez.php53.plist
# Gets PHP how we like it
brew install php53-imagick php53-mcrypt php53-memcache --with-homebrew-php
brew install php53-imagick php53-mcrypt php53-memcache php53-xdebug --with-homebrew-php
# Adds some PEAR to the recipe
pear update-channels
sudo pear upgrade-all
sudo pear channel-discover pear.phpunit.de
sudo pear channel-discover pear.symfony.com
pear install --alldeps phpunit/PHPUnit
brew linkapps