From 594e9aa9d7989ef30816205c053ec4b954257b59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Feb 2024 12:09:28 +0100 Subject: minor cleanups --- php-sebastian-code-unit3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php-sebastian-code-unit3.spec') diff --git a/php-sebastian-code-unit3.spec b/php-sebastian-code-unit3.spec index 997fe0d..3308390 100644 --- a/php-sebastian-code-unit3.spec +++ b/php-sebastian-code-unit3.spec @@ -7,6 +7,7 @@ # Please, preserve the changelog entries # +# disabled until phpunit11 available %bcond_with tests # Sources @@ -105,7 +106,7 @@ ret=0 for cmd in php php82 php83; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit10 --bootstrap vendor/autoload.php || ret=1 + %{_bindir}/phpunit11 --bootstrap vendor/autoload.php || ret=1 fi done exit $ret -- cgit