From 5ee7f7dfdbed1e297ab53354003dcc34f2d79dcb Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 18 Aug 2017 10:26:50 +0000 Subject: [PATCH] Tests: Rename ignored tests in `phpunit.xml.dist`. Some of the files renamed in [41261] are listed in `phpunit.xml.dist`, as they need to be ignore in PHP 5.2. This followup commit changes `phpunit.xml.dist` to match their new names. See #41658. git-svn-id: https://develop.svn.wordpress.org/trunk@41262 602fd350-edb4-49c9-b593-d223f7449a82 --- phpunit.xml.dist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0bb64916ad..6297c52dc3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,13 +10,13 @@ tests/phpunit/tests tests/phpunit/tests/actions/closures.php tests/phpunit/tests/image/editor.php - tests/phpunit/tests/image/editor_gd.php - tests/phpunit/tests/image/editor_imagick.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/editor_gd.php - tests/phpunit/tests/image/editor_imagick.php + tests/phpunit/tests/image/editorGd.php + tests/phpunit/tests/image/editorImagick.php tests/phpunit/tests/oembed/headers.php