Make WordPress Core

Changeset 41619


Ignore:
Timestamp:
09/27/2017 03:14:53 PM (7 years ago)
Author:
swissspidy
Message:

Upgrade/Install: Update unit tests after [41611].

See #40764.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/ManageThemes.php

    r38710 r41619  
    9494                'slug'         => 'foo',
    9595                'errorMessage' => 'Sorry, you are not allowed to update themes for this site.',
     96                'oldVersion'   => '',
    9697                'newVersion'   => '',
    9798            ),
     
    128129                'slug'         => 'twentyten',
    129130                'errorMessage' => 'The theme is at the latest version.',
     131                'oldVersion'   => '2.3',
    130132                'newVersion'   => '',
    131133                'debug'        => array( 'The theme is at the latest version.' ),
     
    157159                'update'       => 'theme',
    158160                'slug'         => 'camelCase',
     161                'oldVersion'   => '1.0',
    159162                'newVersion'   => '',
    160163                'errorMessage' => 'The theme is at the latest version.',
Note: See TracChangeset for help on using the changeset viewer.