Skip to content

Commit 72c1367

Browse files
committed
MQE-1479: PHP 7.3 Support
- Undoing phpunit version skip
1 parent 07d7100 commit 72c1367

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bin/phpunit-checks

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --cove
1515
echo "==============================="
1616
echo " UNIT TEST COVERAGE"
1717
echo "==============================="
18-
if [[ ${TRAVIS_PHP_VERSION:0:3} != "7.3" ]]
19-
then vendor/bin/coverage-check clover.xml $UNIT_COVERAGE_THRESHOLD
20-
fi
18+
vendor/bin/coverage-check clover.xml $UNIT_COVERAGE_THRESHOLD
2119

2220
echo "==============================="
2321
echo " VERIFICATION TESTS"

0 commit comments

Comments
 (0)