unregister() public static méthode

Unregisters a protocol.
public static unregister ( string $protocol ) : boolean
$protocol string Protocol name
Résultat boolean
Exemple #1
0
 /**
  * Cleans up the testing environment.
  */
 protected function tearDown()
 {
     \TestFileSystemStream::unregister($this->protocol);
 }