summaryrefslogtreecommitdiffstats
path: root/e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch
blob: 42c902f9623b9019a1a4eaa9230269d0e54c3de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From e244c19aec6a1f0a2ff9e498b9b4bed22537730a Mon Sep 17 00:00:00 2001
From: Sebastian Bergmann <sb@sebastian-bergmann.de>
Date: Sun, 7 Jan 2018 18:10:51 +0100
Subject: [PATCH] Closes #398

---
 tests/Generator/397.phpt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/Generator/397.phpt b/tests/Generator/397.phpt
index 1259e6f..71e32a4 100644
--- a/tests/Generator/397.phpt
+++ b/tests/Generator/397.phpt
@@ -1,5 +1,8 @@
 --TEST--
 https://github.com/sebastianbergmann/phpunit-mock-objects/issues/397
+--SKIPIF--
+<?php
+if (!version_compare(PHP_VERSION, '7.1', '>=')) print 'skip: PHP >= 7.1 required';
 --FILE--
 <?php
 class C