From c5eb55a8f62489eebc510d0facb84bba6d44ce54 Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 5 Feb 2025 20:04:45 +0300 Subject: [PATCH] Enable annotation support for tests to be completed successfully on symfony7. --- tests/App/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/App/config.yml b/tests/App/config.yml index 82ec684f..c8456133 100644 --- a/tests/App/config.yml +++ b/tests/App/config.yml @@ -2,6 +2,7 @@ # Tests/App/config.yml framework: + annotations: ~ secret: secret test: true router: { resource: "%kernel.project_dir%/routing.yml" }