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.


Built from https://develop.svn.wordpress.org/trunk@41262


git-svn-id: http://core.svn.wordpress.org/trunk@41102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2017-08-18 10:27:43 +00:00
parent 01be3075b6
commit 190012c409
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41261';
$wp_version = '4.9-alpha-41262';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.