You are here

public function CacheTest::testCache in Apigee Edge 8

Tests cache of Apigee Edge entities.

File

tests/src/FunctionalJavascript/CacheTest.php, line 110

Class

CacheTest
Apigee Edge entity cache related tests.

Namespace

Drupal\Tests\apigee_edge\FunctionalJavascript

Code

public function testCache() {
  $this
    ->warmCaches();
  $this
    ->credentialsTest();
  $this
    ->warmCaches();
  $this
    ->editAppIsAlwaysUncachedTest();
  $this
    ->warmCaches();
  $this
    ->userUpdatedTest();
  $this
    ->warmCaches();
  $this
    ->userDeletedTest();
  $this
    ->developerDeletedTest();
}