248 calls to TestBase::assertIdentical()

BasicSyntaxTest::testBasicConcat in drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php
Tests string concatenation.
BasicSyntaxTest::testFieldConcat in drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php
Tests string concatenation with field values.
BasicSyntaxTest::testLikeBackslash in drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php
Tests a LIKE query containing a backslash.
BasicSyntaxTest::testLikeEscape in drupal/core/modules/system/lib/Drupal/system/Tests/Database/BasicSyntaxTest.php
Tests escaping of LIKE wildcards.
BlockInterfaceTest::testBlockInterface in drupal/core/modules/block/lib/Drupal/block/Tests/BlockInterfaceTest.php
Test configuration and subsequent form() and build() method calls.
BlockStorageUnitTest::createTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.
BookTest::checkBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::testBookNodeTypeChange in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
BulkFormTest::testBulkForm in drupal/core/modules/node/lib/Drupal/node/Tests/Views/BulkFormTest.php
Tests the node bulk form.
CacheDecoratorTest::testCachedDefinitions in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php
Tests that discovered definitions are properly cached.
CacheDecoratorTest::testClearCachedDefinitions in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorTest.php
Tests CacheDecorator::clearCachedDefinitions().
CascadingStylesheetsTest::testRenderOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests CSS ordering.
CaseSensitivityTest::testCaseSensitiveInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/CaseSensitivityTest.php
Tests BINARY collation in MySQL.
CheckboxTest::testFormCheckbox in drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php
CKEditorAdminTest::testAdmin in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php
CKEditorLoadingTest::testLoading in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php
Tests loading of CKEditor CSS, JS and JS settings.
CKEditorPluginManagerTest::testEnabledPlugins in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
Tests the enabling of plugins.
CKEditorTest::testBuildContentsCssJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testBuildToolbarJSSetting in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::buildToolbarJSSetting().
CKEditorTest::testGetJSSettings in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().
CKEditorTest::testInternalGetConfig in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests Internal::getConfig().
CKEditorTest::testStylesComboGetConfig in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests StylesCombo::getConfig().
CommentPagerTest::testCommentNewPageIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Tests comment_new_page_count().
ConfigCRUDTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php
Tests CRUD operations.
ConfigEntityListTest::testList in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php
Tests entity list controller methods.
ConfigEntityListTest::testListUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityQueryTest::assertResults in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php
Asserts the results as expected regardless of order.
ConfigEntityQueryTest::testCount in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php
Tests count query.
ConfigEntityQueryTest::testSortRange in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php
Tests sorting and range on config entity queries.
ConfigEntityTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigEntityUnitTest::testStorageControllerMethods in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityUnitTest.php
Tests storage controller methods.
ConfigFileContentTest::testReadWriteConfig in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php
Tests setting, writing, and reading of a configuration setting.
ConfigFileContentTest::testSerialization in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php
Tests serialization of configuration to file.
ConfigImporterTest::testDeleted in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests deletion of configuration during import.
ConfigImporterTest::testNew in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests creation of configuration during import.
ConfigImporterTest::testNoImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests omission of module APIs for bare configuration operations.
ConfigImporterTest::testUpdated in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Tests updating of configuration during import.
ConfigImportUITest::testImport in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests importing configuration.
ConfigInstallTest::testModuleInstallation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php
Tests module installation.
ConfigInstallWebTest::testIntegrationModuleReinstallation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php
Tests module re-installation.
ConfigLocaleOverride::testConfigLocaleOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests basic locale override.
ConfigLocaleOverride::testConfigLocaleUserAndGlobalOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests locale override in combination with global overrides.
ConfigLocaleOverride::testConfigLocaleUserOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverride.php
Tests locale override based on user's preferred language.
ConfigOverrideTest::testConfOverride in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigOverrideTest.php
Tests configuration override.
ConfigSnapshotTest::testSnapshot in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSnapshotTest.php
Tests config snapshot creation and updating.
ConfigStorageTestBase::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/Storage/ConfigStorageTestBase.php
Tests storage controller CRUD operations.
ConfigTestTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php
Overrides EntityTranslationTest::testTranslationUI().
ConfigUpgradeTest::testConfigurationUpdate in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigUpgradeTest.php
Tests update_variables_to_config().
ConnectionTest::testConnectionOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests the connection options of the active database.
ConnectionTest::testConnectionRouting in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ConnectionTest::testConnectionRoutingOverride in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
ConnectionUnitTest::addConnection in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Adds a new database connection info to Database.
ContactPersonalTest::testPersonalContactFlood in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests the personal contact form flood protection.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContextPluginTest::testContext in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
ContextualDynamicContextTest::testDifferentPermissions in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
ContextualUnitTest::testContextualIdToLinks in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualUnitTest.php
Tests _contextual_id_to_links().
ContextualUnitTest::testContextualLinksToId in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualUnitTest.php
Tests _contextual_links_to_id().
CrudTest::testCreateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the creation of a field.
CrudTest::testDeleteField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the deletion of a field.
DatabaseStorageExpirableTest::testExpiration in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests data expiration.
DateTimePlusIntlTest::testDateTimestampIntl in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusIntlTest.php
Tests that PHP and Intl default formats are equivalent.
DateTimeTest::testDateFormatConfiguration in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test date format configuration.
DefaultViewsTest::testSplitListing in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DeleteTruncateTest::testSimpleDelete in drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php
Confirms that we can delete a single record successfully.
DependencyTest::testModuleEnableOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Module/DependencyTest.php
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
DerivativeTest::testDerivativeDecorator in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/DerivativeTest.php
Tests getDefinitions() and getDefinition() with a derivativeDecorator.
DiscoveryTestBase::testDiscoveryInterface in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/DiscoveryTestBase.php
Tests getDefinitions() and getDefinition().
DisplayBlockTest::testBlockContextualLinks in drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
DisplayInternalLogicTest::testBlockMapping in drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php
Test the various block remapping scenarios allowed for by the assorted Display types.
DisplayInternalLogicTest::testBlockSorting in drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php
Tests block sorting within regions.
DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testDisplayPluginsAlter in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests views_ui_views_plugins_display_alter is altering plugin definitions.
DisplayTest::testPageContextualLinks in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests contextual links on Views page displays.
DisplayUnitTest::testDefaultOptions in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php
Tests the default display options.
DisplayUnitTest::testGetPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayUnitTest.php
Tests the \Drupal\views\Plugin\views\display\DisplayPluginBase::getPlugin() method.
DrupalUnitTestBaseTest::testSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests expected behavior of setUp().
EditLoadingTest::testUserWithoutPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Test the loading of Edit when a user doesn't have access to it.
EditLoadingTest::testUserWithPermission in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditLoadingTest.php
Tests the loading of Edit when a user does have access to it.
EditorAdminTest::verifyUnicornEditorConfiguration in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php
Verifies unicorn editor configuration.
EditorLoadingTest::testLoading in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorManagerTest::testManager in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php
Tests the configurable text editor manager.
ElementTest::testOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
EmailTest::testFormEmail in drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
EntityFieldTest::assertIntrospection in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::assertReadWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the read write test set for a defined entity type.
EntityQueryTest::assertResult in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
EntityQueryTest::assertRevisionResult in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
EntityQueryTest::testEntityQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test basic functionality.
EntityReferenceAdminTest::assertFieldSelectOptions in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAdminTest.php
EntityReferenceAutocompleteTest::testEntityReferenceAutocompletion in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutocompleteTest.php
Tests autocompletion edge cases with slashes in the names.
EntityReferenceSelectionSortTest::testSort in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionSortTest.php
Assert sorting by field and property.
EntitySerializationTest::testSerialize in drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php
Test registered Serializer's entity serialization for core's formats.
EntityUUIDTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
FactoryTest::testDefaultFactory in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php
Test that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/FactoryTest.php
Test that the Reflection factory can create a plugin instance.
FetchTest::testQueryFetchArray in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an associative array explicitly.
FetchTest::testQueryFetchBoth in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a doubly-keyed array explicitly.
FetchTest::testQueryFetchClass in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record into a new instance of a custom class.
FetchTest::testQueryFetchCol in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch an entire column of a result set at once.
FetchTest::testQueryFetchDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record properly in default object mode.
FetchTest::testQueryFetchNum in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record into an indexed array explicitly.
FetchTest::testQueryFetchObject in drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php
Confirms that we can fetch a record to an object explicitly.
FieldAttachOtherTest::testFieldAttachExtractFormValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_extract_form_values().
FieldAttachOtherTest::testFieldAttachValidate in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_validate().
FieldAttachStorageTest::testEntityCreateRenameBundle in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test entity_bundle_create() and entity_bundle_rename().
FieldAttachStorageTest::testFieldAttachDelete in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test field_attach_delete().
FieldImportDeleteTest::testImportDelete in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportDeleteTest.php
Tests deleting fields and instances as part of config import.
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldInfoTest::testSettingsInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that the field_info settings convenience functions work.
FieldInstanceCrudTest::testCreateFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
Test the creation of a field instance.
FieldUnitTest::_testEmptyText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests the usage of the empty text.
FieldUnitTest::_testHideIfEmpty in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests the hide if empty functionality.
FileFieldWidgetTest::testMultiValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FilterAPITest::testCheckMarkup in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php
Tests the ability to apply only a subset of filters.
FilterEntityBundleTest::testFilterEntity in drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
FilterTest::testFilterQuery in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php
Test query of the row plugin.
FilterUnitTest::testUrlFilterContent in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests URL filter on longer content.
FormatDateTest::testAdminDefinedFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests admin-defined formats in format_date().
FormatDateTest::testFormatDate in drupal/core/modules/system/lib/Drupal/system/Tests/Common/FormatDateTest.php
Tests the format_date() function.
FormObjectTest::testObjectFormCallback in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php
Tests using an object as the form callback.
FormTest::assertFormValuesDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Assert that the values submitted to a form matches the default values of the elements.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormUnlimited in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FunctionsTest::testDrupalPreRenderLinks in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/FunctionsTest.php
Test the use of drupal_pre_render_links() on a nested array of links.
GarbageCollectionTest::testGarbageCollection in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php
Tests garbage collection.
GenericCacheBackendUnitTestBase::testDelete in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::delete().
GenericCacheBackendUnitTestBase::testDeleteMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::delete() and Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
GenericCacheBackendUnitTestBase::testGetMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testSetGet in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
GenericCacheBackendUnitTestBase::testValueTypeIsKept in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests data type preservation.
GetFilenameUnitTest::testDrupalGetFilename in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/GetFilenameUnitTest.php
Tests that drupal_get_filename() works when the file is not in database.
HandlerAliasTest::testPluginAliases in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAliasTest.php
HandlerFieldUserNameTest::testUserName in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldUserNameTest.php
HandlerTest::testHandlerWeights in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the order of handlers is the same before and after saving.
HtmlIdentifierUnitTest::testDrupalCleanCSSIdentifier in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_clean_css_identifier() cleans the identifier properly.
HtmlIdentifierUnitTest::testDrupalHTMLClass in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_html_class() cleans the class name properly.
HtmlIdentifierUnitTest::testDrupalHTMLId in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlIdentifierUnitTest.php
Tests that drupal_html_id() cleans the ID properly.
IgnoreSlaveSubscriberTest::testSystemInitIgnoresSlaves in drupal/core/modules/system/lib/Drupal/system/Tests/System/IgnoreSlaveSubscriberTest.php
Tests \Drupal\Core\EventSubscriber\SlaveDatabaseIgnoreSubscriber::checkSlaveServer().
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Tests image_style_url().
InsertDefaultsTest::testDefaultEmptyInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php
Tests that no action will be preformed if no fields are specified.
InsertTest::testInsertFieldOnlyDefinintion in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests that we can specify fields without values and specify values later.
InsertTest::testInsertLastInsertID in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests that inserts return the proper auto-increment ID.
InsertTest::testInsertSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests that the INSERT INTO ... SELECT ... syntax works.
InsertTest::testMultiInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests that we can insert multiple records in one query object.
InsertTest::testRepeatedInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests that an insert object can be reused with new data after it executes.
InsertTest::testSimpleInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertTest.php
Tests very basic insert functionality.
InspectionTest::testInspection in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/InspectionTest.php
Ensure the test plugins correctly implement getPluginId() and getPluginDefinition().
JavaScriptTest::testGetLibrary in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests retrieval of libraries via drupal_get_library().
JavaScriptTest::testHeaderSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests drupal_get_js() for JavaScript settings.
JavaScriptTest::testRenderOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript ordering.
JsonUnitTest::testJSON in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JsonUnitTest.php
Tests converting PHP variables to JSON strings and back.
LanguageBrowserDetectionUnitTest::testLanguageFromBrowser in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php
Unit tests for the language_from_browser() function.
LanguageSwitchingTest::testLanguageBlock in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php
Functional tests for the language switcher block.
LocaleImportFunctionalTest::testEmptyMsgstr in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test msgctxt context support.
LocalePluralFormatTest::testGetPluralFormat in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePluralFormatTest.php
Tests locale_get_plural() and format_plural() functionality.
MappingHookTest::testMapping in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingHookTest.php
Tests that hook_rdf_mapping() correctly returns and processes mapping.
MatchPathTest::testDrupalMatchPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php
Run through our test cases, making sure each one works as expected.
MenuRouterTest::testMenuLoadArgumentsInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests inheritance of 'load arguments'.
MenuTest::testBlockContextualLinks in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Tests the contextual links on a menu block.
MenuTest::testMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
MenuTest::testMenuBundles in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Tests menu link bundles.
MimeTypeTest::testFileMimeTypeDetection in drupal/core/modules/system/lib/Drupal/system/Tests/File/MimeTypeTest.php
Test mapping of mimetypes from filenames.
ModuleEnable::testEnableUserTwice in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleEnable.php
Tests enabling User module once more.
ModuleTest::testLoadFunctions in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the load wrapper/helper functions.
ModuleTest::testViewsFetchPluginNames in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the views_fetch_plugin_names() function.
NameMungingTest::testMungeIgnoreInsecure in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
If the system.file.allow_insecure_uploads setting evaluates to true, the file should come out untouched, no matter how evil the filename.
NameMungingTest::testMungeIgnoreWhitelisted in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
White listed extensions are ignored by file_munge_filename().
NameMungingTest::testUnMunge in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
Ensure that unmunge gets your name back.
NodeAccessBaseTableTest::assertTaxonomyPage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessBaseTableTest.php
Checks taxonomy/term listings to ensure only accessible nodes are listed.
OptionsFieldUITest::assertAllowedValuesInput in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests a string input for the 'allowed values' form element.
OverrideServerVariablesUnitTest::testDrupalOverrideServerVariablesProvidedURL in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/OverrideServerVariablesUnitTest.php
Tests providing a direct URL to to drupal_override_server_variables().
PageEditTest::testPageAuthoredBy in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Tests changing a node's "authored by" field.
PageEditTest::testPageEdit in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Checks node edit functionality.
PasswordHashingTest::testPasswordHashing in drupal/core/modules/system/lib/Drupal/system/Tests/System/PasswordHashingTest.php
Test password hashing.
RegressionTest::testDBFieldExists in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php
Tests the db_field_exists() function.
RegressionTest::testDBIndexExists in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php
Tests the db_index_exists() function.
RegressionTest::testDBTableExists in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php
Tests the db_table_exists() function.
RegressionTest::testRegression_310447 in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RegressionTest.php
Ensures that non-ASCII UTF-8 data is stored in the database properly.
RenderTest::testDrupalRenderBasics in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests the output drupal_render() for some elementary input values.
SchemaTest::testSchema in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests database interactions.
SearchSimplifyTest::testSearchSimplifyUnicode in drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php
Tests that all Unicode characters simplify correctly.
SerializationTest::testSerializerComponentRegistration in drupal/core/modules/serialization/lib/Drupal/serialization/Tests/SerializationTest.php
Confirms that modules can register normalizers and encoders.
SessionTest::assertSessionEmpty in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Assert whether $_SESSION is empty at the beginning of the request.
StateSystemUpgradePathTest::testSystemVariableUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/StateSystemUpgradePathTest.php
Tests upgrade of system variables to state system.
StatisticsLoggingTest::testLogging in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsLoggingTest.php
Verifies request logging for cached and uncached pages.
StorageTestBase::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests CRUD operations.
StorageTestBase::testNonExistingKeys in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests expected behavior for non-existing keys.
StyleMappingTest::mappedOutputHelper in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php
Tests the mapping of fields.
StyleSerializerTest::testFieldRawOutput in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Tests the raw output options for row field rendering.
StyleSerializerTest::testSerializerResponses in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testUIFieldAlias in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Test the field ID alias functionality of the DataFieldRow plugin.
StyleTableUnitTest::testTable in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTableUnitTest.php
Tests the table style.
TextSummaryTest::assertTextSummary in drupal/core/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php
Calls text_summary() and asserts that the expected teaser is returned.
ThemeTest::testAttributeMerging in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test attribute merging.
ThemeTest::testDrupalRenderChildren in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Tests child element rendering for 'render element' theme hooks.
ThemeTest::testListThemes in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test the list_themes() function.
ThemeTest::testRegistryRebuild in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Ensures the theme registry is rebuilt when modules are disabled/enabled.
ThemeTest::testThemeGetSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test the theme_get_setting() function.
TokenReplaceTest::testTokenReplacement in drupal/core/modules/views/lib/Drupal/views/Tests/TokenReplaceTest.php
Tests core token replacements generated from a view.
TourPluginTest::testTourPlugins in drupal/core/modules/tour/lib/Drupal/tour/Tests/TourPluginTest.php
Test tour plugins.
TransactionTest::testCommittedTransaction in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Tests a committed transaction.
TransactionTest::testTransactionRollBackNotSupported in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Tests transaction rollback on a database that doesn't support transactions.
TransliterationTest::testPHPTransliteration in drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php
Tests the PHPTransliteration class.
TypedDataTest::testGetAndSet in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
TypedDataTest::testTypedDataLists in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests using typed data lists.
TypedDataTest::testTypedDataMaps in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests using a typed data map.
TypedDataTest::testTypedDataValidation in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests typed data validation.
UpdateComplexTest::testBetweenConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests BETWEEN conditional clauses.
UpdateComplexTest::testInConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests WHERE IN clauses.
UpdateComplexTest::testLikeConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests LIKE conditionals.
UpdateComplexTest::testNotInConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests WHERE NOT IN clauses.
UpdateComplexTest::testOrConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests updates with OR conditionals.
UpdateComplexTest::testSubSelectUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Test UPDATE with a subselect value.
UpdateComplexTest::testUpdateExpression in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests UPDATE with expression values.
UpdateComplexTest::testUpdateOnlyExpression in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateComplexTest.php
Tests UPDATE with only expression values.
UpdateTest::testExpressionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Tests updating with expressions.
UpdateTest::testMultiGTUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms that we can update multiple records with a non-equality condition.
UpdateTest::testMultiUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms that we can update multiple records successfully.
UpdateTest::testPrimaryKeyUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirm that we can update the primary key of a record successfully.
UpdateTest::testSimpleNullUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms updating to NULL.
UpdateTest::testSimpleUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms that we can update a single record successfully.
UpdateTest::testUpdateAffectedRows in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Tests return value on update.
UpdateTest::testWhereAndConditionUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms that we can stack condition and where calls.
UpdateTest::testWhereUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateTest.php
Confirms that we can update multiple records with a where call.
UrlAlterFunctionalTest::assertUrlInboundAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Assert that an outbound path is altered to an expected value.
UrlTest::testFormUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UsageTest::testRemoveUsage in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Tests file_usage()->delete().
UserLoginTest::testPasswordRehashOnLogin in drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php
Test that user password is re-hashed upon login after changing $count_log2.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRoleAdminTest::testRoleWeightOrdering in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
VariableTest::testVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Tests variables then deletes them.
VariableTest::testVariableDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/VariableTest.php
Makes sure that the default variable parameter is passed through okay.
ViewExecutableTest::assertViewDestroy in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Asserts that expected view properties have been unset by destroy().
ViewExecutableTest::testPropertyMethods in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewsDataTest::testFetchBaseTables in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the fetchBaseTables() method.
ViewStorageTest::createTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests creating configuration entities.
ViewStorageTest::loadTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests loading configuration entities.
ViewStorageTest::testCreateDuplicate in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests the createDuplicate() View method.
WebTestBase::assertThemeOutput in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts themed output.
WebTestBase::drupalCreateRole in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Internal helper function; Create a role with specified permissions.
WriteRecordTest::testDrupalWriteRecord in drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php
Tests the drupal_write_record() API function.
XmlRpcValidatorTest::testValidator in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php
Run validator1 tests.
XssUnitTest::testBadProtocolStripping in drupal/core/modules/system/lib/Drupal/system/Tests/Common/XssUnitTest.php
Checks that harmful protocols are stripped.