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