Changeset 894 in tests for trunk/tests/test_filters.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_filters.php
r828 r894 193 193 } 194 194 195 /** 196 * @ticket 9886 197 */ 195 198 function test_filter_ref_array() { 196 $this->knownWPBug(9886);197 199 $obj = new stdClass(); 198 200 $a = new MockAction(); … … 210 212 } 211 213 214 /** 215 * @ticket 12723 216 */ 212 217 function test_filter_ref_array_result() { 213 $this->knownWPBug(12723);214 218 $obj = new stdClass(); 215 219 $a = new MockAction();
Note: See TracChangeset
for help on using the changeset viewer.