You are here

public function MixItUpDefaultOptionsServiceTest::tearDown in MixItUp Views 8.2

Same name and namespace in other branches
  1. 8 tests/src/Unit/MixItUpDefaultOptionsServiceTest.php \Drupal\Tests\mixitup_views\Unit\MixItUpDefaultOptionsServiceTest::tearDown()

If test has finished running, tearDown() will be invoked.

Unset the $unit object.

File

tests/src/Unit/MixItUpDefaultOptionsServiceTest.php, line 99

Class

MixItUpDefaultOptionsServiceTest
Class MixItUpDefaultOptionsServiceTest.

Namespace

Drupal\Tests\mixitup_views\Unit

Code

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