Changeset 41619
- Timestamp:
- 09/27/2017 03:14:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ManageThemes.php
r38710 r41619 94 94 'slug' => 'foo', 95 95 'errorMessage' => 'Sorry, you are not allowed to update themes for this site.', 96 'oldVersion' => '', 96 97 'newVersion' => '', 97 98 ), … … 128 129 'slug' => 'twentyten', 129 130 'errorMessage' => 'The theme is at the latest version.', 131 'oldVersion' => '2.3', 130 132 'newVersion' => '', 131 133 'debug' => array( 'The theme is at the latest version.' ), … … 157 159 'update' => 'theme', 158 160 'slug' => 'camelCase', 161 'oldVersion' => '1.0', 159 162 'newVersion' => '', 160 163 'errorMessage' => 'The theme is at the latest version.',
Note: See TracChangeset
for help on using the changeset viewer.