diff options
| -rw-r--r-- | php-sebastian-type7.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php-sebastian-type7.spec b/php-sebastian-type7.spec index 91f79e3..c7ae099 100644 --- a/php-sebastian-type7.spec +++ b/php-sebastian-type7.spec @@ -92,10 +92,10 @@ EOF : Run upstream test suite ret=0 -for cmd in php php83 php84 php85; do +for cmd in php php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit12 --bootstrap vendor/autoload.php --no-coverage || ret=1 + %{_bindir}/phpunit13 --bootstrap vendor/autoload.php --no-coverage || ret=1 fi done exit $ret |
