Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
MigrateTestBase::setTestLogger function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Injects the test logger into the container.
MigrateTestBase::setUp function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php
MigrateTestBase::startCollectingMessages function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Start collecting messages and erase previous messages.
MigrateTestBase::stopCollectingMessages function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Stop collecting messages.
MigrateTestBase::tearDown function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php
MigrateTestCase class core/modules/migrate/tests/src/Unit/MigrateTestCase.php Provides setup and helper methods for Migrate module tests.
MigrateTestCase.php file core/modules/migrate/tests/src/Unit/MigrateTestCase.php
MigrateTestCase::$idMap property core/modules/migrate/tests/src/Unit/MigrateTestCase.php The migration ID map.
MigrateTestCase::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateTestCase.php An array of migration configuration values.
MigrateTestCase::$migrationStatus property core/modules/migrate/tests/src/Unit/MigrateTestCase.php Local store for mocking setStatus()/getStatus().
MigrateTestCase::createSchemaFromRow function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Generates a table schema from a row.
MigrateTestCase::getDatabase function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Gets an SQLite database connection object for use in tests.
MigrateTestCase::getMigration function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Retrieves a mocked migration.
MigrateTestCase::getValue function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Gets the value on a row for a given key.
MigrateTestCase::queryResultTest function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Tests a query.
MigrateTestCase::retrievalAssertHelper function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Asserts tested values during test retrieval.
MigrateTextConfigsTest class core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php Upgrade variables to text.settings.yml.
MigrateTextConfigsTest.php file core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php
MigrateTextConfigsTest::setUp function core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php
MigrateTextConfigsTest::testTextSettings function core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php Tests migration of text variables to text.settings.yml.
MigrateThemeSettingsTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php Tests migration of Theme settings variables to configuration.
MigrateThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
MigrateThemeSettingsTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
MigrateThemeSettingsTest::testMigrateThemeSettings function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php Tests migration of theme settings to variables to configuration.
MigrateUpdateConfigsTest class core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Upgrade variables to update.settings.yml.
MigrateUpdateConfigsTest.php file core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
MigrateUpdateConfigsTest::$modules property core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Modules to install.
MigrateUpdateConfigsTest::setUp function core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php
MigrateUpdateConfigsTest::testUpdateSettings function core/modules/update/tests/src/Kernel/Migrate/d6/MigrateUpdateConfigsTest.php Tests migration of update variables to update.settings.yml.
MigrateUpgradeExecuteTestBase class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Provides a base class for testing a complete upgrade via the UI.
MigrateUpgradeExecuteTestBase.php file core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::$expectedLoggedErrors property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php The number of expected logged errors of type migrate_drupal_ui.
MigrateUpgradeExecuteTestBase::$migratedAdminUserName property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php The admin username after the migration.
MigrateUpgradeExecuteTestBase::$outputLogs property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Indicates if the watchdog logs should be output.
MigrateUpgradeExecuteTestBase::assertEntityRevisionsCount function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Checks the number of the specified entity's revisions.
MigrateUpgradeExecuteTestBase::assertLogError function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Asserts log errors.
MigrateUpgradeExecuteTestBase::doUpgradeAndIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Executes an upgrade and then an incremental upgrade.
MigrateUpgradeExecuteTestBase::outputLogs function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Preserve the logs pages.
MigrateUpgradeExecuteTestBase::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::tearDown function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
MigrateUpgradeExecuteTestBase::useTestMailCollector function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php Helper to set the test mail collector in settings.php.
MigrateUpgradeFormStepsTest class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php Tests the flow of the Migrate Drupal UI form.
MigrateUpgradeFormStepsTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
MigrateUpgradeFormStepsTest::$defaultTheme property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php The theme to install as the default for testing.
MigrateUpgradeFormStepsTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php Modules to install.
MigrateUpgradeFormStepsTest::assertFirstForm function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php Helper to test that a path goes to the Overview form.
MigrateUpgradeFormStepsTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
MigrateUpgradeFormStepsTest::setUp function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
MigrateUpgradeFormStepsTest::testMigrateUpgradeReviewPage function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php Tests the flow of the Migrate Drupal UI form.
MigrateUpgradeTestBase class core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php Provides a base class for testing migration upgrades in the UI.

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