function DownloadTest::testPrivateFileTransferWithoutPageCache

Same name and namespace in other branches
  1. 9 core/modules/file/tests/src/Functional/DownloadTest.php \Drupal\Tests\file\Functional\DownloadTest::testPrivateFileTransferWithoutPageCache()
  2. 10 core/modules/file/tests/src/Functional/DownloadTest.php \Drupal\Tests\file\Functional\DownloadTest::testPrivateFileTransferWithoutPageCache()
  3. 11.x core/modules/file/tests/src/Functional/DownloadTest.php \Drupal\Tests\file\Functional\DownloadTest::testPrivateFileTransferWithoutPageCache()

Test the private file transfer system.

File

core/modules/file/tests/src/Functional/DownloadTest.php, line 52

Class

DownloadTest
Tests for download/file transfer functions.

Namespace

Drupal\Tests\file\Functional

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.