diff --git a/src/Handler.php b/src/Handler.php index 3e92a90cad57013fe0b9f549801c98f6a6f048e4..ee93c4b528bcc92efc2985b9141237acc6840761 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',