function ProfileFieldCheckRequirementsTest::setUp
Overrides MigrateDrupal6TestBase::setUp
File
-
core/
modules/ user/ tests/ src/ Kernel/ Migrate/ d6/ ProfileFieldCheckRequirementsTest.php, line 20
Class
- ProfileFieldCheckRequirementsTest
- Tests check requirements for profile_field source plugin.
Namespace
Drupal\Tests\user\Kernel\Migrate\d6Code
protected function setUp() : void {
parent::setUp();
$this->sourceDatabase
->schema()
->dropTable('profile_fields');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.