From 14daaf39e5d1d1b8493a2bd0bd18795b81951651 Mon Sep 17 00:00:00 2001 From: Ihor Roik <46721494+IiiigorGG@users.noreply.github.com> Date: Thu, 15 Dec 2022 08:14:52 +0100 Subject: [PATCH] add behat-nelmio-describer config (#1446) --- .../1.0/config/packages/behat_nelmio_describer.yaml | 2 ++ macpaw/behat-nelmio-describer/1.0/manifest.json | 8 ++++++++ macpaw/behat-nelmio-describer/1.0/post-install.txt | 1 + 3 files changed, 11 insertions(+) create mode 100644 macpaw/behat-nelmio-describer/1.0/config/packages/behat_nelmio_describer.yaml create mode 100644 macpaw/behat-nelmio-describer/1.0/manifest.json create mode 100644 macpaw/behat-nelmio-describer/1.0/post-install.txt diff --git a/macpaw/behat-nelmio-describer/1.0/config/packages/behat_nelmio_describer.yaml b/macpaw/behat-nelmio-describer/1.0/config/packages/behat_nelmio_describer.yaml new file mode 100644 index 00000000..5d6b929e --- /dev/null +++ b/macpaw/behat-nelmio-describer/1.0/config/packages/behat_nelmio_describer.yaml @@ -0,0 +1,2 @@ +behat_nelmio_describer: + behat_test_path: '%kernel.project_dir%/features' diff --git a/macpaw/behat-nelmio-describer/1.0/manifest.json b/macpaw/behat-nelmio-describer/1.0/manifest.json new file mode 100644 index 00000000..d866d61e --- /dev/null +++ b/macpaw/behat-nelmio-describer/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "BehatNelmioDescriber\\BehatNelmioDescriberBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/macpaw/behat-nelmio-describer/1.0/post-install.txt b/macpaw/behat-nelmio-describer/1.0/post-install.txt new file mode 100644 index 00000000..5b1a83b8 --- /dev/null +++ b/macpaw/behat-nelmio-describer/1.0/post-install.txt @@ -0,0 +1 @@ + * Read the documentation at https://github.com/MacPaw/behat-nelmio-describer