From 2981d6c87076fc8a89135bb4124729ba6a82f5a8 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 29 Nov 2018 17:55:31 +0100
Subject: [PATCH] Do not overwrite templated feature files

---
 src/Handler.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Handler.php b/src/Handler.php
index 3e92a90..ee93c4b 100644
--- a/src/Handler.php
+++ b/src/Handler.php
@@ -98,6 +98,7 @@ class Handler extends BaseHandler {
       ],
       'anonymous.feature' => [
         'dest' => $projectRoot . '/tests/behat/features/basic',
+        'custom' => TRUE,
       ],
       'FeatureContext.php' => [
         'dest' => $projectRoot . '/tests/behat/bootstrap/context',
-- 
GitLab