HM\BackUpWordPress\Home_Path_Tests::tearDown PHP 메소드

tearDown() 공개 메소드

public tearDown ( )
    function tearDown()
    {
        rmdirtree($this->test_data);
        rmdirtree($this->test_data_symlink);
    }