function TextFieldTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ text/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ TextFieldTest.php, line 23
Class
- TextFieldTest
- @coversDefaultClass \Drupal\text\Plugin\migrate\field\d7\TextField[[api-linebreak]] @group text
Namespace
Drupal\Tests\text\Unit\Plugin\migrate\field\d7Code
protected function setUp() : void {
$this->plugin = new TextField([], 'text', []);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.