ohdearapp / gitlab-ci-pipeline-for-laravel

A Gitlab CI/CD pipeline optimized for use with Laravel applications
https://ohdear.app
331 stars 108 forks source link

Disable xdebug when running phpunit #2

Closed thijsvdanker closed 5 years ago

thijsvdanker commented 5 years ago

When not using the coverage options of phpunit, xdebug slows down testing significantly.

Thanks to @JasonVarga for his gist: https://gist.github.com/jasonvarga/6f97a6faf870b32067982eea068d3e71

mattiasgeniar commented 5 years ago

Aah nice one, thanks for the contribution!