Make WordPress Core

Changeset 44230


Ignore:
Timestamp:
12/16/2018 04:54:40 AM (6 years ago)
Author:
desrosj
Message:

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

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

Merges [43902] to trunk.

See #45345.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tests/phpunit/tests/ajax/UpdatePlugin.php

    r42841 r44230  
    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.