From 6d8637097a417003ad27639f4a8c5577bf7273a5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2019 15:54:47 +0000 Subject: [PATCH] Build/Test Tools: Reorder `` and `` rules in `phpunit.xml.dist` to avoid warnings in PHPUnit 7.2+. Remove deprecated `logIncompleteSkipped` option that does not exist in PHPUnit 6.0+. See #43218. git-svn-id: https://develop.svn.wordpress.org/trunk@44702 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e75016754a..780e8db51d 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -8,17 +8,17 @@ tests/phpunit/tests + tests/phpunit/tests/actions/closures.php + tests/phpunit/tests/image/editor.php + tests/phpunit/tests/image/editorGd.php + tests/phpunit/tests/image/editorImagick.php + tests/phpunit/tests/oembed/headers.php tests/phpunit/tests/actions/closures.php tests/phpunit/tests/image/editor.php tests/phpunit/tests/image/editorGd.php tests/phpunit/tests/image/editorImagick.php tests/phpunit/tests/oembed/headers.php tests/phpunit/tests/rest-api/rest-autosaves-controller.php - tests/phpunit/tests/actions/closures.php - tests/phpunit/tests/image/editor.php - tests/phpunit/tests/image/editorGd.php - tests/phpunit/tests/image/editorImagick.php - tests/phpunit/tests/oembed/headers.php @@ -34,7 +34,7 @@ - + @@ -55,6 +55,13 @@ src + src/wp-includes/ID3 + src/wp-includes/IXR + src/wp-includes/random_compat + src/wp-includes/Requests + src/wp-includes/SimplePie + src/wp-includes/Text + src/wp-admin/includes/class-ftp* src/wp-admin/includes/class-pclzip.php src/wp-admin/includes/deprecated.php @@ -74,13 +81,6 @@ src/wp-includes/ms-deprecated.php src/wp-includes/pluggable-deprecated.php src/wp-includes/rss.php - - src/wp-includes/ID3 - src/wp-includes/IXR - src/wp-includes/random_compat - src/wp-includes/Requests - src/wp-includes/SimplePie - src/wp-includes/Text