Revert "Feature/mock server bundle recipe 1.0 (#1488)"

This reverts commit 2169853b90.
This commit is contained in:
Fabien Potencier
2023-03-09 16:08:04 +01:00
parent 2169853b90
commit e8feb33495
2 changed files with 0 additions and 17 deletions
@@ -1,6 +0,0 @@
framework:
http_client:
mock_server:
host_url: '%env(MOCK_SERVER_HOST)%'
mocks_directory: '%kernel.project_dir%/tests/apiMocks'
@@ -1,11 +0,0 @@
{
"bundles": {
"YourITServices\\MockServerBundle\\MockServerBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MOCK_SERVER_HOST": "http://mock-api:1080"
}
}