You are here

public function Domain301RedirectTest::testRedirectBypass in Domain 301 Redirect 8

Test the user permission to bypass the domain 301 redirect.

@todo

File

tests/src/Functional/Domain301RedirectTest.php, line 119

Class

Domain301RedirectTest
Test the redirection of a domain using the DomainRedirectEventSubscriber.

Namespace

Drupal\Tests\domain_301_redirect\Functional

Code

public function testRedirectBypass() {
  $this
    ->markTestIncomplete('Not yet implemented');
}