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 11.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
TestSqlBase::__construct function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Overrides the constructor so we can create one easily.
TestSqlBase::__construct function core/modules/migrate/tests/src/Unit/SqlBaseTest.php Override the constructor so we can create one easily.
TestSqlContentDefaultTableMapping class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Extends DefaultTableMapping to allow calling its protected methods.
TestSqlContentDefaultTableMapping::setExtraColumns function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds extra columns for a table to the table mapping.
TestSqlContentDefaultTableMapping::setFieldNames function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Adds field columns for a table to the table mapping.
TestSqlIdMap class core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Defines a SQL ID map for use in tests.
TestSqlIdMap.php file core/modules/migrate/tests/src/Unit/TestSqlIdMap.php
TestSqlIdMap::$message property core/modules/migrate/tests/src/Unit/TestSqlIdMap.php The migrate message service.
TestSqlIdMap::ensureTables function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Create the map and message tables if they don't already exist.
TestSqlIdMap::getDatabase function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Gets the database connection.
TestSqlIdMap::getFieldSchema function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Gets the field schema.
TestSqlIdMap::getMigrationPluginManager function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Returns the migration plugin manager.
TestSqlIdMap::__construct function core/modules/migrate/tests/src/Unit/TestSqlIdMap.php Constructs a TestSqlIdMap object.
TestStateBasedSectionStorage class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides a test section storage that is controlled by state.
TestStateBasedSectionStorage.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::access function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
TestStateBasedSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides the routes needed for Layout Builder UI.
TestStateBasedSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Derives the available plugin contexts from route values.
TestStateBasedSectionStorage::extractIdFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used to display the Layout Builder UI.
TestStateBasedSectionStorage::getRedirectUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
TestStateBasedSectionStorage::getSectionList function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the section list.
TestStateBasedSectionStorage::getSectionListFromId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::getSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the layout sections.
TestStateBasedSectionStorage::getStorageId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Returns an identifier for this storage.
TestStateBasedSectionStorage::isApplicable function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Determines if this section storage is applicable for the current contexts.
TestStateBasedSectionStorage::label function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the label for the object using the sections.
TestStateBasedSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Saves the sections.
TestStatementInterface interface core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php Creates StatementInterface for testing.
TestStaticMethodClass class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
TestStaticMethodClass::access function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
TestStatus class core/lib/Drupal/Core/Test/TestStatus.php Consolidates test result status information.
TestStatus.php file core/lib/Drupal/Core/Test/TestStatus.php
TestStatus::EXCEPTION constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was an exception or code error.
TestStatus::FAIL constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was a failed test.
TestStatus::label function core/lib/Drupal/Core/Test/TestStatus.php Turns a status code into a human-readable string.
TestStatus::PASS constant core/lib/Drupal/Core/Test/TestStatus.php Signify that the test result was a passed test.
TestStatus::SYSTEM constant core/lib/Drupal/Core/Test/TestStatus.php Signify a system error where the test runner was unable to complete.
TestStorage class core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a test implementation of \Drupal\Core\Config\StorageInterface.
TestStorage::setValue function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a setter to bypass the array type hint on ::write().
TestSuiteBase class core/tests/TestSuites/TestSuiteBase.php Base class for Drupal test suites.
TestSuiteBase.php file core/tests/TestSuites/TestSuiteBase.php
TestSuiteBase::addTestsBySuiteNamespace function core/tests/TestSuites/TestSuiteBase.php Find and add tests to the suite for core and any extensions.
TestSuiteBase::findExtensionDirectories function core/tests/TestSuites/TestSuiteBase.php Finds extensions in a Drupal installation.
TestSuiteBaseTest class core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php @coversDefaultClass \Drupal\Tests\TestSuites\TestSuiteBase[[api-linebreak]]
TestSuiteBaseTest.php file core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
TestSuiteBaseTest::getFilesystem function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Helper method to set up the file system.
TestSuiteBaseTest::provideCoreTests function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
TestSuiteBaseTest::testAddTestsBySuiteNamespaceCore function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Tests for special case behavior of unit test suite namespaces in core.
TestSuiteBaseTest::testLocalTimeZone function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.

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