Added path for PHPunit
This commit is contained in:
parent
6a492943f9
commit
4009e9e50a
1 changed files with 2 additions and 1 deletions
3
setup.sh
3
setup.sh
|
@ -78,6 +78,7 @@ then
|
|||
pear update-channels
|
||||
sudo pear upgrade-all
|
||||
sudo pear channel-discover pear.phpunit.de
|
||||
sudo pear channel-discover components.ez.no
|
||||
sudo pear channel-discover pear.symfony.com
|
||||
pear install --alldeps phpunit/PHPUnit
|
||||
|
||||
|
@ -91,7 +92,7 @@ then
|
|||
|
||||
# Adds paths and custom .bashrc
|
||||
echo "
|
||||
export PATH=\"/usr/local/sbin:$PWD/git/scripts:/usr/local/Cellar/flex_sdk/4.6.0.23201/libexec/bin:$PATH\"
|
||||
export PATH=\"/usr/local/sbin:$PWD/git/scripts:/usr/local/Cellar/flex_sdk/4.6.0.23201/libexec/bin:/usr/local/Cellar/php53/5.3.16/bin:$PATH\"
|
||||
|
||||
if [ -f $PWD/bashrc ] && ! shopt -oq posix;
|
||||
then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue