mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +01:00
Merge pull request #95 from weirdan/fix-tests
Fixed tests by adjusting the expectations to what Psalm now produces
This commit is contained in:
commit
9948b21d1b
@ -143,7 +143,7 @@ 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/ |
|
||||
| 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
|
||||
|
Loading…
Reference in New Issue
Block a user