| DownloadTest.php |
file |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
|
| DownloadTest::$defaultTheme |
property |
core/modules/file/tests/src/Functional/DownloadTest.php |
The theme to install as the default for testing. |
| DownloadTest::$fileUrlGenerator |
property |
core/modules/file/tests/src/Functional/DownloadTest.php |
The file URL generator. |
| DownloadTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Modules to enable. |
| DownloadTest::checkUrl |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
Download a file from the URL generated by generateString(). |
| DownloadTest::doPrivateFileTransferTest |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
Tests the private file transfer system. |
| DownloadTest::doTransform |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Runs an input value through the download plugin. |
| DownloadTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
|
| DownloadTest::setUp |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
|
| DownloadTest::testFileCreateUrl |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
Test FileUrlGeneratorInterface::generateString() |
| DownloadTest::testNonDestructiveDownload |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Tests a download that renames the downloaded file if there's a collision. |
| DownloadTest::testOverwritingDownload |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Tests a download that overwrites an existing local file. |
| DownloadTest::testPrivateFileTransferWithoutPageCache |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
Tests the private file transfer system. |
| DownloadTest::testPublicFileTransfer |
function |
core/modules/file/tests/src/Functional/DownloadTest.php |
Tests the public file transfer system. |
| DownloadTest::testWriteProtectedDestination |
function |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Tests that an exception is thrown if the destination URI is not writable. |
| DriverSpecificConnectionUnitTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests management of database connections. |
| DriverSpecificConnectionUnitTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
|
| DriverSpecificConnectionUnitTestBase::$id |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
The connection ID of the current test connection. |
| DriverSpecificConnectionUnitTestBase::$monitor |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
A database connection used for monitoring processes. |
| DriverSpecificConnectionUnitTestBase::assertConnection |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Asserts that a connection ID exists. |
| DriverSpecificConnectionUnitTestBase::assertNoConnection |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Asserts that a connection ID does not exist. |
| DriverSpecificConnectionUnitTestBase::getConnectionId |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Returns the connection ID of the current test connection. |
| DriverSpecificConnectionUnitTestBase::getQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Returns a set of queries specific for the database in testing. |
| DriverSpecificConnectionUnitTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
|
| DriverSpecificConnectionUnitTestBase::testConnectionOpen |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests pdo options override. |
| DriverSpecificConnectionUnitTestBase::testOpenClose |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests Database::closeConnection() without query. |
| DriverSpecificConnectionUnitTestBase::testOpenQueryClose |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests Database::closeConnection() with a query. |
| DriverSpecificConnectionUnitTestBase::testOpenQueryPrefetchClose |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests Database::closeConnection() with a query and custom prefetch method. |
| DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Tests Database::closeConnection() with a select query. |
| DriverSpecificConnectionUnitTestBase::TEST_TARGET_CONNECTION |
constant |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
A target connection identifier to be used for testing. |
| DriverSpecificDatabaseTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
Base class for driver specific database tests. |
| DriverSpecificDatabaseTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
|
| DriverSpecificDatabaseTestBase::$modules |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
Modules to enable. |
| DriverSpecificDatabaseTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php |
|
| DriverSpecificKernelTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php |
Base class for driver specific kernel tests. |
| DriverSpecificKernelTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php |
|
| DriverSpecificKernelTestBase::$connection |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php |
The database connection for testing. |
| DriverSpecificKernelTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php |
|
| DriverSpecificSchemaTestBase |
class |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests table creation and modification via the schema API. |
| DriverSpecificSchemaTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
|
| DriverSpecificSchemaTestBase::$schema |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Database schema instance. |
| DriverSpecificSchemaTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
|
| driver_test.info.yml |
file |
core/modules/system/tests/modules/driver_test/driver_test.info.yml |
core/modules/system/tests/modules/driver_test/driver_test.info.yml |
| DropIndexAllOnKeyValueExpireTableUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Tests that 'all' index is dropped from the 'key_value_expire' table. |
| DropIndexAllOnKeyValueExpireTableUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
|
| DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Set database dump files to be used. |
| DropIndexAllOnKeyValueExpireTableUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php |
Tests that 'all' index is dropped from the 'key_value_expire' table. |
| drupal-8.update-test-schema-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php |
Partial database to mimic the installation of the update_test_schema module. |
| drupal-8.update-test-semver-update-n-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php |
Database to mimic the installation of the update_test_semver_update_n module. |
| Drupal6SqlBaseTest |
class |
core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php |
Tests the D6 SQL base class. |