From 62e82e7c1edc2967d3580b663db7dd4bd2ff1a4d Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Tue, 3 Nov 2020 00:13:31 +0200 Subject: [PATCH] Fixed tests by adjusting the expectations to what Psalm now produces --- 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 34774c3..8fbc8a4 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\|property) \$this->i, but no constructor/ | + | Type | Message | + | MissingConstructor | /NS\\MyTestCase has an uninitialized (variable\|property) (\$this->\|NS\\MyTestCase::\$)i, but no constructor/ | And I see no other errors Scenario: Missing data provider is reported