Skip test when running with older Psalm

This commit is contained in:
Bruce Weirdan 2019-02-14 13:48:46 +02:00
parent 6a2552a210
commit e081131e4c
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

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