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
TraitAccessTest.php file core/modules/system/tests/src/Unit/TraitAccessTest.php
TraitAccessTest::testSimpleStuff function core/modules/system/tests/src/Unit/TraitAccessTest.php @coversNothing[[api-linebreak]]
TransactionTest class core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests the transaction abstraction system.
TransactionTest.php file core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php
TransactionTest::assertRowAbsent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is absent from the test table.
TransactionTest::assertRowPresent function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Asserts that a given row is present in the test table.
TransactionTest::cleanUp function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Starts over for a new test.
TransactionTest::executeDDLStatement function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Executes a DDL statement.
TransactionTest::insertRow function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Inserts a single row into the testing table.
TransactionTest::testCommittedTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests a committed transaction.
TransactionTest::testQueryFailureInTransaction function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests that transactions can continue to be used if a query fails.
TransactionTest::testTransactionRollBackNotSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that doesn't support transactions.
TransactionTest::testTransactionRollBackSupported function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction rollback on a database that supports transactions.
TransactionTest::testTransactionStacking function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests transaction stacking, commit, and rollback.
TransactionTest::testTransactionWithDdlStatement function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Tests the compatibility of transactions with DDL statements.
TransactionTest::transactionInnerLayer function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Creates an "inner layer" transaction.
TransactionTest::transactionOuterLayer function core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php Encapsulates a transaction's "inner layer" with an "outer layer".
TransformedConfigExportImportUITest class core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests the user interface for importing/exporting transformed configuration.
TransformedConfigExportImportUITest.php file core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::$defaultTheme property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php The theme to install as the default for testing.
TransformedConfigExportImportUITest::$modules property core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Modules to enable.
TransformedConfigExportImportUITest::setUp function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php
TransformedConfigExportImportUITest::testTransformedExportImport function core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php Tests a simple site export import case.
TransitionTest class core/modules/workflows/tests/src/Unit/TransitionTest.php @coversDefaultClass \Drupal\workflows\Transition[[api-linebreak]]
TransitionTest.php file core/modules/workflows/tests/src/Unit/TransitionTest.php
TransitionTest::testFromAndTo function core/modules/workflows/tests/src/Unit/TransitionTest.php @covers ::from[[api-linebreak]]
@covers ::to[[api-linebreak]]
TransitionTest::testGetters function core/modules/workflows/tests/src/Unit/TransitionTest.php @covers ::__construct[[api-linebreak]]
@covers ::id[[api-linebreak]]
@covers ::label[[api-linebreak]]
TranslatableFieldTest class core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Tests Layout Builder with a translatable layout field.
TranslatableFieldTest.php file core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php
TranslatableFieldTest::$modules property core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Modules to enable.
TranslatableFieldTest::setUp function core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php
TranslatableFieldTest::testSectionsClearedOnCreateTranslation function core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Tests that sections on cleared when creating a new translation.
TranslatableMarkupTest class core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php Tests the TranslatableMarkup class.
TranslatableMarkupTest.php file core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php
TranslatableMarkupTest::$lastErrorMessage property core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php The error message of the last error in the error handler.
TranslatableMarkupTest::$lastErrorNumber property core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php The error number of the last error in the error handler.
TranslatableMarkupTest::errorHandler function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php Custom error handler that saves the last error.
TranslatableMarkupTest::testIsStringAssertion function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php @covers ::__construct[[api-linebreak]]
TranslatableMarkupTest::testIsStringAssertionWithFormattableMarkup function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php @covers ::__construct[[api-linebreak]]
TranslatableMarkupTest::testToString function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php Tests that errors are correctly handled when a __toString() fails.
TranslatableRevisionableInterface::isLatestTranslationAffectedRevision function core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php Checks whether this is the latest revision affecting this translation.
TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php Returns the latest revision affecting the specified translation.
TranslatedViewTest class core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Tests that translated strings in views UI don't override original strings.
TranslatedViewTest.php file core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslatedViewTest::$adminUser property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Administrator user for tests.
TranslatedViewTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php The theme to install as the default for testing.
TranslatedViewTest::$langcodes property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Languages to enable.
TranslatedViewTest::$modules property core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php Modules to enable.
TranslatedViewTest::setUp function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php
TranslatedViewTest::testTranslatedStrings function core/modules/views_ui/tests/src/Functional/TranslatedViewTest.php

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