public function StoreTest::testStoresACacheEntry

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php, line 83

Class

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function testStoresACacheEntry() {
  $cacheKey = $this
    ->storeSimpleEntry();
  $this
    ->assertNotEmpty($this
    ->getStoreMetadata($cacheKey));
}