public function MixItUpDefaultOptionsServiceTest::tearDown in MixItUp Views 8
Same name and namespace in other branches
- 8.2 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\UnitCode
public function tearDown() {
unset($this->unit);
}