removeDirectory() 공개 정적인 메소드

public static removeDirectory ( string $path )
$path string
예제 #1
0
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     Helper::removeDirectory(TESTS_TMP_PATH);
     StreamWrapper::unregister();
 }
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     Helper::removeDirectory(TESTS_TMP_PATH);
 }