You are here

public function StoreTest::testUnlockFileThatDoesNotExist 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::testUnlockFileThatDoesNotExist()

File

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

Class

StoreTest

Namespace

Symfony\Component\HttpKernel\Tests\HttpCache

Code

public function testUnlockFileThatDoesNotExist() {
  $this
    ->assertFalse($this->store
    ->unlock($this->request));
}