You are here

public function DownloadTest::testPrivateFileTransferWithoutPageCache in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/file/src/Tests/DownloadTest.php \Drupal\file\Tests\DownloadTest::testPrivateFileTransferWithoutPageCache()

Test the private file transfer system.

File

core/modules/file/src/Tests/DownloadTest.php, line 48
Contains \Drupal\file\Tests\DownloadTest.

Class

DownloadTest
Tests for download/file transfer functions.

Namespace

Drupal\file\Tests

Code

public function testPrivateFileTransferWithoutPageCache() {
  $this
    ->doPrivateFileTransferTest();
}