| 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. |
| DriverModuleMissingDependenciesTest |
class |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
Tests for database driver module with missing dependency. |
| DriverModuleMissingDependenciesTest.php |
file |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
|
| DriverModuleMissingDependenciesTest::testDetermineDriversAutoloadingFailingOnMissingDependency |
function |
core/tests/Drupal/Tests/Core/Database/DriverModuleMissingDependenciesTest.php |
Tests determine drivers autoloading failing on missing dependency. |
| 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. |
| DriverSpecificConnectionUnitTestBase::waitFor |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php |
Wait for a callback to return a truthy value. |
| 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 |
|
| 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::$connection |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Connection to the database. |
| DriverSpecificSchemaTestBase::$counter |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
A global counter for table and field creation. |
| DriverSpecificSchemaTestBase::$schema |
property |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Database schema instance. |
| DriverSpecificSchemaTestBase::assertCollation |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that fields have the correct collation, if supported. |
| DriverSpecificSchemaTestBase::assertFieldAdditionRemoval |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a given field can be added and removed from a table. |
| DriverSpecificSchemaTestBase::assertFieldChange |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a field can be changed from one spec to another. |
| DriverSpecificSchemaTestBase::assertFieldCharacteristics |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Asserts that a newly added field has the correct characteristics. |
| DriverSpecificSchemaTestBase::checkSchemaComment |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Checks that a table or column comment matches a given description. |
| DriverSpecificSchemaTestBase::checkSequenceRenaming |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Check that the ID sequence gets renamed when the table is renamed. |
| DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
| DriverSpecificSchemaTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
|
| DriverSpecificSchemaTestBase::testChangePrimaryKeyToSerial |
function |
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php |
Tests converting an int to a serial when the int column has data. |