summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-23 07:54:28 +0100
committerRemi Collet <remi@php.net>2021-11-23 07:54:28 +0100
commit8dc28e30cb14ba9c19845b858b7ab7b6d79d8088 (patch)
tree39bab9258629c9c9e6fb0e2527bf6d8a04a04934 /phpunit7.spec
parent7a689f4a312ed0220ec3fccc1a11573298413b3c (diff)
additional fix for PHP 8
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec6
1 files changed, 4 insertions, 2 deletions
diff --git a/phpunit7.spec b/phpunit7.spec
index 0ca8082..38db195 100644
--- a/phpunit7.spec
+++ b/phpunit7.spec
@@ -28,7 +28,7 @@
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD
@@ -269,7 +269,6 @@ for cmd in php php73 php74 php80 php81; do
FILTER="testStaticAttributesBackupPre"
fi
if [ $VER -ge 80000 ]; then
- FILTER="$FILTER|testResourceTypeCanBeAsserted|testNotResourceTypeCanBeAsserted"
FILTER="$FILTER|testCountTraversable|testConstraintTraversableCheckForObjectIdentityForDefaultCase"
OPT="$OPT --filter '^((?!($FILTER)).)*$'"
fi
@@ -293,6 +292,9 @@ exit $ret
%changelog
+* Tue Nov 23 2021 Remi Collet <remi@remirepo.net> - 7.5.20-8
+- additional fix for PHP 8
+
* Fri Sep 10 2021 Remi Collet <remi@remirepo.net> - 7.5.20-7
- add minimal patch for PHP 8.1