Changeset 54722 for trunk/tests/phpunit/tests/ajax/wpAjaxDeletePlugin.php
- Timestamp:
- 10/30/2022 01:05:06 AM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/wpAjaxDeletePlugin.php
r54721 r54722 12 12 * @covers ::wp_ajax_delete_plugin 13 13 */ 14 class Tests_Ajax_ Delete_Plugin extends WP_Ajax_UnitTestCase {14 class Tests_Ajax_wpAjaxDeletePlugin extends WP_Ajax_UnitTestCase { 15 15 16 16 public function test_missing_nonce() { … … 131 131 * @group ms-excluded 132 132 * 133 * @covers ::wp_ajax_delete_plugin134 133 * @covers ::delete_plugins 135 134 */
Note: See TracChangeset
for help on using the changeset viewer.