Make WordPress Core

Changeset 43902


Ignore:
Timestamp:
11/16/2018 12:01:47 AM (6 years ago)
Author:
pento
Message:

Tests: Update a test that relied on the Hello Dolly plugin version.

[43900] changed the plugin version, causing a unit test failure.

See #45345.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/tests/phpunit/tests/ajax/UpdatePlugin.php

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