From 9ed30a9bb444cbf98e0203f68169fdde4a29b83a Mon Sep 17 00:00:00 2001
From: Erick Hitter <gitlab-s@mxs.ethitter.com>
Date: Tue, 14 Jun 2022 03:59:52 +0000
Subject: [PATCH] Remove broken Xdebug enable

---
 plugins/templates/before-script.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plugins/templates/before-script.yml b/plugins/templates/before-script.yml
index 7a9ac99..84dacb5 100644
--- a/plugins/templates/before-script.yml
+++ b/plugins/templates/before-script.yml
@@ -14,7 +14,3 @@ before_script:
 
   # PHPUnit requirements
   - composer global require yoast/phpunit-polyfills
-
-  # Enable Xdebug for coverage reports
-  - echo "zend_extension=xdebug.so" > /usr/local/etc/php/conf.d/xdebug.ini
-  - echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
-- 
GitLab