You are here

public function LazyOpenStreamTest::tearDown in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/guzzlehttp/psr7/tests/LazyOpenStreamTest.php \GuzzleHttp\Tests\Psr7\LazyOpenStreamTest::tearDown()

File

vendor/guzzlehttp/psr7/tests/LazyOpenStreamTest.php, line 19

Class

LazyOpenStreamTest

Namespace

GuzzleHttp\Tests\Psr7

Code

public function tearDown() {
  if (file_exists($this->fname)) {
    unlink($this->fname);
  }
}