Site Health: Correct the quotes for the tested
value of mock plugin data in auto-updates test.
Follow-up to [48584]. See #50662. git-svn-id: https://develop.svn.wordpress.org/trunk@48587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
285fa03b3a
commit
6e94ee644f
@ -2347,7 +2347,7 @@ class WP_Site_Health {
|
|||||||
'slug' => 'a-fake-plugin',
|
'slug' => 'a-fake-plugin',
|
||||||
'plugin' => 'a-fake-plugin/a-fake-plugin.php',
|
'plugin' => 'a-fake-plugin/a-fake-plugin.php',
|
||||||
'new_version' => '9.9',
|
'new_version' => '9.9',
|
||||||
'url' => 'https://wordpress.org/plugins/a-fake-plugin',
|
'url' => 'https://wordpress.org/plugins/a-fake-plugin/',
|
||||||
'package' => 'https://downloads.wordpress.org/plugin/a-fake-plugin.9.9.zip',
|
'package' => 'https://downloads.wordpress.org/plugin/a-fake-plugin.9.9.zip',
|
||||||
'icons' => array(
|
'icons' => array(
|
||||||
'2x' => 'https://ps.w.org/a-fake-plugin/assets/icon-256x256.png',
|
'2x' => 'https://ps.w.org/a-fake-plugin/assets/icon-256x256.png',
|
||||||
@ -2358,7 +2358,7 @@ class WP_Site_Health {
|
|||||||
'1x' => 'https://ps.w.org/a-fake-plugin/assets/banner-772x250.png',
|
'1x' => 'https://ps.w.org/a-fake-plugin/assets/banner-772x250.png',
|
||||||
),
|
),
|
||||||
'banners_rtl' => array(),
|
'banners_rtl' => array(),
|
||||||
'tested' => `5.5.0`,
|
'tested' => '5.5.0',
|
||||||
'requires_php' => '5.6.20',
|
'requires_php' => '5.6.20',
|
||||||
'compatibility' => new stdClass(),
|
'compatibility' => new stdClass(),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user