You are here

public function DomainSourceElementTest::testDomainSourceElement in Domain Access 8

Test runner.

File

domain_source/tests/src/Functional/DomainSourceElementTest.php, line 43

Class

DomainSourceElementTest
Tests behavior for the domain source field element.

Namespace

Drupal\Tests\domain_source\Functional

Code

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