diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-07 18:20:40 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-07 18:20:40 +0100 |
commit | 1fb24bbd122cb9513e69058010054af624db6c99 (patch) | |
tree | a7aa05608db079a972310bf9c839d64e7a08fcb9 /e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch | |
parent | 143b2672dcccea250f370a12a0c6b47480d85827 (diff) |
upstream patch
Diffstat (limited to 'e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch')
-rw-r--r-- | e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch b/e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch new file mode 100644 index 0000000..42c902f --- /dev/null +++ b/e244c19aec6a1f0a2ff9e498b9b4bed22537730a.patch @@ -0,0 +1,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 |