From 2c7e71c04dfa052d30f989ef5783632602dc7360 Mon Sep 17 00:00:00 2001 From: webeweb Date: Tue, 28 May 2024 14:38:34 +0200 Subject: [PATCH] Update test configurations --- tests/Fixtures/app/config/config_test.old.yml | 4 ---- tests/Fixtures/app/config/config_test.yml | 4 ---- tests/Fixtures/app/config/services_test.yml | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/tests/Fixtures/app/config/config_test.old.yml b/tests/Fixtures/app/config/config_test.old.yml index 5d88cba..d9dc505 100644 --- a/tests/Fixtures/app/config/config_test.old.yml +++ b/tests/Fixtures/app/config/config_test.old.yml @@ -46,7 +46,3 @@ monolog: twig: debug: "%kernel.debug%" strict_variables: "%kernel.debug%" - -# Bootstrap configuration: -wbw_bootstrap: - version: 3 diff --git a/tests/Fixtures/app/config/config_test.yml b/tests/Fixtures/app/config/config_test.yml index d7388b8..70838dc 100644 --- a/tests/Fixtures/app/config/config_test.yml +++ b/tests/Fixtures/app/config/config_test.yml @@ -49,7 +49,3 @@ monolog: twig: debug: "%kernel.debug%" strict_variables: "%kernel.debug%" - -# Bootstrap configuration: -wbw_bootstrap: - version: 3 diff --git a/tests/Fixtures/app/config/services_test.yml b/tests/Fixtures/app/config/services_test.yml index 133432e..750e454 100644 --- a/tests/Fixtures/app/config/services_test.yml +++ b/tests/Fixtures/app/config/services_test.yml @@ -2,7 +2,7 @@ services: WBW\Bundle\EDMBundle\Tests\Fixtures\Controller\TestViewsController: - public: false + public: true calls: - [ "setContainer", [ "@Psr\\Container\\ContainerInterface" ] ] tags: