From 91fe4ec1efa07725be355f800d433d2cde3fc6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Fri, 8 Oct 2021 07:44:18 +0200 Subject: [PATCH] Create Kernel.feature --- tests/acceptance/acceptance/Kernel.feature | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/acceptance/acceptance/Kernel.feature diff --git a/tests/acceptance/acceptance/Kernel.feature b/tests/acceptance/acceptance/Kernel.feature new file mode 100644 index 00000000..1593b7b0 --- /dev/null +++ b/tests/acceptance/acceptance/Kernel.feature @@ -0,0 +1,27 @@ +@symfony-5 +Feature: Kernel + + Background: + Given I have Symfony plugin enabled + + Scenario: MixedOperand error about $environment is not raised + Given I have the following code + """ + import('../config/{packages}/' . $this->environment . '/*.yaml'); + } + } + """ + When I run Psalm + Then I see no errors