You are here

public function CacheFlushUICRUDAccessTest::testAccess in CacheFlush 8

Run CRUD access test functions.

File

modules/cacheflush_ui/tests/src/Functional/CacheFlushUICRUDAccessTest.php, line 143

Class

CacheFlushUICRUDAccessTest
Test cacheflush UI access on links and interface.

Namespace

Drupal\cacheflush_ui\Tests

Code

public function testAccess() {
  $this
    ->createTestEntitys();
  $this
    ->accessAnonymous();
  $this
    ->accessLogged();
  $this
    ->accessAdmin();
  $this
    ->accessInterface();
  $this
    ->accessInterface2();
}