You are here

public function FetchManagerTest::tearDown in Stage File Proxy 8

Clean up.

Once test method has finished running, whether it succeeded or failed, tearDown() will be invoked. Unset the $fetchManager object.

Overrides KernelTestBase::tearDown

File

tests/src/Kernel/FetchManagerTest.php, line 91

Class

FetchManagerTest
Test stage file proxy module.

Namespace

Drupal\Tests\stage_file_proxy\Kernel

Code

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