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