WordPress.org

Make WordPress Core

Changeset 42842


Ignore:
Timestamp:
03/17/18 20:59:30 (6 days ago)
Author:
joemcgill
Message:

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.

Merges [42841] to the 4.9 branch.

Location:
branches/4.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9

  • branches/4.9/tests/phpunit/tests/ajax/UpdatePlugin.php

    r38168 r42842  
    159159                'pluginName'   => 'Hello Dolly', 
    160160                'errorMessage' => 'Plugin update failed.', 
    161                 'oldVersion'   => 'Version 1.6', 
     161                'oldVersion'   => 'Version 1.7', 
    162162                'newVersion'   => '', 
    163163                'debug'        => array( 'The plugin is at the latest version.' ), 
Note: See TracChangeset for help on using the changeset viewer.