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. Search 11.x 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
MigrateSkipRowTest::testPrepareRowSkip function core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests migration interruptions.
MigrateSourceDiscoveryTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests discovery of source plugins with annotations.
MigrateSourceDiscoveryTest.php file core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php
MigrateSourceDiscoveryTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php
MigrateSourceDiscoveryTest::testAnnotationGetDefinitionsBackwardsCompatibility function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests annotation get definitions backwards compatibility.
MigrateSourceDiscoveryTest::testGetDefinitions function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests get definitions.
MigrateSourceTest class core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests Drupal\migrate\Plugin\migrate\source\SourcePluginBase.
MigrateSourceTest.php file core/modules/migrate/tests/src/Unit/MigrateSourceTest.php
MigrateSourceTest::$defaultMigrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Override the migration config.
MigrateSourceTest::$executable property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php The migrate executable.
MigrateSourceTest::$migration property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php The migration entity.
MigrateSourceTest::$row property core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Test row data.
MigrateSourceTest::getMigrateExecutable function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets a mock executable for the test.
MigrateSourceTest::getSource function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Gets the source plugin to test.
MigrateSourceTest::testCount function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that the source count is correct.
MigrateSourceTest::testCountCacheKey function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that the key can be set for the count cache.
MigrateSourceTest::testDefaultPropertiesValues function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that default values are preserved for several source methods.
MigrateSourceTest::testHighwaterTrackChangesIncompatible function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests highwater track changes incompatible.
MigrateSourceTest::testNewHighwater function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that a highwater mark newer than our saved one imports a row.
MigrateSourceTest::testNextNeedsUpdate function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that $row->needsUpdate() works as expected.
MigrateSourceTest::testOutdatedHighwater function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that an outdated highwater mark does not cause a row to be imported.
MigrateSourceTest::testPrepareRow function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests basic row preparation.
MigrateSourceTest::testPrepareRowFalse function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that we don't get a row if prepareRow() is false.
MigrateSourceTest::testPrepareRowGlobalPrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that global prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowMigratePrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that migrate specific prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowPrepareException function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that a skip exception during prepare hooks correctly skips.
MigrateSourceTest::testPreRollback function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests pre rollback.
MigrateSourceTestBase class core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Base class for tests of Migrate source plugins.
MigrateSourceTestBase.php file core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
MigrateSourceTestBase::$migration property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php The mocked migration.
MigrateSourceTestBase::$modules property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
MigrateSourceTestBase::$plugin property core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php The source plugin under test.
MigrateSourceTestBase::getPlugin function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Instantiates the source plugin under test.
MigrateSourceTestBase::getPluginClass function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Determines the plugin to be tested.
MigrateSourceTestBase::migratePrepareRow function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Implements hook_migrate_prepare_row().
MigrateSourceTestBase::providerSource function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Provides source data for ::testSource.
MigrateSourceTestBase::setUp function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php
MigrateSourceTestBase::testSource function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Tests the source plugin against a particular data set.
MigrateSqlIdMapEnsureTablesTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the SQL ID map plugin ensureTables() method.
MigrateSqlIdMapEnsureTablesTest.php file core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php
MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php The migration configuration, initialized to set the ID and destination IDs.
MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Actually run the test.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables exist.
MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php Tests the ensureTables method when the tables do not exist.
MigrateSqlIdMapTest class core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests the SQL ID map plugin.
MigrateSqlIdMapTest.php file core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php
MigrateSqlIdMapTest::$database property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The database connection.
MigrateSqlIdMapTest::$destinationIds property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The destination IDs.
MigrateSqlIdMapTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The migration configuration, initialized to set the ID and destination IDs.
MigrateSqlIdMapTest::$sourceIds property core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php The source IDs.

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