Make WordPress Core

Changeset 679 in tests


Ignore:
Timestamp:
04/12/2012 05:27:08 PM (12 years ago)
Author:
nacin
Message:

rmdir foo/ which is created in test_upload_dir_relative(). see #33.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-testcase/test_uploads.php

    r678 r679  
    2121        // Remove year/month folders created by wp_upload_dir().
    2222        $this->_destroy_uploads();
     23        _rmdir( ABSPATH . 'foo/' );
    2324    }
    2425
Note: See TracChangeset for help on using the changeset viewer.