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
MigrateExecutableMemoryExceededTest.php file core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php
MigrateExecutableMemoryExceededTest::$executable property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The tested migrate executable.
MigrateExecutableMemoryExceededTest::$memoryLimit property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The php.ini memory_limit value.
MigrateExecutableMemoryExceededTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The mocked migrate message.
MigrateExecutableMemoryExceededTest::$migration property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The mocked migration entity.
MigrateExecutableMemoryExceededTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php The migration configuration, initialized to set the ID to test.
MigrateExecutableMemoryExceededTest::runMemoryExceededTest function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Runs the actual test.
MigrateExecutableMemoryExceededTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php
MigrateExecutableMemoryExceededTest::testMemoryExceededClearedEnough function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded method when enough is cleared.
MigrateExecutableMemoryExceededTest::testMemoryExceededNewBatch function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded method when a new batch is needed.
MigrateExecutableMemoryExceededTest::testMemoryNotExceeded function core/modules/migrate/tests/src/Unit/MigrateExecutableMemoryExceededTest.php Tests memoryExceeded when memory usage is not exceeded.
MigrateExecutableTest class core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php @coversDefaultClass \Drupal\migrate\MigrateExecutable[[api-linebreak]]
@group migrate
MigrateExecutableTest class core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest.php file core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest.php file core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::$executable property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The tested migrate executable.
MigrateExecutableTest::$message property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migrate message.
MigrateExecutableTest::$migration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The mocked migration entity.
MigrateExecutableTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php The migration's configuration values.
MigrateExecutableTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Modules to enable.
MigrateExecutableTest::getMockSource function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Returns a mock migration source instance.
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php
MigrateExecutableTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php
MigrateExecutableTest::testImportWithFailingRewind function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests an import with an incomplete rewinding.
MigrateExecutableTest::testImportWithValidRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowNoDestinationValues function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testImportWithValidRowWithException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a regular Exception being thrown.
MigrateExecutableTest::testImportWithValidRowWithoutDestinationId function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a valid row.
MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the import method with a thrown MigrateException.
MigrateExecutableTest::testMigrateExecutable function core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php Tests the MigrateExecutable class.
MigrateExecutableTest::testProcessRow function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyDestination function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method.
MigrateExecutableTest::testProcessRowEmptyPipeline function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow method with an empty pipeline.
MigrateExecutableTest::testProcessRowPipelineException function core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php Tests the processRow pipeline exception.
MigrateExternalTranslatedTest class core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateExternalTranslatedTest.php file core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Modules to enable.
MigrateExternalTranslatedTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::testMigrations function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Test importing and rolling back our data.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Returns available fields on the source.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Allows class to decide how it will react when it is treated like a string.
MigrateFieldDeprecationTest class core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Test trigger_error is fired when deprecated classes are instantiated.
MigrateFieldDeprecationTest.php file core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php
MigrateFieldDeprecationTest::testDeprecatedEmail function core/tests/Drupal/Tests/Core/Field/MigrateFieldDeprecationTest.php Tests trigger_error when an Email object is created.

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