mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-27 04:24:50 +01:00
Skip test when running with older Psalm
This commit is contained in:
parent
6a2552a210
commit
e081131e4c
@ -12,6 +12,7 @@ Feature: TestCase
|
||||
"""
|
||||
|
||||
Scenario: TestCase::expectException() rejects non-throwables
|
||||
Given I have Psalm newer than "3.0.12" (because of "missing functionality")
|
||||
Given I have the following code
|
||||
"""
|
||||
class MyTestCase extends TestCase
|
||||
|
Loading…
Reference in New Issue
Block a user