File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php, line 64
Class
- StoreTest
Namespace
Symfony\Component\HttpKernel\Tests\HttpCache
Code
public function testStoresACacheEntry() {
$cacheKey = $this
->storeSimpleEntry();
$this
->assertNotEmpty($this
->getStoreMetadata($cacheKey));
}