Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. 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.php file core/modules/migrate/tests/src/Kernel/MigrateTestBase.php
MigrateTestBase::$collectMessages property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php TRUE to collect messages instead of displaying them.
MigrateTestBase::$logger property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php A logger prophecy object.
MigrateTestBase::$migrateMessages property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php A two dimensional array of messages.
MigrateTestBase::$migration property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php The primary migration being tested.
MigrateTestBase::$modules property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Modules to enable.
MigrateTestBase::$sourceDatabase property core/modules/migrate/tests/src/Kernel/MigrateTestBase.php The source database connection.
MigrateTestBase::cleanupMigrateConnection function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Cleans up the test migrate connection.
MigrateTestBase::createMigrationConnection function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Changes the database connection to the prefixed one.
MigrateTestBase::display function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Displays a migrate message.
MigrateTestBase::executeMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Executes a single migration.
MigrateTestBase::executeMigrations function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Executes a set of migrations in dependency order.
MigrateTestBase::getMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Gets the migration plugin.
MigrateTestBase::mockFailure function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Records a failure in the map table of a specific migration.
MigrateTestBase::prepareMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Modify a migration's configuration before executing it.
MigrateTestBase::prepareMigrations function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Prepare any dependent migrations.
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.
MigrateTrackerNodeTest class core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php Tests migration of tracker_node.
MigrateTrackerNodeTest.php file core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php
MigrateTrackerNodeTest::$modules property core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php Modules to enable.
MigrateTrackerNodeTest::setUp function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php
MigrateTrackerNodeTest::testMigrateTrackerNode function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerNodeTest.php Tests migration of tracker node table.
MigrateTrackerSettingsTest class core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php Tests migration of Tracker settings to configuration.
MigrateTrackerSettingsTest.php file core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php
MigrateTrackerSettingsTest::$modules property core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php Modules to enable.
MigrateTrackerSettingsTest::setUp function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php
MigrateTrackerSettingsTest::testMigration function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateTrackerSettingsTest.php Tests migration of tracker's variables to configuration.

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