summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-php-token-stream3.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-php-token-stream3.spec b/php-phpunit-php-token-stream3.spec
index 1c1ffa4..e458c30 100644
--- a/php-phpunit-php-token-stream3.spec
+++ b/php-phpunit-php-token-stream3.spec
@@ -88,7 +88,7 @@ touch vendor/autoload.php
: Run upstream test suite
ret=0
-for cmd in php php70 php71 php72; do
+for cmd in php php71 php72; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
%{_bindir}/phpunit7 --verbose || ret=1