Beispiel #1
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     if (file_exists($this->rootPath)) {
         $filesystem = new \Composer\Util\Filesystem();
         $filesystem->removeDirectory($this->rootPath);
     }
     parent::tearDown();
 }
Beispiel #2
0
 protected function tearDown()
 {
     parent::tearDown();
 }