You are here

public function AreaTest::setUp in Physical Fields 8

Overrides UnitTestCase::setUp

File

tests/src/Unit/AreaTest.php, line 26

Class

AreaTest
Tests the area class.

Namespace

Drupal\Tests\physical\Unit

Code

public function setUp() {
  parent::setUp();
  $this->area = new Area('4', 'm2');
}