From 204990ad584c3079b76fe10e93fc03cbccddaafa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Feb 2024 12:08:56 +0100 Subject: minor cleanups --- php-sebastian-cli-parser3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-sebastian-cli-parser3.spec b/php-sebastian-cli-parser3.spec index f50c2f9..ecf1348 100644 --- a/php-sebastian-cli-parser3.spec +++ b/php-sebastian-cli-parser3.spec @@ -7,6 +7,7 @@ # Please, preserve the changelog entries # +# disabled until phpunit11 available %bcond_with tests # github @@ -91,7 +92,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 || ret=1 + %{_bindir}/phpunit11 || ret=1 fi done exit $ret -- cgit