Changeset 53863 for trunk/tests/phpunit/tests/comment/slashes.php
- Timestamp:
- 08/08/2022 11:12:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/slashes.php
r53557 r53863 38 38 /** 39 39 * Tests the extended model function that expects slashed data. 40 * 41 * @covers ::wp_new_comment 40 42 */ 41 43 public function test_wp_new_comment() { … … 77 79 /** 78 80 * Tests the controller function that expects slashed data. 81 * 82 * @covers ::edit_comment 79 83 */ 80 84 public function test_edit_comment() { … … 123 127 /** 124 128 * Tests the model function that expects slashed data. 129 * 130 * @covers ::wp_insert_comment 125 131 */ 126 132 public function test_wp_insert_comment() { … … 154 160 /** 155 161 * Tests the model function that expects slashed data. 162 * 163 * @covers ::wp_update_comment 156 164 */ 157 165 public function test_wp_update_comment() {
Note: See TracChangeset
for help on using the changeset viewer.