↧
Answer by Jeff Mattson for Suppress Warnings in Simpletest JUnit XML output...
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!
View ArticleSuppress Warnings in Simpletest JUnit XML output in Jenkins
I am working with a Drupal 7 multisite installation that is inside a Vagrant created VM. I am using Jenkins to run Simpletests on a few sites in this environment. The output of these tests is in JUnit...
View Article