removeDirectory() public static method

public static removeDirectory ( string $path )
$path string
コード例 #1
0
ファイル: FileReadTest.php プロジェクト: awwong1/esps-wpsite
 /**
  * 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();
 }
コード例 #2
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);
 }