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