public function StoreTest::testReadsAnEmptyArrayWithReadWhenNothingCachedAtKey

File

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

Class

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

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