Changeset 42106
- Timestamp:
- 11/02/2017 01:25:57 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/ManageThemes.php
r41619 r42106 123 123 $response = json_decode( $this->_last_response, true ); 124 124 125 $theme = wp_get_theme( 'twentyten' ); 125 126 $expected = array( 126 127 'success' => false, … … 129 130 'slug' => 'twentyten', 130 131 'errorMessage' => 'The theme is at the latest version.', 131 'oldVersion' => '2.3',132 'oldVersion' => $theme->get( 'Version' ), 132 133 'newVersion' => '', 133 134 'debug' => array( 'The theme is at the latest version.' ),
Note: See TracChangeset
for help on using the changeset viewer.