Skip to content

Commit

Permalink
Adjust expectations to what Psalm now reports
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Sep 18, 2020
1 parent e074fe3 commit 54c50d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/TestCase.feature
Expand Up @@ -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
Expand Down

0 comments on commit 54c50d6

Please sign in to comment.