diff --git a/RECIPES.md b/RECIPES.md index 772a3a30..9632ff73 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -338,6 +338,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) | | [maba/webpack-bundle](https://packagist.org/packages/maba/webpack-bundle) | [1.0](maba/webpack-bundle/1.0) | | [machy8/webloader-bundle](https://packagist.org/packages/machy8/webloader-bundle) | [1.1](machy8/webloader-bundle/1.1) | +| [macpaw/behat-doctrine-fixtures](https://packagist.org/packages/macpaw/behat-doctrine-fixtures) | [1.0](macpaw/behat-doctrine-fixtures/1.0) | | [macpaw/behat-nelmio-describer](https://packagist.org/packages/macpaw/behat-nelmio-describer) | [1.0](macpaw/behat-nelmio-describer/1.0) | | [macpaw/behat-redis-context](https://packagist.org/packages/macpaw/behat-redis-context) | [1.0](macpaw/behat-redis-context/1.0) | | [macpaw/sentry-monolog-adapter](https://packagist.org/packages/macpaw/sentry-monolog-adapter) | [0.0](macpaw/sentry-monolog-adapter/0.0) | diff --git a/archived/macpaw.behat-doctrine-fixtures/c354cde7cb3f8c9812760cf0648c73dfe4962ace.json b/archived/macpaw.behat-doctrine-fixtures/c354cde7cb3f8c9812760cf0648c73dfe4962ace.json new file mode 100644 index 00000000..96aedb33 --- /dev/null +++ b/archived/macpaw.behat-doctrine-fixtures/c354cde7cb3f8c9812760cf0648c73dfe4962ace.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "macpaw/behat-doctrine-fixtures": { + "manifest": { + "bundles": { + "BehatDoctrineFixtures\\BehatDoctrineFixturesBundle": [ + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "Read the documentation at https://github.com/MacPaw/behat-doctrine-fixtures", + "BehatDoctrineFixtures is registered in the test environment.", + "Add this to your behat.yml to finish setup:", + "...", + "contexts:", + " - BehatDoctrineFixtures\\Context\\DatabaseContext", + "..." + ] + }, + "files": { + "config/packages/test/behat_doctrine_fixtures.yaml": { + "contents": [ + "behat_doctrine_fixtures:", + " connections:", + " default:", + " database_fixtures_paths:", + " - \"PATH_TO_FIXTURES_FOLDER\"", + "" + ], + "executable": false + } + }, + "ref": "c354cde7cb3f8c9812760cf0648c73dfe4962ace" + } + } +} diff --git a/index.json b/index.json index e8fd769c..6d866a66 100644 --- a/index.json +++ b/index.json @@ -1074,6 +1074,9 @@ "machy8/webloader-bundle": [ "1.1" ], + "macpaw/behat-doctrine-fixtures": [ + "1.0" + ], "macpaw/behat-nelmio-describer": [ "1.0" ], diff --git a/macpaw.behat-doctrine-fixtures.1.0.json b/macpaw.behat-doctrine-fixtures.1.0.json new file mode 100644 index 00000000..96aedb33 --- /dev/null +++ b/macpaw.behat-doctrine-fixtures.1.0.json @@ -0,0 +1,39 @@ +{ + "manifests": { + "macpaw/behat-doctrine-fixtures": { + "manifest": { + "bundles": { + "BehatDoctrineFixtures\\BehatDoctrineFixturesBundle": [ + "test" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + "Read the documentation at https://github.com/MacPaw/behat-doctrine-fixtures", + "BehatDoctrineFixtures is registered in the test environment.", + "Add this to your behat.yml to finish setup:", + "...", + "contexts:", + " - BehatDoctrineFixtures\\Context\\DatabaseContext", + "..." + ] + }, + "files": { + "config/packages/test/behat_doctrine_fixtures.yaml": { + "contents": [ + "behat_doctrine_fixtures:", + " connections:", + " default:", + " database_fixtures_paths:", + " - \"PATH_TO_FIXTURES_FOLDER\"", + "" + ], + "executable": false + } + }, + "ref": "c354cde7cb3f8c9812760cf0648c73dfe4962ace" + } + } +}