I was able to suppress these warnings and notices by adding:
error_reporting(E_ERROR);
To the top of the the global settings file.
All tests passed!
↧
Answer by Jeff Mattson for Suppress Warnings in Simpletest JUnit XML output in Jenkins
↧