public function LengthTest::setUp in Physical Fields 8
Overrides UnitTestCase::setUp
File
- tests/
src/ Unit/ LengthTest.php, line 26
Class
- LengthTest
- Tests the length class.
Namespace
Drupal\Tests\physical\UnitCode
public function setUp() {
parent::setUp();
$this->length = new Length('3', 'm');
}