Changeset 60666 for trunk/tests/phpunit/tests/ajax/wpAjaxUpdatePlugin.php
- Timestamp:
- 08/26/2025 06:39:06 PM (4 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/ajax/wpAjaxUpdatePlugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 # Configuration files with possibly sensitive information 2 # Files and folders related to build/test tools 3 # Files for local environment config 4 .claude 5 .env 6 .git 2 7 .htaccess 3 # Files and folders related to build/test tools 8 .phpcs.xml 4 9 .phpunit.result.cache 5 phpunit.xml 6 phpcs.xml 7 .phpcs.xml 10 /docker-compose.override.yml 11 artifacts 12 build 13 composer.lock 14 coverage 15 jsdoc 8 16 node_modules 9 17 npm-debug.log 10 build 18 packagehash.txt 19 phpcs.xml 20 phpunit.xml 21 vendor 11 22 wp-cli.local.yml 12 .git13 jsdoc14 composer.lock15 vendor16 packagehash.txt17 artifacts18 # Files for local environment config19 /docker-compose.override.yml20 .env21 coverage
-
- Property svn:ignore
-
trunk/tests/phpunit/tests/ajax/wpAjaxUpdatePlugin.php
r54723 r60666 139 139 140 140 $_POST['_ajax_nonce'] = wp_create_nonce( 'updates' ); 141 $_POST['plugin'] = 'hello .php';141 $_POST['plugin'] = 'hello-dolly/hello.php'; 142 142 $_POST['slug'] = 'hello-dolly'; 143 143 … … 164 164 'oldVersion' => 'Version 1.7.2', 165 165 'newVersion' => '', 166 'plugin' => 'hello .php',166 'plugin' => 'hello-dolly/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.