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