From 54c50d64efe55e2275028641c8cca571a620f981 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Sat, 19 Sep 2020 00:52:59 +0300 Subject: [PATCH] Adjust expectations to what Psalm now reports --- tests/acceptance/TestCase.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/TestCase.feature b/tests/acceptance/TestCase.feature index d987ccf..34774c3 100644 --- a/tests/acceptance/TestCase.feature +++ b/tests/acceptance/TestCase.feature @@ -142,8 +142,8 @@ Feature: TestCase """ When I run Psalm Then I see these errors - | Type | Message | - | MissingConstructor | NS\MyTestCase has an uninitialized variable $this->i, but no constructor | + | Type | Message | + | MissingConstructor | /NS\\MyTestCase has an uninitialized (variable\|property) \$this->i, but no constructor/ | And I see no other errors Scenario: Missing data provider is reported