You are here

public function DomainAccessElementTest::testDomainAccessElement in Domain Access 8

Test runner.

File

domain_access/tests/src/Functional/DomainAccessElementTest.php, line 41

Class

DomainAccessElementTest
Tests behavior for the domain access field element.

Namespace

Drupal\Tests\domain_access\Functional

Code

public function testDomainAccessElement() {
  $this
    ->runInstalledTest('article');
  $node_type = $this
    ->createContentType([
    'type' => 'test',
  ]);
  $this
    ->runInstalledTest('test');
}