Changeset 61006 for trunk/tests/phpunit/tests/ajax/wpAjaxUpdatePlugin.php
- Timestamp:
- 10/21/2025 04:31:04 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxUpdatePlugin.php
r60666 r61006 139 139 140 140 $_POST['_ajax_nonce'] = wp_create_nonce( 'updates' ); 141 $_POST['plugin'] = 'hello -dolly/hello.php';141 $_POST['plugin'] = 'hello.php'; 142 142 $_POST['slug'] = 'hello-dolly'; 143 143 … … 164 164 'oldVersion' => 'Version 1.7.2', 165 165 'newVersion' => '', 166 'plugin' => 'hello -dolly/hello.php',166 'plugin' => 'hello.php', 167 167 'pluginName' => 'Hello Dolly', 168 168 'debug' => array( 'The plugin is at the latest version.' ),
Note: See TracChangeset
for help on using the changeset viewer.