From 9f9ff6afed4485ece220c88ad03fefcb20913a2a Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Sat, 17 Mar 2018 20:57:00 +0000 Subject: [PATCH] Update unit test following r42839. This updates the expected version number for Hello Dolly in `Tests_Ajax_Update_Plugin::test_update_plugin` following [42839]. See #43555. git-svn-id: https://develop.svn.wordpress.org/trunk@42841 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/ajax/UpdatePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/ajax/UpdatePlugin.php b/tests/phpunit/tests/ajax/UpdatePlugin.php index b75603fd36..39bac2eec4 100644 --- a/tests/phpunit/tests/ajax/UpdatePlugin.php +++ b/tests/phpunit/tests/ajax/UpdatePlugin.php @@ -158,7 +158,7 @@ class Tests_Ajax_Update_Plugin extends WP_Ajax_UnitTestCase { 'plugin' => 'hello.php', 'pluginName' => 'Hello Dolly', 'errorMessage' => 'Plugin update failed.', - 'oldVersion' => 'Version 1.6', + 'oldVersion' => 'Version 1.7', 'newVersion' => '', 'debug' => array( 'The plugin is at the latest version.' ), ),