From 747a327c3cb71649c0d9812882286b2785ce11c8 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 17 May 2016 20:22:57 +0000 Subject: [PATCH] Set a whitelist for PHPUnit code coverage. PHPUnit requires a whitelist as of version 5 in order to generate code coverage. See https://github.com/sebastianbergmann/phpunit-documentation/issues/335 . Fixes #36867. git-svn-id: https://develop.svn.wordpress.org/trunk@37449 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 15b4efb24d..415ec76994 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -43,4 +43,9 @@ + + + src + +