| DoubleSlashTest::$defaultTheme |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
The theme to install as the default for testing. |
| DoubleSlashTest::$modules |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Modules to install. |
| DoubleSlashTest::$profile |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Use the Standard profile to test help implementations of many core modules. |
| DoubleSlashTest::getAvailablePaths |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets the available upgrade paths. |
| DoubleSlashTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets the expected number of entities per entity type after migration. |
| DoubleSlashTest::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets expected number of entities per entity after incremental migration. |
| DoubleSlashTest::getMissingPaths |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets the missing upgrade paths. |
| DoubleSlashTest::getSourceBasePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Gets the source base path for the concrete test. |
| DoubleSlashTest::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
|
| DoubleSlashTest::testMigrateUpgradeExecute |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/DoubleSlashTest.php |
Executes all steps of migrations upgrade. |
| downgrade_prevention_test.info.yml |
file |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.info.yml |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.info.yml |
| downgrade_prevention_test.install |
file |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.install |
|
| downgrade_prevention_test_update_11102 |
function |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.install |
A hook_update_N that is equivalent update to 10400. |
| DownloadFunctionalTest |
class |
core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php |
Tests the 'download' process plugin. |
| DownloadFunctionalTest.php |
file |
core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php |
|
| DownloadFunctionalTest::$defaultTheme |
property |
core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php |
The theme to install as the default for testing. |
| DownloadFunctionalTest::$modules |
property |
core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php |
Modules to install. |
| DownloadFunctionalTest::testExceptionThrow |
function |
core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php |
Tests that an exception is thrown bu migration continues with the next row. |
| DownloadTest |
class |
core/modules/migrate/tests/src/Kernel/process/DownloadTest.php |
Tests the download process plugin. |
| DownloadTest |
class |
core/modules/file/tests/src/Functional/DownloadTest.php |
Tests for download/file transfer functions. |
| DownloadTest.php |
file |
core/modules/file/tests/src/Functional/DownloadTest.php |
|
| 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::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. |
| 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. |