Skip to content

Commit c64ef0b

Browse files
committed
Add PHP XDebug ( needed for coverage generation)
1 parent 342df73 commit c64ef0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
1414
sudo apt-get install -y php5-intl
1515
fi
1616
# Install dependencies
17-
sudo apt-get install -y apache2 libapache2-mod-php5 php-pear php5-curl php5-sqlite acl curl git
17+
sudo apt-get install -y apache2 libapache2-mod-php5 php-pear php5-xdebug php5-curl php5-sqlite acl curl git
1818
# Enable Apache configs
1919
sudo a2enmod rewrite
2020
sudo a2enmod alias

0 commit comments

Comments
 (0)