mvc - rename PHPunit.xml to phpunit.xml so phpunit will pick it up automatically.

This commit is contained in:
Ad Schellevis 2024-10-12 17:10:17 +02:00
parent 85721719af
commit 84437b3812
2 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ test: debug
exit 1; \
fi
@cd ${.CURDIR}/src/opnsense/mvc/tests && \
phpunit --configuration PHPunit.xml || true; \
phpunit || true; \
rm -f .phpunit.result.cache
checkout: