summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-global-state9.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-sebastian-global-state9.spec b/php-sebastian-global-state9.spec
index 4fc41d5..56e9651 100644
--- a/php-sebastian-global-state9.spec
+++ b/php-sebastian-global-state9.spec
@@ -111,7 +111,7 @@ ret=0
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 \
+ %{_bindir}/phpunit13 --bootstrap vendor/autoload.php \
|| ret=1
fi
done