You are here

public function StoreTest::testStoresACacheEntry in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Tests/HttpCache/StoreTest.php \Symfony\Component\HttpKernel\Tests\HttpCache\StoreTest::testStoresACacheEntry()

File

vendor/symfony/http-kernel/Tests/HttpCache/StoreTest.php, line 79

Class

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

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