Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests.

See #47632.


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


git-svn-id: http://core.svn.wordpress.org/trunk@45399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-07-02 04:43:57 +00:00
parent b57d185bb1
commit 073f379fd3

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45587';
$wp_version = '5.3-alpha-45588';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.