Added PHPUnit and friends
This commit is contained in:
parent
e9dc7d4240
commit
6a492943f9
2 changed files with 9 additions and 1 deletions
1
bashrc
1
bashrc
|
@ -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"
|
||||
|
||||
|
|
9
setup.sh
9
setup.sh
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue