You are here

public function StoreTest::testReadsAnEmptyArrayWithReadWhenNothingCachedAtKey in Zircon Profile 8

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

File

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

Class

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function testReadsAnEmptyArrayWithReadWhenNothingCachedAtKey() {
  $this
    ->assertEmpty($this
    ->getStoreMetadata('/nothing'));
}