protected function CacheTest::warmCaches in Apigee Edge 8
Cache rebuild.
1 call to CacheTest::warmCaches()
- CacheTest::testCache in tests/
src/ FunctionalJavascript/ CacheTest.php - Tests cache of Apigee Edge entities.
File
- tests/
src/ FunctionalJavascript/ CacheTest.php, line 288
Class
- CacheTest
- Apigee Edge entity cache related tests.
Namespace
Drupal\Tests\apigee_edge\FunctionalJavascriptCode
protected function warmCaches() {
$this
->drupalGet(Url::fromRoute('entity.developer_app.collection_by_developer', [
'user' => $this->account
->id(),
]));
$this
->clickLink($this->developerApp
->label());
}