Skip to content
Snippets Groups Projects
Commit 7129d6bf authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'add/xdebug' into 'main'

Enable Xdebug

See merge request !18
parents b04025e0 2003e0d8
Branches
No related tags found
1 merge request!18Enable Xdebug
...@@ -14,3 +14,6 @@ before_script: ...@@ -14,3 +14,6 @@ before_script:
# PHPUnit requirements # PHPUnit requirements
- composer global require yoast/phpunit-polyfills - composer global require yoast/phpunit-polyfills
# Enable Xdebug for coverage reports
- echo "extension=xdebug.so\nxdebug.mode=coverage" > /usr/local/etc/php/conf.d/xdebug.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment