public function MixItUpFuncTest::tearDown in MixItUp Views 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/MixItUpFuncTest.php \Drupal\Tests\mixitup_views\Kernel\MixItUpFuncTest::tearDown()
If test has finished running, tearDown() will be invoked.
Unset the $unit object.
Overrides KernelTestBase::tearDown
File
- tests/
src/ Kernel/ MixItUpFuncTest.php, line 159
Class
- MixItUpFuncTest
- Class MixItUpFuncTest.
Namespace
Drupal\Tests\mixitup_views\KernelCode
public function tearDown() {
unset($this->unit);
}