From f2c287aaeebbca5a4b06eab1612d010660398469 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Sat, 12 Dec 2020 18:06:45 +0000 Subject: [PATCH] Build/Test Tools: Remove PHPUnit 3.6.x specific settings from the multisite configuration. In PHPUnit 3.6.x, `exclude` and `file` paths were required to be relative to the checkout root. This changed in PHPUnit 4 when the path requirements were changed require them to be relative to the configuration file. Since PHPUnit 3.6.x is only used to test on PHP 5.2 in older branches and is no longer supported, these can be safely removed from the configuration file. See #51802. git-svn-id: https://develop.svn.wordpress.org/trunk@49796 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/multisite.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/phpunit/multisite.xml b/tests/phpunit/multisite.xml index 840bd0188d..a326419d97 100644 --- a/tests/phpunit/multisite.xml +++ b/tests/phpunit/multisite.xml @@ -12,16 +12,10 @@ tests - - tests/phpunit/tests/rest-api/rest-autosaves-controller.php - tests/rest-api/rest-autosaves-controller.php - - tests/phpunit/tests/rest-api/rest-autosaves-controller.php - tests/rest-api/rest-autosaves-controller.php