forked from Wavyzz/dolibarr
# Qual/Fix Win-CI Check that the PHPUNIT step really completed The program under test can abruptly abort the PHPUNIT test case by calling exit which results in no error code - it then appears as if the test was successful. This adds a grep on the last lines looking for the summary information from phpunit. If absent, the step fails