diff options
-rw-r--r-- | php-sebastian-exporter7.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-exporter7.spec b/php-sebastian-exporter7.spec index 163b9f1..f95cd87 100644 --- a/php-sebastian-exporter7.spec +++ b/php-sebastian-exporter7.spec @@ -99,7 +99,7 @@ ret=0 for cmd in php php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ - %{_bindir}/phpunit12 || ret=1 + %{_bindir}/phpunit12 --bootstrap vendor/autoload.php || ret=1 fi done exit $ret |