The OutputTest::testGitLabOutput() was being marked as risky for the first test case (no errors) as no assertions were being run.
This commit adds an extra assertion to prevent this, but also to make the test more thorough as the test will now also fail if the number of errors expected versus received does not match.
The
OutputTest::testGitLabOutput()
was being marked as risky for the first test case (no errors) as no assertions were being run.This commit adds an extra assertion to prevent this, but also to make the test more thorough as the test will now also fail if the number of errors expected versus received does not match.