function DateFieldTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ datetime/ tests/ src/ Unit/ Plugin/ migrate/ field/ d6/ DateFieldTest.php, line 24
Class
- DateFieldTest
- @group migrate @group legacy
Namespace
Drupal\Tests\datetime\Unit\Plugin\migrate\field\d6Code
protected function setUp() {
parent::setUp();
$this->migration = $this->prophesize(MigrationInterface::class)
->reveal();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.