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. 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
DriverSpecificTransactionTestBase.php file core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php
DriverSpecificTransactionTestBase::$postTransactionCallbackAction property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Keeps track of the post-transaction callback action executed.
DriverSpecificTransactionTestBase::assertRowAbsent function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Asserts that a given row is absent from the test table.
DriverSpecificTransactionTestBase::assertRowPresent function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Asserts that a given row is present in the test table.
DriverSpecificTransactionTestBase::cleanUp function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Starts over for a new test.
DriverSpecificTransactionTestBase::createFirstSavepointTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Create a Drupal savepoint transaction after root.
DriverSpecificTransactionTestBase::createRootTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Create a root Drupal transaction.
DriverSpecificTransactionTestBase::executeDDLStatement function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Executes a DDL statement.
DriverSpecificTransactionTestBase::insertRow function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Inserts a single row into the testing table.
DriverSpecificTransactionTestBase::rootTransactionCallback function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php A post-transaction callback for testing purposes.
DriverSpecificTransactionTestBase::testCommittedTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests a committed transaction.
DriverSpecificTransactionTestBase::testCommitWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests committing a transaction while savepoints are active.
DriverSpecificTransactionTestBase::testQueryFailureInTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests that transactions can continue to be used if a query fails.
DriverSpecificTransactionTestBase::testReleaseIntermediateSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests releasing a savepoint before last is safe.
DriverSpecificTransactionTestBase::testRollbackAfterDdlStatementForNonTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests rollback after a DDL statement when no transactional DDL supported.
DriverSpecificTransactionTestBase::testRollbackRoot function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests root transaction rollback.
DriverSpecificTransactionTestBase::testRollbackRootAfterSavepointRollback function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests root transaction rollback after savepoint rollback.
DriverSpecificTransactionTestBase::testRollbackRootWithActiveSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests root transaction rollback failure when savepoint is open.
DriverSpecificTransactionTestBase::testRollbackSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests savepoint transaction rollback.
DriverSpecificTransactionTestBase::testRollbackSavepointWithLaterSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests savepoint transaction rollback failure when later savepoints exist.
DriverSpecificTransactionTestBase::testRollbackTwiceSameSavepoint function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests savepoint transaction duplicated rollback.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackAddedWithoutTransaction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests that adding a post-transaction callback fails with no transaction.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledAfterDdlAndDestruction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests post-transaction callback executes after a DDL statement.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledAfterDdlAndRollbackForTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests post-transaction rollback executes after a DDL statement.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledAfterRollbackAndDestruction function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests post-transaction callback executes after transaction rollback.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackCalledOnCommit function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests post-transaction callback executes after transaction commit.
DriverSpecificTransactionTestBase::testRootTransactionEndCallbackFailureUponDdlAndRollbackForNonTransactionalDdlDatabase function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests post-transaction rollback failure after a DDL statement.
DriverSpecificTransactionTestBase::testTransactionManagerFailureOnPendingStackItems function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests TransactionManager failure.
DriverSpecificTransactionTestBase::testTransactionName function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests for transaction names.
DriverSpecificTransactionTestBase::testTransactionStacking function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests transaction stacking, commit, and rollback.
DriverSpecificTransactionTestBase::testTransactionWithDdlStatement function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Tests the compatibility of transactions with DDL statements.
DriverSpecificTransactionTestBase::transactionInnerLayer function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Creates an "inner layer" transaction.
DriverSpecificTransactionTestBase::transactionOuterLayer function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificTransactionTestBase.php Encapsulates a transaction's "inner layer" with an "outer layer".
driver_missing_dependency_test.info.yml file core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml core/tests/Drupal/Tests/Core/Database/fixtures/core/modules/driver_missing_dependency_test/driver_missing_dependency_test.info.yml
driver_test.info.yml file core/modules/system/tests/modules/driver_test/driver_test.info.yml core/modules/system/tests/modules/driver_test/driver_test.info.yml
drupal-8.update-test-schema-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php Partial database to mimic the installation of the update_test_schema module.
drupal-8.update-test-semver-update-n-enabled.php file core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php Database to mimic the installation of the update_test_semver_update_n module.
Drupal6SqlBaseTest class core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests the D6 SQL base class.
Drupal6SqlBaseTest.php file core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Drupal6SqlBaseTest::$base property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php The DrupalSqlBase object.
Drupal6SqlBaseTest::$databaseContents property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Minimum database contents needed to test Drupal6SqlBase.
Drupal6SqlBaseTest::$migrationConfiguration property core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Define bare minimum migration configuration.
Drupal6SqlBaseTest::setUp function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php
Drupal6SqlBaseTest::testDrupal6ModuleExists function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::moduleExists().
Drupal6SqlBaseTest::testGetModuleSchemaVersion function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getModuleSchemaVersion().
Drupal6SqlBaseTest::testGetSystemData function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::getSystemData().
Drupal6SqlBaseTest::testVariableGet function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tests for Drupal6SqlBase::variableGet().
DrupalComponentTest class core/tests/Drupal/Tests/Component/DrupalComponentTest.php General tests for \Drupal\Component that can't go anywhere else.
DrupalComponentTest.php file core/tests/Drupal/Tests/Component/DrupalComponentTest.php
DrupalComponentTest::assertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Asserts that the given class is not using any class from Core namespace.

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