Merge pull request #95 from weirdan/fix-tests

Fixed tests by adjusting the expectations to what Psalm now produces
This commit is contained in:
Bruce Weirdan 2020-11-03 00:30:14 +02:00 committed by GitHub
commit 9948b21d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,8 +142,8 @@ Feature: TestCase
""" """
When I run Psalm When I run Psalm
Then I see these errors Then I see these errors
| Type | Message | | Type | Message |
| MissingConstructor | /NS\\MyTestCase has an uninitialized (variable\|property) \$this->i, but no constructor/ | | MissingConstructor | /NS\\MyTestCase has an uninitialized (variable\|property) (\$this->\|NS\\MyTestCase::\$)i, but no constructor/ |
And I see no other errors And I see no other errors
Scenario: Missing data provider is reported Scenario: Missing data provider is reported