You are here

public function CacheFlushTest::testMenu in CacheFlush 8

Run test functions.

File

tests/src/Functional/CacheFlushTest.php, line 64

Class

CacheFlushTest
Test cacheflush API.

Namespace

Drupal\Tests\cacheflush\Functional

Code

public function testMenu() {
  $this
    ->menuAccessAnonymusUser();
  $this
    ->clearPresetMenu();
}