From 3616d808d4d6aa6d2fff29f353215466022e6fdb Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 9 Jan 2019 08:43:49 +0100 Subject: [PATCH] make: phpunit6 -> 7 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8484ff1c8..3177f8eaf 100644 --- a/Makefile +++ b/Makefile @@ -153,7 +153,7 @@ PKGDIR?=${WRKDIR}/pkg MFCDIR?=${WRKDIR}/mfc WANTS= p5-File-Slurp php${CORE_PHP}-pear-PHP_CodeSniffer \ - phpunit6-php${CORE_PHP} py${CORE_PYTHON2}-pycodestyle + phpunit7-php${CORE_PHP} py${CORE_PYTHON2}-pycodestyle .for WANT in ${WANTS} want-${WANT}: @@ -407,7 +407,7 @@ mfc: clean-mfcdir @git checkout master .endfor -test: want-phpunit6-php${CORE_PHP} +test: want-phpunit7-php${CORE_PHP} @if [ "$$(${PKG} query %n-%v ${CORE_NAME})" != "${CORE_NAME}-${CORE_PKGVERSION}" ]; then \ echo "Installed version does not match, expected ${CORE_NAME}-${CORE_PKGVERSION}"; \ exit 1; \