Changeset 53561 for trunk/tests/phpunit/tests/ajax/Compression.php
- Timestamp:
- 06/23/2022 07:45:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/Compression.php
r51462 r53561 18 18 /** 19 19 * Test as a logged out user 20 * 21 * @covers ::wp_ajax_wp_compression_test 20 22 */ 21 23 public function test_logged_out() { … … 33 35 /** 34 36 * Fetch the test text 37 * 38 * @covers ::wp_ajax_wp_compression_test 35 39 */ 36 40 public function test_text() { … … 57 61 * 58 62 * @requires function gzdeflate 63 * 64 * @covers ::wp_ajax_wp_compression_test 59 65 */ 60 66 public function test_gzdeflate() { … … 82 88 * 83 89 * @requires function gzencode 90 * 91 * @covers ::wp_ajax_wp_compression_test 84 92 */ 85 93 public function test_gzencode() { … … 105 113 /** 106 114 * Fetch the test text (unknown encoding) 115 * 116 * @covers ::wp_ajax_wp_compression_test 107 117 */ 108 118 public function test_unknown_encoding() { … … 123 133 /** 124 134 * Set the 'can_compress_scripts' site option to true 135 * 136 * @covers ::wp_ajax_wp_compression_test 125 137 */ 126 138 public function test_set_yes() { … … 161 173 /** 162 174 * Set the 'can_compress_scripts' site option to false 175 * 176 * @covers ::wp_ajax_wp_compression_test 163 177 */ 164 178 public function test_set_no() {
Note: See TracChangeset
for help on using the changeset viewer.