Changeset 894 in tests for trunk/tests/test_includes_capabilities.php
- Timestamp:
- 07/09/2012 03:32:24 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/test_includes_capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_capabilities.php
r828 r894 216 216 } 217 217 218 /** 219 * @ticket 20488 220 */ 218 221 function test_file_edit_caps_not_reliant_on_unfiltered_html_constant() { 219 $this->knownWPBug(20488);220 222 if ( defined( 'DISALLOW_FILE_MODS' ) || defined( 'DISALLOW_FILE_EDIT' ) ) 221 223 $this->markTestSkipped('DISALLOW_FILE_MODS or DISALLOW_FILE_EDIT is defined.');
Note: See TracChangeset
for help on using the changeset viewer.