public function StoreTest::testStoresACacheEntry in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\HttpKernel\Tests\HttpCacheCode
public function testStoresACacheEntry() {
$cacheKey = $this
->storeSimpleEntry();
$this
->assertNotEmpty($this
->getStoreMetadata($cacheKey));
}