Adjust expectations to what Psalm now reports

This commit is contained in:
Bruce Weirdan 2020-09-19 00:52:59 +03:00
parent e074fe3e42
commit 54c50d64ef
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -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