You are here

public function BlocacheMetadataUnitTest::tearDown in Blocache (Block Cache Control) 8

File

tests/src/Unit/BlocacheMetadataUnitTest.php, line 113

Class

BlocacheMetadataUnitTest
Tests for BlocacheMetadata class.

Namespace

Drupal\Tests\blocache\Unit

Code

public function tearDown() {
  unset($this->blocacheMetadata);
  unset($this->block);
}