Changeset 894 in tests for trunk/tests/test_uploads.php
- Timestamp:
- 07/09/2012 03:32:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_uploads.php
r828 r894 12 12 function setUp() { 13 13 if ( is_multisite() ) 14 $this->knownUTBug( 35);14 $this->knownUTBug( 35 ); 15 15 16 16 parent::setUp(); … … 51 51 } 52 52 53 /** 54 * @ticket 5953 55 */ 53 56 function test_upload_dir_absolute() { 54 $this->knownWPBug(5953);55 57 // wp_upload_dir() with an absolute upload path 56 58 update_option( 'upload_path', '/tmp' );
Note: See TracChangeset
for help on using the changeset viewer.