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
ContentExportTest::doTestExportFileEntityWithMissingPhysicalFile function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting file entities without an accompanying physical file.
ContentExportTest::doTestExportSingleEntityToDirectory function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting a single entity to a directory with attachments.
ContentExportTest::doTestExportWithDependencies function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting a piece of content with its dependencies.
ContentExportTest::doTestMissingDependenciesAreLogged function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests that the exporter handles missing dependencies gracefully.
ContentExportTest::setUp function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php
ContentExportTest::testEntityExportScenarios function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests various entity export scenarios.
ContentExportTest::testExportContent function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Ensures that all imported content can be exported properly.
ContentExportTest::testExportEntitiesFilteredByBundle function core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php Tests exporting entities filtered by bundle.
ContentImportAlreadyExistsTest class core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Tests Content Import.
ContentImportAlreadyExistsTest.php file core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::$adminAccount property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The admin account.
ContentImportAlreadyExistsTest::$contentDir property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The directory with the source data.
ContentImportAlreadyExistsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php The theme to install as the default for testing.
ContentImportAlreadyExistsTest::$modules property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Modules to install.
ContentImportAlreadyExistsTest::providerImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::setUp function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php
ContentImportAlreadyExistsTest::testImportEntityThatAlreadyExists function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportAlreadyExistsTest.php Tests import entity that already exists.
ContentImportTest class core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests Content Import.
ContentImportTest.php file core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
ContentImportTest::$adminAccount property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The admin account.
ContentImportTest::$contentDir property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The directory with the source data.
ContentImportTest::$defaultTheme property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php The theme to install as the default for testing.
ContentImportTest::$modules property core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Modules to install.
ContentImportTest::assertContentWasImported function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Asserts that the default content was imported as expected.
ContentImportTest::setUp function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php
ContentImportTest::testDirectContentImport function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests importing content directly, via the API.
ContentImportTest::testDirectContentImportWithDifferentUser function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests importing content directly, via the API, with a different user.
ContentImportTest::testEntityValidationIsTriggered function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests that the importer validates entities before saving them.
ContentImportTest::testPreImportEvent function core/tests/Drupal/FunctionalTests/DefaultContent/ContentImportTest.php Tests that the pre-import event allows skipping certain entities.
ContentLanguageSettingsJsonAnonTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php Tests Content Language Settings Json Anon.
ContentLanguageSettingsJsonAnonTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php
ContentLanguageSettingsJsonAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php The theme to install as the default for testing.
ContentLanguageSettingsJsonAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php The format to use in this test.
ContentLanguageSettingsJsonAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsJsonBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php Tests Content Language Settings Json Basic Auth.
ContentLanguageSettingsJsonBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php
ContentLanguageSettingsJsonBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsJsonBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php The theme to install as the default for testing.
ContentLanguageSettingsJsonBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php The format to use in this test.
ContentLanguageSettingsJsonBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsJsonBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php Modules to install.
ContentLanguageSettingsJsonCookieTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php Tests Content Language Settings Json Cookie.
ContentLanguageSettingsJsonCookieTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php
ContentLanguageSettingsJsonCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsJsonCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The theme to install as the default for testing.
ContentLanguageSettingsJsonCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The format to use in this test.
ContentLanguageSettingsJsonCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsResourceTestBase class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php Resource test base for the ContentLanguageSettings entity.
ContentLanguageSettingsResourceTestBase.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php
ContentLanguageSettingsResourceTestBase::$entity property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php

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