You are here

150 calls to TestBase::pass() in Zircon Profile 8.0

AccountSwitcherTest::testAccountSwitching in core/modules/system/src/Tests/Session/AccountSwitcherTest.php
ApcuBackendUnitTest::requirementsFail in core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php
Check if requirements fail.
BlockContentCreationTest::testFailedBlockCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Verifies that a transaction rolls back the failed creation.
BlockContentTranslationUITest::doTestBasicTranslation in core/modules/block_content/src/Tests/BlockContentTranslationUITest.php
Tests the basic translation workflow.
BlockViewBuilderTest::assertBlockRenderedWithExpectedCacheability in core/modules/block/src/Tests/BlockViewBuilderTest.php
Asserts that a block is built/rendered/cached with expected cacheability.
BookTest::checkBookNode in core/modules/book/src/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BrokenSetUpTest::setUp in core/modules/simpletest/src/Tests/BrokenSetUpTest.php
Sets up a Drupal site for running functional and integration tests.
BrokenSetUpTest::tearDown in core/modules/simpletest/src/Tests/BrokenSetUpTest.php
Cleans up after testing.
BrokenSetUpTest::testMethod in core/modules/simpletest/src/Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
BulkFormTest::setUp in core/modules/node/src/Tests/Views/BulkFormTest.php
Sets up a Drupal site for running functional and integration tests.
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.
CommentTestBase::setCommentSettings in core/modules/comment/src/Tests/CommentTestBase.php
Sets a comment settings variable for the article content type.
CommentTestBase::setCommentSubject in core/modules/comment/src/Tests/CommentTestBase.php
Sets the value governing whether the subject field should be enabled.
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.
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.
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.
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.
ConfigSchemaTest::testConfigSchemaInfoAlter in core/modules/config/src/Tests/ConfigSchemaTest.php
Tests hook_config_schema_info_alter().
ConfigStorageTestBase::testCRUD in core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php
Tests storage CRUD operations.
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.
ConnectionUnitTest::setUp in core/modules/system/src/Tests/Database/ConnectionUnitTest.php
Performs setup tasks before each individual test method is run.
ContentNegotiationRoutingTest::testFullNegotiation in core/modules/system/src/Tests/Routing/ContentNegotiationRoutingTest.php
Full negotiation by header only.
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.
DbDumpTest::testDbDumpCommand in core/modules/system/src/Tests/Update/DbDumpTest.php
Test the command directly.
DbDumpTest::testScriptLoad in core/modules/system/src/Tests/Update/DbDumpTest.php
Test loading the script back into the database.
DenormalizeTest::testTypeHandling in core/modules/hal/src/Tests/DenormalizeTest.php
Tests that the type link relation in incoming data is handled correctly.
DrupalKernelTest::testRepeatedBootWithDifferentEnvironment in core/modules/system/src/Tests/DrupalKernel/DrupalKernelTest.php
Tests repeated loading of compiled DIC with different environment.
EditorFileReferenceFilterTest::testEditorFileReferenceFilter in core/modules/editor/src/Tests/EditorFileReferenceFilterTest.php
Tests the editor file reference filter.
EditorSecurityTest::testInitialSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests initial security: is the user safe without switching text formats?
EditorSecurityTest::testSwitchingSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests administrator security: is the user safe when switching text formats?
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.
EntityCacheTagsTestBase::testReferencedEntity in core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity when referenced.
EntityCrudHookTest::testEntityRollback in core/modules/system/src/Tests/Entity/EntityCrudHookTest.php
Tests rollback from failed entity save.
EntityDefinitionUpdateTest::testBaseFieldCreateDeleteWithExistingEntities in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Tests creating and deleting a base field if entities exist.
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.
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.
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.
EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
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.
FilterFormTest::assertOptions in core/modules/filter/src/Tests/FilterFormTest.php
Asserts that a select element has the correct options.
FrontPageTest::doTestFrontPageViewCacheTags in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the cache tags on the front page.
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.
HtmlToTextTest::assertHtmlToText in core/modules/system/src/Tests/Mail/HtmlToTextTest.php
Helper function to test \Drupal\Core\Mail\MailFormatHelper::htmlToText().
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.
InvalidDataTest::testInsertDuplicateData in core/modules/system/src/Tests/Database/InvalidDataTest.php
Tests aborting of traditional SQL database systems with invalid data.
KernelTestBase::disableModules in core/modules/simpletest/src/KernelTestBase.php
Disables modules for this test.
KernelTestBase::enableModules in core/modules/simpletest/src/KernelTestBase.php
Enables modules for this test.
KernelTestBase::installConfig in core/modules/simpletest/src/KernelTestBase.php
Installs default configuration for a given list of modules.
KernelTestBase::installEntitySchema in core/modules/simpletest/src/KernelTestBase.php
Installs the storage schema for a specific entity type.
KernelTestBase::installSchema in core/modules/simpletest/src/KernelTestBase.php
Installs a specific table from a module schema definition.
KernelTestBaseTest::testEnableModulesInstallContainer in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Tests installing modules with DependencyInjection services.
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::testLangcodeColumnCollation in core/modules/system/src/Tests/Entity/Update/LangcodeToAsciiUpdateTest.php
Tests that the column collation has been updated on MySQL.
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in core/modules/language/src/Tests/LanguageDependencyInjectionTest.php
Test dependency injected Language object against a new default language object.
LibraryDiscoveryIntegrationTest::activateTheme in core/modules/system/src/Tests/Asset/LibraryDiscoveryIntegrationTest.php
Activates a specified theme.
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.
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.
MenuCacheTagsTest::testMenuBlock in core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php
Tests cache tags presence and invalidation of the Menu entity.
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.
MigrateBlockContentStubTest::testStubFailure in core/modules/block_content/src/Tests/Migrate/MigrateBlockContentStubTest.php
Tests creation of block content stubs with no block_content_type available.
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.
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.
NodeAccessGrantsCacheContextTest::assertUserCacheContext in core/modules/node/src/Tests/NodeAccessGrantsCacheContextTest.php
Asserts that for each given user, the expected cache context is returned.
NodeCreationTest::testFailedPageCreation in core/modules/node/src/Tests/NodeCreationTest.php
Verifies that a transaction rolls back the failed creation.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/src/Tests/OptionsFieldTest.php
Test that allowed values can be updated.
PageRenderTest::assertPageRenderHookExceptions in core/modules/system/src/Tests/Common/PageRenderTest.php
Asserts whether expected exceptions are thrown for invalid hook implementations.
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.
RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for an entity-based view.
RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView in core/modules/views/src/Tests/RenderCacheIntegrationTest.php
Tests cache tags on output & result cache items for a field-based view.
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.
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::assertFieldAdditionRemoval in core/modules/system/src/Tests/Database/SchemaTest.php
Asserts that a given field can be added and removed from a table.
SchemaTest::assertFieldChange in core/modules/system/src/Tests/Database/SchemaTest.php
Asserts that a field can be changed from one spec to another.
SchemaTest::testIndexLength in core/modules/system/src/Tests/Database/SchemaTest.php
Tests that indexes on string fields are limited to 191 characters on MySQL.
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::assertNothing in core/modules/simpletest/src/Tests/SimpleTestTest.php
Assert nothing.
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.
SystemListingCompatibleTest::testSystemListing in core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php
Non-empty test* method required to executed the test case class.
TestBase::restoreEnvironment in core/modules/simpletest/src/TestBase.php
Cleans up the test environment and restores the original environment.
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.
TourCacheTagsTest::testRenderedTour in core/modules/tour/src/Tests/TourCacheTagsTest.php
Tests cache tags presence and invalidation of the Tour entity.
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::testTransactionStacking in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction stacking, commit, and rollback.
TransactionTest::testTransactionWithDdlStatement in core/modules/system/src/Tests/Database/TransactionTest.php
Tests the compatibility of transactions with DDL statements.
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.
UncaughtExceptionTest::testLostDatabaseConnection in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
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.
UrlTest::testLinkBubbleableMetadata in core/modules/system/src/Tests/Common/UrlTest.php
Tests that #type=link bubbles outbound route/path processors' metadata.
WebTestBase::clickLinkHelper in core/modules/simpletest/src/WebTestBase.php
Provides a helper for ::clickLink() and ::clickLinkPartialName().