You are here

public function MixItUpDefaultOptionsServiceTest::setUp in MixItUp Views 8.2

Same name and namespace in other branches
  1. 8 tests/src/Unit/MixItUpDefaultOptionsServiceTest.php \Drupal\Tests\mixitup_views\Unit\MixItUpDefaultOptionsServiceTest::setUp()

Before a test method is run, setUp() is invoked.

Create new unit object.

Overrides UnitTestCase::setUp

File

tests/src/Unit/MixItUpDefaultOptionsServiceTest.php, line 28

Class

MixItUpDefaultOptionsServiceTest
Class MixItUpDefaultOptionsServiceTest.

Namespace

Drupal\Tests\mixitup_views\Unit

Code

public function setUp() {
  $this->unit = new MixitupViewsDefaultOptionsService();
}