Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 395 Bytes

File metadata and controls

18 lines (15 loc) · 395 Bytes

##Integrate PHPunit code coverage on PHPStorm)

sudo apt-get install php5-xdebug
sudo tee -a /etc/php5/apache2/php.ini << EOF
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.profiler_enable=1
EOF
sudo apache2ctl restart

Click on configurations > Edit configurations > + > PHPUnit Name: xxx Defined in the configuration file

Configure PHP interpreter