You are here

169 calls to TestBase::fail() in Zircon Profile 8.0

AccountSwitcherTest::testAccountSwitching in core/modules/system/src/Tests/Session/AccountSwitcherTest.php
BlockContentCreationTest::testFailedBlockCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Verifies that a transaction rolls back the failed creation.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentTranslationUITest::doTestBasicTranslation in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests the basic translation workflow.
BlockContentTypeTest::testsBlockContentAddTypes in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests that redirects work as expected when multiple block types exist.
BlockStorageUnitTest::createTests in core/modules/block/src/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.
CommentAttributesTest::_testBasicCommentRdfaMarkup in core/modules/rdf/src/Tests/CommentAttributesTest.php
Helper function for testCommentRdfaMarkup().
CommentPagerTest::clickLinkWithXPath in core/modules/comment/src/Tests/CommentPagerTest.php
Follows a link found at a give xpath query.
CommentStringIdEntitiesTest::testCommentFieldNonStringId in core/modules/comment/src/Tests/CommentStringIdEntitiesTest.php
Tests that comment fields cannot be added entities with non-integer IDs.
CommentTypeTest::testCommentTypeDeletion in core/modules/comment/src/Tests/CommentTypeTest.php
Tests deleting a comment type that still has content.
CommentUninstallTest::testCommentUninstallWithField in core/modules/comment/src/Tests/CommentUninstallTest.php
Tests if comment module uninstallation fails if the field exists.
ConfigAfterInstallerTestBase::assertInstalledConfig in core/modules/system/src/Tests/Installer/ConfigAfterInstallerTestBase.php
Ensures that all the installed config looks like the exported one.
ConfigCRUDTest::testDataTypes in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests data type handling.
ConfigCRUDTest::testNameValidation in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests the validation of configuration object names.
ConfigCRUDTest::testValueValidation in core/modules/config/src/Tests/ConfigCRUDTest.php
Tests the validation of configuration object values.
ConfigEntityStorageTest::testUUIDConflict in core/modules/config/src/Tests/ConfigEntityStorageTest.php
Tests creating configuration entities with changed UUIDs.
ConfigEntityTest::testCRUD in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityUnitTest::testStorageMethods in core/modules/config/src/Tests/ConfigEntityUnitTest.php
Tests storage methods.
ConfigImporterTest::testConfigGetConfigDirectory in core/modules/config/src/Tests/ConfigImporterTest.php
Tests config_get_config_directory().
ConfigImporterTest::testEmptyImportFails in core/modules/config/src/Tests/ConfigImporterTest.php
Tests that trying to import from an empty sync configuration directory fails.
ConfigImporterTest::testInstallProfile in core/modules/config/src/Tests/ConfigImporterTest.php
Tests install profile validation during configuration import.
ConfigImporterTest::testMissingCoreExtension in core/modules/config/src/Tests/ConfigImporterTest.php
Tests missing core.extension during configuration import.
ConfigImporterTest::testSiteUuidValidate in core/modules/config/src/Tests/ConfigImporterTest.php
Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUnmetDependency in core/modules/config/src/Tests/ConfigImporterTest.php
Tests dependency validation during configuration import.
ConfigImportRenameValidationTest::testRenameSimpleConfigValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation for simple configuration.
ConfigImportRenameValidationTest::testRenameValidation in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Tests configuration renaming validation.
ConfigInstallProfileUnmetDependenciesTest::testInstalled in core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php
Confirms that the installation succeeded.
ConfigInstallTest::testCollectionInstallationCollections in core/modules/config/src/Tests/ConfigInstallTest.php
Tests config objects in collections are installed as expected.
ConfigInstallTest::testDependencyChecking in core/modules/config/src/Tests/ConfigInstallTest.php
Tests the configuration with unmet dependencies is not installed.
ConfigInstallWebTest::testIntegrationModuleReinstallation in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests module re-installation.
ConfigInstallWebTest::testPreExistingConfigInstall in core/modules/config/src/Tests/ConfigInstallWebTest.php
Tests pre-existing configuration detection.
ConfigSchemaTest::testConfigSchemaInfoAlter in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests hook_config_schema_info_alter().
ConfigStorageTestBase::testInvalidStorage in core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php
Tests an invalid storage.
ConnectionTest::testMultipleStatements in core/modules/system/src/Tests/Database/ConnectionTest.php
Ensure that you cannot execute multiple statements.
ConnectionTest::testMultipleStatementsForNewPhp in core/modules/system/src/Tests/Database/ConnectionTest.php
Ensure that you cannot execute multiple statements on phpversion() > 5.5.21 or > 5.6.5.
ContextPluginTest::testContext in core/modules/system/src/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
DatabaseExceptionWrapperTest::testPreparedStatement in core/modules/system/src/Tests/Database/DatabaseExceptionWrapperTest.php
Tests the expected database exception thrown for prepared statements.
DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException in core/modules/system/src/Tests/Database/DatabaseExceptionWrapperTest.php
Tests the expected database exception thrown for inexistent tables.
DbLogTest::asText in core/modules/dblog/src/Tests/DbLogTest.php
Extracts the text contained by the XHTML element.
DenormalizeTest::testTypeHandling in core/modules/hal/src/Tests/DenormalizeTest.php
Tests that the type link relation in incoming data is handled correctly.
EntityApiTest::testEntityStorageExceptionHandling in core/modules/system/src/Tests/Entity/EntityApiTest.php
Tests that exceptions are thrown when saving or deleting an entity.
EntityAutocompleteTest::testSelectionSettingsHandling in core/modules/system/src/Tests/Entity/EntityAutocompleteTest.php
Tests that missing or invalid selection setting key are handled correctly.
EntityCrudHookTest::testEntityRollback in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests rollback from failed entity save.
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldEntityKeyUpdateWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBaseFieldUpdateWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating a base field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldCreateDeleteWithExistingEntities in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a bundle field if entities exist.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating a bundle field when it has existing data.
EntityDefinitionUpdateTest::testEntityTypeSchemaUpdateAndBaseFieldCreateWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema and creating a base field.
EntityDefinitionUpdateTest::testEntityTypeSchemaUpdateAndRevisionableBaseFieldCreateWithoutData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema and creating a revisionable base field.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithData in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests updating entity schema when there are existing entities.
EntityDefinitionUpdateTest::testSingleActionCalls in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests applying single updates.
EntityFileTest::testNonExistentSourceFile in core/modules/file/src/Tests/Migrate/EntityFileTest.php
Test that non-existent files throw an exception.
EntityQueryTest::testInjectionInCondition in core/modules/system/src/Tests/Entity/EntityQueryTest.php
Test against SQL inject of condition field. This covers a database driver's EntityQuery\Condition class.
EntityReferenceAdminTest::assertFieldSelectOptions in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Checks if a select element contains the specified options.
EntityReferenceFieldTest::testAutocreateApi in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests all the possible ways to autocreate an entity via the API.
EntityReferenceFieldTest::testTargetEntityNoLoad in core/modules/system/src/Tests/Entity/EntityReferenceFieldTest.php
Tests that the target entity is not unnecessarily loaded.
EntityReferenceItemTest::testContentEntityReferenceItem in core/modules/field/src/Tests/EntityReference/EntityReferenceItemTest.php
Tests the entity reference field type for referencing content entities.
EntityTranslationTest::doTestEntityLanguageMethods in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationTest::doTestEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
EntityTranslationTest::doTestLanguageChange in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the entity language change test for the given entity type.
EntityTranslationTest::testFieldDefinitions in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Check that field translatability is handled properly.
FactoryTest::testDefaultFactory in core/modules/system/src/Tests/Plugin/FactoryTest.php
Test that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory in core/modules/system/src/Tests/Plugin/FactoryTest.php
Test that the Reflection factory can create a plugin instance.
FieldCrudTest::testCreateField in core/modules/field/src/Tests/FieldCrudTest.php
Test the creation of a field.
FieldDefinitionIntegrityTest::testFieldPluginDefinitionIntegrity in core/modules/field/src/Tests/FieldDefinitionIntegrityTest.php
Tests the integrity of field plugin definitions.
FieldModuleUninstallValidatorTest::testUninstallingModule in core/modules/system/src/Tests/Field/FieldModuleUninstallValidatorTest.php
Tests uninstall entity_test module with and without content for the field.
FieldSqlStorageTest::testFieldUpdateFailure in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testUpdateFieldSchemaWithData in core/modules/system/src/Tests/Entity/FieldSqlStorageTest.php
Test trying to update a field with data.
FieldStorageCrudTest::testCreate in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test the creation of a field storage.
FieldStorageCrudTest::testUpdateFieldType in core/modules/field/src/Tests/FieldStorageCrudTest.php
FieldStorageCrudTest::testUpdateForbid in core/modules/field/src/Tests/FieldStorageCrudTest.php
Test field type modules forbidding an update.
FieldUnitTestBase::entityValidateAndSave in core/modules/field/src/Tests/FieldUnitTestBase.php
Validate and save entity. Fail if violations are found.
FilterCrudTest::testDisableFallbackFormat in core/modules/filter/src/Tests/FilterCrudTest.php
Tests disabling the fallback text format.
FilterFormTest::assertOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a select element has the correct options.
FormTest::testRequiredCheckboxesRadio in core/modules/system/src/Tests/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
GenericCacheBackendUnitTestBase::testSetGet in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::testSetMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests \Drupal\Core\Cache\CacheBackendInterface::setMultiple().
GetRdfNamespacesTest::testGetRdfNamespaces in core/modules/rdf/src/Tests/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
HtmlResponseAttachmentsTest::assertFeed in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about the presence of an RSS feed.
HtmlResponseAttachmentsTest::assertHead in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Helper function to make assertions about HTML head elements.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
InsertDefaultsTest::testDefaultEmptyInsert in core/modules/system/src/Tests/Database/InsertDefaultsTest.php
Tests that no action will be preformed if no fields are specified.
InstallTest::testModuleNameLength in core/modules/system/src/Tests/Module/InstallTest.php
Tests that an exception is thrown when a module name is too long.
InstallUninstallTest::testInstallUninstall in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Tests that a fixed set of modules can be installed and uninstalled.
InvalidDataTest::testInsertDuplicateData in core/modules/system/src/Tests/Database/InvalidDataTest.php
Tests aborting of traditional SQL database systems with invalid data.
KernelTestBase::installEntitySchema in core/modules/simpletest/src/KernelTestBase.php
Installs the storage schema for a specific entity type.
KernelTestBase::setUp in core/modules/simpletest/src/KernelTestBase.php
Performs setup tasks before each individual test method is run.
KernelTestBaseTest::testInstallConfig in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installConfig().
KernelTestBaseTest::testInstallSchema in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests expected behavior of installSchema().
KeyValueContentEntityStorageTest::testCRUD in core/modules/system/src/Tests/KeyValueStore/KeyValueContentEntityStorageTest.php
Tests CRUD operations.
LangcodeToAsciiUpdateTest::getColumnCollation in core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php
Determine the column collation.
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in core/modules/language/src/Tests/LanguageDependencyInjectionTest.php
Test dependency injected Language object against a new default language object.
LargeQueryTest::testMaxAllowedPacketQueryTruncating in core/modules/system/src/Tests/Database/LargeQueryTest.php
Tests truncation of messages when max_allowed_packet exception occurs.
LibraryDiscoveryIntegrationTest::assertAssetInLibrary in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Asserts that the specified asset is in the given library.
LibraryDiscoveryIntegrationTest::assertNoAssetInLibrary in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Asserts that the specified asset is not in the given library.
LibraryDiscoveryIntegrationTest::testLibrariesExtend in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-extend.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideDrupalSettings in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-override on drupalSettings.
LibraryDiscoveryIntegrationTest::testLibrariesOverrideMalformedAsset in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Tests libraries-override on malformed assets.
ManageDisplayTest::assertFieldSelectOptions in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Checks if a select element contains the specified options.
MatcherDumperTest::testAddAdditionalRoutes in core/modules/system/src/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper when it already has some.
MenuTreeStorageTest::testLoadByProperties in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests MenuTreeStorage::loadByProperties().
MenuTreeStorageTest::testMenuDisabledChildLinks in core/modules/system/src/Tests/Menu/MenuTreeStorageTest.php
Tests with disabled child links.
MergeTest::testInvalidMerge in core/modules/system/src/Tests/Database/MergeTest.php
Tests that an invalid merge query throws an exception.
MigrateAggregatorStubTest::testItemStub in core/modules/aggregator/src/Tests/Migrate/MigrateAggregatorStubTest.php
Tests creation of aggregator feed items.
MigrateBlockContentStubTest::testStubFailure in core/modules/block_content/src/Tests/Migrate/MigrateBlockContentStubTest.php
Tests creation of block content stubs with no block_content_type available.
MigrateCommentStubTest::testStub in core/modules/comment/src/Tests/Migrate/MigrateCommentStubTest.php
Tests creation of comment stubs.
MigrateImageCacheTest::assertImageEffect in core/modules/image/src/Tests/Migrate/d6/MigrateImageCacheTest.php
Assert that a given image effect is migrated.
MigrateImageCacheTest::testMissingTable in core/modules/image/src/Tests/Migrate/d6/MigrateImageCacheTest.php
Tests that an exception is thrown when ImageCache is not installed.
MissingCheckedRequirementsTest::testCheckRequirements in core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php
Ensures test will not run when requirements are missing.
MissingDependentModuleUnitTest::testFail in core/modules/simpletest/src/Tests/MissingDependentModuleUnitTest.php
Ensure that this test will not be loaded despite its dependency.
ModuleImplementsAlterTest::testModuleImplementsAlterNonExistingImplementation in core/modules/system/src/Tests/Module/ModuleImplementsAlterTest.php
Tests what happens if hook_module_implements_alter() adds a non-existing function to the implementations.
NodeCreationTest::testFailedPageCreation in core/modules/node/src/Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for edit access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user without access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user with access.
NodeQueryAlterTest::testNodeQueryAlterOverride in core/modules/node/src/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/src/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
QueryTest::testArrayArgumentsSQLInjection in core/modules/system/src/Tests/Database/QueryTest.php
Tests SQL injection via database query array arguments.
QueryTest::testConditionOperatorArgumentsSQLInjection in core/modules/system/src/Tests/Database/QueryTest.php
Tests SQL injection via condition operator.
QueryTest::testScalarSubstitution in core/modules/system/src/Tests/Database/QueryTest.php
Tests that we can not pass a scalar value when an array is expected.
RenderTest::testProcessAttached in core/modules/system/src/Tests/Common/RenderTest.php
Tests that we get an exception when we try to attach an illegal type.
RouteProviderTest::testOutlinePathMatchDefaults in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchZero in core/modules/system/src/Tests/Routing/RouteProviderTest.php
Tests a route with a 0 as value.
RouterTest::testRouterUninstallInstall in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that routes no longer exist for a module that has been uninstalled.
SchemaConfigListenerTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SchemaConfigListenerWebTest::testConfigSchemaChecker in core/modules/config/src/Tests/SchemaConfigListenerWebTest.php
Tests \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SchemaTest::testIndexLength in core/modules/system/src/Tests/Database/SchemaTest.php
Tests that indexes on string fields are limited to 191 characters on MySQL.
SearchTestBase::submitGetForm in core/modules/search/src/Tests/SearchTestBase.php
Simulates submission of a form using GET instead of POST.
SelectTest::testEmptyInCondition in core/modules/system/src/Tests/Database/SelectTest.php
Tests thrown exception for IN query conditions with an empty array.
SelectTest::testInvalidSelectCount in core/modules/system/src/Tests/Database/SelectTest.php
Tests that an invalid merge query throws an exception.
SerializationTest::testSerializerComponentRegistration in core/modules/serialization/src/Tests/SerializationTest.php
Confirms that modules can register normalizers and encoders.
SimpleTestTest::asText in core/modules/simpletest/src/Tests/SimpleTestTest.php
Extract the text contained by the element.
SimpleTestTest::stubTest in core/modules/simpletest/src/Tests/SimpleTestTest.php
Test to be run and the results confirmed.
SqlContentEntityStorageSchemaColumnTest::testColumnUpdate in core/modules/field/src/Tests/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
Tests that column-level schema changes are detected for fields with data.
TemporaryQueryTest::testTemporaryQuery in core/modules/system/src/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
ThemeInstallerTest::testInstallNameTooLong in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests installing a theme with a too long name.
ThemeInstallerTest::testInstallNonExisting in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests installing a non-existing theme.
ThemeInstallerTest::testUninstallAdmin in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling the admin theme.
ThemeInstallerTest::testUninstallBaseBeforeSubTheme in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a base theme before its sub-theme.
ThemeInstallerTest::testUninstallDefault in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling the default theme.
ThemeInstallerTest::testUninstallNonExisting in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a non-existing theme.
ThemeInstallerTest::testUninstallNotInstalled in core/modules/system/src/Tests/Extension/ThemeInstallerTest.php
Tests uninstalling a theme that is not installed.
ToolbarCacheContextsTest::assertToolbarCacheContexts in core/modules/toolbar/src/Tests/ToolbarCacheContextsTest.php
Tests that cache contexts are applied for both users.
ToolkitGdTest::testManipulations in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests calling a missing image operation plugin.
ToolkitGdTest::testTransparentColorOutOfRange in core/modules/system/src/Tests/Image/ToolkitGdTest.php
Tests loading an image whose transparent color index is out of range.
TourTestBase::assertTourTips in core/modules/tour/src/Tests/TourTestBase.php
Assert function to determine if tips rendered to the page have a corresponding page element.
TransactionTest::testCommittedTransaction in core/modules/system/src/Tests/Database/TransactionTest.php
Tests a committed transaction.
TransactionTest::testTransactionRollBackNotSupported in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction rollback on a database that doesn't support transactions.
TransactionTest::testTransactionRollBackSupported in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction rollback on a database that supports transactions.
TransactionTest::testTransactionStacking in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TwigEnvironmentTest::testTemplateNotFoundException in core/modules/system/src/Tests/Theme/TwigEnvironmentTest.php
Tests that exceptions are thrown when a template is not found.
TypedDataTest::testTypedDataLists in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::testTypedDataMaps in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests using a typed data map.
UninstallTest::testFailedInstallStatus in core/modules/system/src/Tests/Module/UninstallTest.php
Tests that a module which fails to install can still be uninstalled.
UpdateApiEntityDefinitionUpdateTest::testStatusReport in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Tests that entity updates are correctly reported in the status report page.
UpdatePathTestBase::runDbTasks in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runUpdates in core/modules/system/src/Tests/Update/UpdatePathTestBase.php
Helper function to run pending database updates.
UpdatePathTestBaseTest::testDatabaseLoaded in core/modules/system/src/Tests/Update/UpdatePathTestBaseTest.php
Tests that the database was properly loaded.
ViewsSqlExceptionTest::testSqlException in core/modules/views/src/Tests/Plugin/ViewsSqlExceptionTest.php
Test for the SQL exception.
WebTestBase::clickLinkHelper in core/modules/simpletest/src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().
WebTestBase::drupalPostForm in core/modules/simpletest/src/WebTestBase.php
Executes a form submission.
WebTestBase::installModulesFromClassProperty in core/modules/simpletest/src/WebTestBase.php
Install modules defined by `static::$modules`.