You are here

public function LengthIndicatorTest::setUp in Length Indicator 8

Same name in this branch
  1. 8 tests/src/FunctionalJavascript/LengthIndicatorTest.php \Drupal\Tests\length_indicator\FunctionalJavascript\LengthIndicatorTest::setUp()
  2. 8 tests/src/Unit/LengthIndicatorTest.php \Drupal\Tests\length_indicator\Unit\LengthIndicatorTest::setUp()

Overrides UnitTestCase::setUp

File

tests/src/Unit/LengthIndicatorTest.php, line 23

Class

LengthIndicatorTest
Tests the code in length_indicator.module.

Namespace

Drupal\Tests\length_indicator\Unit

Code

public function setUp() {
  parent::setUp();
  include_once __DIR__ . '/../../../length_indicator.module';
}