| TestSiteTearDownCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
|
| TestSiteTearDownCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
|
| TestSiteTearDownCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
|
| TestSiteTearDownCommand::fileUnmanagedDeleteRecursive |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
Deletes all files and directories in the specified path recursively. |
| TestSiteTearDownCommand::tearDown |
function |
core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php |
Removes a given instance by deleting all the database tables and files. |
| TestSiteUserLoginCommand |
class |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
Command to generate a login link for the test site. |
| TestSiteUserLoginCommand.php |
file |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
|
| TestSiteUserLoginCommand::$classLoader |
property |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
The class loader to use for installation and initialization of setup. |
| TestSiteUserLoginCommand::configure |
function |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
|
| TestSiteUserLoginCommand::execute |
function |
core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php |
|
| TestSkipRowProcess |
class |
core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php |
Provides a testing process plugin that skips rows. |
| TestSkipRowProcess.php |
file |
core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php |
|
| TestSkipRowProcess::transform |
function |
core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php |
Performs the associated process. |
| TestSourceWithAReallyLongName |
class |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestSourceWithAReallyLongName.php |
Provides test media source. |
| TestSourceWithAReallyLongName.php |
file |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestSourceWithAReallyLongName.php |
|
| TestSqlBase |
class |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
A dummy source to help with testing SqlBase. |
| TestSqlBase |
class |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Creates a base source class for SQL migration testing. |
| TestSqlBase::$database |
property |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
The database object. |
| TestSqlBase::$ids |
property |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
The migration IDs. |
| TestSqlBase::$query |
property |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
The query to execute. |
| TestSqlBase::calculateDependencies |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
|
| TestSqlBase::fields |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Returns available fields on the source. |
| TestSqlBase::fields |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Returns available fields on the source. |
| TestSqlBase::getDatabase |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Gets the database without caching it. |
| TestSqlBase::getDatabase |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Gets the database connection object. |
| TestSqlBase::getIds |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Defines the source fields uniquely identifying a source row. |
| TestSqlBase::getIds |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Defines the source fields uniquely identifying a source row. |
| TestSqlBase::mapJoinable |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Checks if we can join against the map table. |
| TestSqlBase::query |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Prepares query object to retrieve data from the source database. |
| TestSqlBase::query |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Prepares query object to retrieve data from the source database. |
| TestSqlBase::setConfiguration |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Allows us to set the configuration from a test. |
| TestSqlBase::setDatabase |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Allows us to set the database during tests. |
| TestSqlBase::setIds |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Allows us to set the IDs during a test. |
| TestSqlBase::setMigration |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Allows us to set the migration during the test. |
| TestSqlBase::setQuery |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Sets the query to execute. |
| TestSqlBase::__construct |
function |
core/modules/migrate/tests/src/Kernel/SqlBaseTest.php |
Overrides the constructor so we can create one easily. |
| TestSqlBase::__construct |
function |
core/modules/migrate/tests/src/Unit/SqlBaseTest.php |
Override the constructor so we can create one easily. |
| TestSqlContentDefaultTableMapping |
class |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Extends DefaultTableMapping to allow calling its protected methods. |
| TestSqlContentDefaultTableMapping::setExtraColumns |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Adds extra columns for a table to the table mapping. |
| TestSqlContentDefaultTableMapping::setFieldNames |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Adds field columns for a table to the table mapping. |
| TestSqlIdMap |
class |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Defines a SQL ID map for use in tests. |
| TestSqlIdMap.php |
file |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
|
| TestSqlIdMap::$message |
property |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
The migrate message service. |
| TestSqlIdMap::ensureTables |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Create the map and message tables if they don't already exist. |
| TestSqlIdMap::getFieldSchema |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Gets the field schema. |
| TestSqlIdMap::__construct |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Constructs a TestSqlIdMap object. |
| TestSqlPrepareQuery |
class |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Source plugin for prepare query test. |
| TestSqlPrepareQuery.php |
file |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
|
| TestSqlPrepareQuery::fields |
function |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Returns available fields on the source. |
| TestSqlPrepareQuery::getIds |
function |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Defines the source fields uniquely identifying a source row. |