You are here

public function EntityQueueCrudTest::setup in Entityqueue 8

File

tests/src/Kernel/EntityQueueCrudTest.php, line 25

Class

EntityQueueCrudTest
Tests creation, loading, updating, deleting of entity queue.

Namespace

Drupal\Tests\entityqueue\Kernel

Code

public function setup() {
  parent::setUp();
  $this
    ->installEntitySchema('entity_subqueue');
}