Changeset 53561 for trunk/tests/phpunit/tests/ajax/DeletePlugin.php
- Timestamp:
- 06/23/2022 07:45:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/DeletePlugin.php
r51870 r53561 9 9 * 10 10 * @group ajax 11 * 12 * @covers ::wp_ajax_delete_plugin 11 13 */ 12 14 class Tests_Ajax_Delete_Plugin extends WP_Ajax_UnitTestCase { … … 128 130 /** 129 131 * @group ms-excluded 132 * 133 * @covers ::wp_ajax_delete_plugin 134 * @covers ::delete_plugins 130 135 */ 131 136 public function test_delete_plugin() {
Note: See TracChangeset
for help on using the changeset viewer.