Changeset 894 in tests for trunk/tests/test_cron.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_cron.php
r828 r894 151 151 } 152 152 153 /** 154 * @ticket 10468 155 */ 153 156 function test_clear_schedule_new_args() { 154 $this->knownWPBug(10468);155 157 $hook = rand_str(); 156 158 $args = array(rand_str()); … … 188 190 } 189 191 192 /** 193 * @ticket 6966 194 */ 190 195 function test_duplicate_event() { 191 $this->knownWPBug(6966);192 196 // duplicate events close together should be skipped 193 197 $hook = rand_str(); … … 205 209 } 206 210 211 /** 212 * @ticket 6966 213 */ 207 214 function test_not_duplicate_event() { 208 $this->knownWPBug(6966);209 215 // duplicate events far apart should work normally 210 216 $hook = rand_str();
Note: See TracChangeset
for help on using the changeset viewer.