From e4813189c391f449a6f0a9a38122732d655e1b46 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2019 17:19:14 +0000 Subject: [PATCH] Build/Test Tools: Reorder `` and `` rules in `multisite.xml` to avoid warnings in PHPUnit 7.2+. Missed in [44702]. See #43218. git-svn-id: https://develop.svn.wordpress.org/trunk@44704 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/multisite.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/phpunit/multisite.xml b/tests/phpunit/multisite.xml index 05559cdde4..323c958cd8 100644 --- a/tests/phpunit/multisite.xml +++ b/tests/phpunit/multisite.xml @@ -11,6 +11,10 @@ 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/actions/closures.php tests/phpunit/tests/image/editor.php tests/phpunit/tests/image/editorGd.php @@ -19,10 +23,6 @@ tests/phpunit/tests/rest-api/rest-autosaves-controller.php 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