From ad71116f382a4810d947147d4b4a7e7b681ea923 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2019 17:20:06 +0000 Subject: [PATCH] Coding Standards: Replace spaced indentation sections of `phpunit.xml.dist`, `multisite.xml`, and `build.xml` with tabs. Props netweb, desrosj. See #43218. git-svn-id: https://develop.svn.wordpress.org/trunk@44705 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 80 +++++++++++++------------- tests/phpunit/build.xml | 24 ++++---- tests/phpunit/multisite.xml | 110 ++++++++++++++++++------------------ 3 files changed, 107 insertions(+), 107 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 780e8db51d..faef186978 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,44 +1,44 @@ - - - - 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/rest-api/rest-autosaves-controller.php - - - - - ajax - ms-files - ms-required - external-http - - - - - - - - + bootstrap="tests/phpunit/includes/bootstrap.php" + backupGlobals="false" + colors="true" + beStrictAboutTestsThatDoNotTestAnything="true" + > + + + + 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/rest-api/rest-autosaves-controller.php + + + + + ajax + ms-files + ms-required + external-http + + + + + + + + diff --git a/tests/phpunit/build.xml b/tests/phpunit/build.xml index f770794861..ff8234bc50 100644 --- a/tests/phpunit/build.xml +++ b/tests/phpunit/build.xml @@ -1,15 +1,15 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/phpunit/multisite.xml b/tests/phpunit/multisite.xml index 323c958cd8..0854ca4737 100644 --- a/tests/phpunit/multisite.xml +++ b/tests/phpunit/multisite.xml @@ -1,58 +1,58 @@ - - - - - - - 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 - tests/phpunit/tests/image/editorImagick.php - - 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 - - - - - ajax - ms-files - ms-excluded - external-http - oembed-headers - - - - - - - - - - - 150 - - - - - + backupGlobals="false" + colors="true" + beStrictAboutTestsThatDoNotTestAnything="true" + > + + + + + + + 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 + tests/phpunit/tests/image/editorImagick.php + + 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 + + + + + ajax + ms-files + ms-excluded + external-http + oembed-headers + + + + + + + + + + + 150 + + + + +