From b57f4431868bf48832a71814e6fd2e91b83dc043 Mon Sep 17 00:00:00 2001 From: Korikulum Date: Thu, 30 Aug 2018 14:41:46 +0200 Subject: [PATCH] Set framework.router.strict_requirements to true in test env by default --- symfony/routing/3.3/config/packages/test/routing.yaml | 3 +++ symfony/routing/4.0/config/packages/test/routing.yaml | 3 +++ symfony/routing/4.2/config/packages/test/routing.yaml | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 symfony/routing/3.3/config/packages/test/routing.yaml create mode 100644 symfony/routing/4.0/config/packages/test/routing.yaml create mode 100644 symfony/routing/4.2/config/packages/test/routing.yaml diff --git a/symfony/routing/3.3/config/packages/test/routing.yaml b/symfony/routing/3.3/config/packages/test/routing.yaml new file mode 100644 index 00000000..4116679a --- /dev/null +++ b/symfony/routing/3.3/config/packages/test/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + strict_requirements: true diff --git a/symfony/routing/4.0/config/packages/test/routing.yaml b/symfony/routing/4.0/config/packages/test/routing.yaml new file mode 100644 index 00000000..4116679a --- /dev/null +++ b/symfony/routing/4.0/config/packages/test/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + strict_requirements: true diff --git a/symfony/routing/4.2/config/packages/test/routing.yaml b/symfony/routing/4.2/config/packages/test/routing.yaml new file mode 100644 index 00000000..4116679a --- /dev/null +++ b/symfony/routing/4.2/config/packages/test/routing.yaml @@ -0,0 +1,3 @@ +framework: + router: + strict_requirements: true