mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Tests: Update a test that relied on the Hello Dolly plugin version.
[43900] changed the plugin version, causing a unit test failure. See #45345. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43902 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0fc49bfb89
commit
3d4b1f1229
@ -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.7',
|
||||
'oldVersion' => 'Version 1.7.1',
|
||||
'newVersion' => '',
|
||||
'debug' => array( 'The plugin is at the latest version.' ),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user