From 40bbe55b8e5829eb0de53b0e49bba8dc288335ec Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Aug 2021 12:52:58 +0000 Subject: [PATCH] Build/Test Tools: Add schema reference to PHPUnit config files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current config files validate against the PHPUnit XSD schema for config files for PHPUnit 5.7 – 9.2. The schema was changed in PHPUnit 9.3, and the `filter` and `logging` settings were deprecated in favor of `coverage` and a different format for `logging`. This commit explicitly sets the schema against which the files currently validate, for clarity. Props jrf. See #53363. git-svn-id: https://develop.svn.wordpress.org/trunk@51583 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 2 ++ tests/phpunit/multisite.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7a2cef3378..39722fe0a9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,4 +1,6 @@