summaryrefslogtreecommitdiffstats
path: root/php-phpdocumentor-type-resolver.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpdocumentor-type-resolver.spec')
-rw-r--r--php-phpdocumentor-type-resolver.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-phpdocumentor-type-resolver.spec b/php-phpdocumentor-type-resolver.spec
index 1c78e37..e1cd9f7 100644
--- a/php-phpdocumentor-type-resolver.spec
+++ b/php-phpdocumentor-type-resolver.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-phpdocumentor-type-resolver, from
#
# Fedora spec file for php-phpdocumentor-type-resolver
#
@@ -134,7 +135,7 @@ sed 's#vendor/mockery/mockery/library#%{phpdir}#' phpunit.xml.dist > phpunit.xml
: Upstream tests
RETURN_CODE=0
-for PHP_EXEC in php php56 php70 php71; do
+for PHP_EXEC in php php56 php70 php71 php72; do
if which $PHP_EXEC; then
$PHP_EXEC %{_bindir}/phpunit --verbose --bootstrap bootstrap.php || RETURN_CODE=1
fi