File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php, line 60
Class
- StoreTest
Namespace
Symfony\Component\HttpKernel\Tests\HttpCache
Code
public function testUnlockFileThatDoesNotExist() {
$this
->assertFalse($this->store
->unlock($this->request));
}