From 8dc28e30cb14ba9c19845b858b7ab7b6d79d8088 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Nov 2021 07:54:28 +0100 Subject: additional fix for PHP 8 --- phpunit7.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'phpunit7.spec') 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 - 7.5.20-8 +- additional fix for PHP 8 + * Fri Sep 10 2021 Remi Collet - 7.5.20-7 - add minimal patch for PHP 8.1 -- cgit