diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-05 12:09:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-05 12:09:28 +0100 |
commit | 594e9aa9d7989ef30816205c053ec4b954257b59 (patch) | |
tree | f6589e2105896c48315aaa9dd7f1691998785453 /php-sebastian-code-unit3.spec | |
parent | d18840e6ba7f16353da60145ba074f88e8d842f0 (diff) |
minor cleanups
Diffstat (limited to 'php-sebastian-code-unit3.spec')
-rw-r--r-- | php-sebastian-code-unit3.spec | 3 |
1 files changed, 2 insertions, 1 deletions
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 |