protected function MigrateTableTest::tearDown in Migrate Plus 8.4
Same name and namespace in other branches
- 8.5 tests/src/Kernel/MigrateTableTest.php \Drupal\Tests\migrate_plus\Kernel\MigrateTableTest::tearDown()
- 8.3 tests/src/Kernel/MigrateTableTest.php \Drupal\Tests\migrate_plus\Kernel\MigrateTableTest::tearDown()
Overrides MigrateTestBase::tearDown
File
- tests/
src/ Kernel/ MigrateTableTest.php, line 64
Class
- MigrateTableTest
- Tests migration destination table.
Namespace
Drupal\Tests\migrate_plus\KernelCode
protected function tearDown() {
$this->connection
->schema()
->dropTable(static::TABLE_NAME);
parent::tearDown();
}