835 calls to TestBase::assertEqual()

ActionUnitTest::testOperations in drupal/core/modules/system/lib/Drupal/system/Tests/Action/ActionUnitTest.php
Tests the functionality of test actions.
AddFeedTest::testAddFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testFeedIconEscaping in drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php
Checks that special characters are correctly escaped.
AdminTest::testCompactMode in drupal/core/modules/system/lib/Drupal/system/Tests/System/AdminTest.php
Test compact mode.
AggregatorCronTest::testCron in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php
Adds feeds and updates them via cron process.
AggregatorTestBase::updateFeedItems in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Updates the feed items.
AjaxCommandsUnitTest::testAddCssCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that AddCssCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testAfterCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that AfterCommand objecst can be constructed and rendered.
AjaxCommandsUnitTest::testAlertCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that AlertCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testAppendCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that AppendCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testBeforeCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that BeforeCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testChangedCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that ChangedCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testCloseDialogCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that CloseDialogCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testCloseModalDialogCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that CloseModalDialogCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testCssCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that CssCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testDataCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that DataCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testHtmlCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that HtmlCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testInsertCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that InsertCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testInvokeCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that InvokeCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testOpenDialogCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that OpenDialogCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testOpenModalDialogCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that OpenModalDialogCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testPrependCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that PrependCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testRedirectCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that RedirectCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testRemoveCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that RemoveCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testReplaceCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that ReplaceCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testRestripeCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that RestripeCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testSetDialogOptionCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that SetDialogOptionCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testSetDialogTitleCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that SetDialogTitleCommand objects can be constructed and rendered.
AjaxCommandsUnitTest::testSettingsCommand in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/AjaxCommandsUnitTest.php
Tests that SettingsCommand objects can be constructed and rendered.
AliasTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AliasTest::testLookupPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AlterTest::testAlterChangeConditional in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can alter a query's conditionals.
AlterTest::testAlterChangeFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can alter the fields of a query.
AlterTest::testAlterExpression in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can alter expressions in the query.
AlterTest::testAlterRemoveRange in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can remove a range() value from a query.
AlterTest::testAlterWithJoin in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can alter the joins on a query.
AlterTest::testDrupalAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/AlterTest.php
Tests if the theme has been altered.
AlterTest::testSimpleAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can do basic alters.
AlterTest::testSimpleAlterSubquery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php
Tests that we can do basic alters on subqueries.
ApiDataTest::testViewsData in drupal/core/modules/field/lib/Drupal/field/Tests/Views/ApiDataTest.php
Unit testing the views data structure.
AreaEntityTest::testEntityAreaData in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php
Tests views data for entity area handlers.
AreaTextTest::testAreaText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTextTest.php
AreaTitleTest::testTitleText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTitleTest.php
Tests the title area handler.
ArgumentDefaultTest::testArgumentDefaultFixed in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php
Tests fixed default argument.
ArgumentDefaultTest::testArgumentDefaultPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
ArgumentDefaultTest::test_plugin_argument_default_current_user in drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentDefaultTest.php
ArgumentNullTest::testAreaText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php
ArgumentStringTest::testGlossary in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php
Tests the glossary feature.
BareMinimalUpgradePathTest::finishUpgradeSession in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Asserts that the session was kept during update. Also, log out.
BareMinimalUpgradePathTest::testBasicMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
BareStandardUpgradePathTest::testBasicStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
BasicTest::testSimpleArgument in drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php
Tests simple argument.
BasicTest::testSimpleFiltering in drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php
Tests filtering of the result set.
BasicTest::testSimpleResultSet in drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php
Tests a trivial result set.
BlockStorageUnitTest::createTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the creation of blocks.
BlockStorageUnitTest::loadTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the rendering of blocks.
BlockStorageUnitTest::renderTests in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the rendering of blocks.
BlockStorageUnitTest::testDefaultBlocks in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Tests the installation of default blocks.
BlockTemplateSuggestionsUnitTest::testBlockThemeHookSuggestions in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTemplateSuggestionsUnitTest.php
Test if template_preprocess_block() handles the suggestions right.
BlockTest::testBlock in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test configuring and moving a module-define block to specific regions.
BlockTest::testBlockRehash in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Test _block_rehash().
BlockUiTest::testBlockSearch in drupal/core/modules/block/lib/Drupal/block/Tests/BlockUiTest.php
Test block search.
BookTest::testBookNodeTypeChange in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
BreakpointAPITest::testConfigName in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointAPITest.php
Test Breakpoint::buildConfigName().
BreakpointGroupTestBase::verifyBreakpointGroup in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointGroupTestBase.php
Verify that a breakpoint is properly stored.
BreakpointTestBase::verifyBreakpoint in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Tests/BreakpointTestBase.php
Verify that a breakpoint is properly stored.
BrowserTest::testGetAbsoluteUrl in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php
Test Drupal\simpletest\WebTestBase::getAbsoluteUrl().
BrowserTest::testXPathEscaping in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrowserTest.php
Tests XPath escaping.
BulkDeleteTest::checkHooksInvocations in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Tests that the expected hooks have been invoked on the expected entities.
BulkDeleteTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
BulkDeleteTest::testPurgeField in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that fields are preserved and purged correctly as multiple instances are deleted and purged.
BulkDeleteTest::testPurgeInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that field data items and instances are purged when an instance is deleted.
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.
CachedDataUITest::testCacheData in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CachedDataUITest.php
Tests the user tempstore views data in the UI.
CacheDecoratorLanguageTest::testCacheDecoratorLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Check the translations of the cached plugin definitions.
CacheTest::testNoneCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests no caching.
CacheTest::testTimeCaching in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/CacheTest.php
Tests time based caching.
CascadingStylesheetsTest::testAddExternal in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests adding an external stylesheet.
CascadingStylesheetsTest::testAddFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests adding a file stylesheet.
CascadingStylesheetsTest::testDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Checks that default stylesheets are empty.
CascadingStylesheetsTest::testRenderFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering the stylesheets.
CascadingStylesheetsTest::testRenderInlinePreprocess in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Tests rendering inline stylesheets with preprocessing on.
CascadingStylesheetsTest::testReset in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsTest.php
Makes sure that resetting the CSS empties the cache.
CascadingStylesheetsUnitTest::testLoadCssBasic in drupal/core/modules/system/lib/Drupal/system/Tests/Common/CascadingStylesheetsUnitTest.php
Tests CSS loading via drupal_load_stylesheet().
CategorizeFeedItemTest::testCategorizeFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
Checks that children of a feed inherit a defined category.
CategorizeFeedTest::testCategorizeFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
Creates a feed and makes sure you can add more than one category to it.
CKEditorTest::testGetJSSettings in drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php
Tests CKEditor::getJSSettings().
CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLanguageTest::testCommentLanguage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLanguageTest.php
Test that comment language is properly set.
CommentPagerTest::assertCommentOrder in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Asserts that the comments are displayed in the correct order.
CommentPagerTest::testCommentNewPageIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPagerTest.php
Tests comment_new_page_count().
CommentPreviewTest::testCommentEditPreviewSave in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment edit, preview, and save.
CommentStatisticsTest::testCommentNodeCommentStatistics in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
CommentThreadingTest::testCommentThreading in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
ConfigDiffTest::testDiff in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
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.
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.
ConfigSchemaTest::testSchemaData in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php
Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaMapping in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigSchemaTest.php
Tests the basic metadata retrieval layer.
ConnectionTest::testConnectionOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests the connection options of the active database.
ConnectionUnitTest::testConnectionOpen in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests pdo options override.
ConnectionUnitTest::testConnectionSerialization in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Tests the serialization and unserialization of a database connection.
ContactFieldsTest::testViewsData in drupal/core/modules/contact/lib/Drupal/contact/Tests/Views/ContactFieldsTest.php
Tests the views data generation.
ContactPersonalTest::testSendPersonalContactMessage in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactPersonalTest.php
Tests that mails for contact messages are correctly sent.
ContactSitewideTest::testAutoReply in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests auto-reply on the site-wide contact form.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContactUpgradePathTest::testContactUpgrade in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
ContextPluginTest::testContext in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/ContextPluginTest.php
Tests basic context definition and value getters and setters.
CopyTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test that copying over an existing file fails when FILE_EXISTS_ERROR is specified.
CopyTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test renaming when copying over a file that already exists.
CopyTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test replacement when copying over a file that already exists.
CopyTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test file copying in the normal, base case.
CreateTest::testCreate in drupal/core/modules/rest/lib/Drupal/rest/Tests/CreateTest.php
Tests several valid and invalid create requests on all entity types.
CronRunTest::testCronExceptions in drupal/core/modules/system/lib/Drupal/system/Tests/System/CronRunTest.php
Make sure exceptions thrown on hook_cron() don't affect other modules.
CrudTest::testCreateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the creation of a field.
CrudTest::testCRUD in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/CrudTest.php
Tests inserting, loading, updating, and deleting RDF mappings.
CrudTest::testDeleteField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test the deletion of a field.
CrudTest::testFieldIndexes in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test creation of indexes on data column.
CrudTest::testUpdateField in drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
Test updating a field.
CustomBlockCreationTest::testBlockDelete in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Test deleting a block.
CustomBlockLoadHooksTest::testHookCustomBlockLoad in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockLoadHooksTest.php
Tests that hook_custom_block_load() is invoked correctly.
CustomBlockRevisionsTest::testRevisions in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php
Checks block revision related operations.
CustomBlockSaveTest::testCustomBlockSaveOnInsert in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
Tests saving a block on block insert.
CustomBlockSaveTest::testDeterminingChanges in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
Tests determing changes in hook_block_presave().
CustomBlockSaveTest::testImport in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockSaveTest.php
Checks whether custom block IDs are saved properly during an import.
CustomBlockTranslationUITest::testDisabledBundle in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php
Test that no metadata is stored for a disabled bundle.
CustomBlockTypeTest::testCustomBlockTypeCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests creating a block type programmatically and via a form.
CustomBlockTypeTest::testCustomBlockTypeEditing in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTypeTest.php
Tests editing a block type using the UI.
DatabaseStorageExpirableTest::testCRUDWithExpiration in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/DatabaseStorageExpirableTest.php
Tests CRUD functionality with expiration.
DateTimePlusTest::testDateArrays in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from arrays of date parts.
DateTimePlusTest::testDateFormat in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from format strings.
DateTimePlusTest::testDateStrings in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from string input.
DateTimePlusTest::testDateTimestamp in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test creating dates from timestamps.
DateTimePlusTest::testTimezoneConversion in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test timezone manipulation.
DateTimeTest::testDateFormatConfiguration in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test date format configuration.
DateTimeTest::testDateFormatStorage in drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php
Test if the date formats are stored properly.
DateUpgradePathTest::testDateUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/DateUpgradePathTest.php
Tests that date formats have been upgraded.
DbLogTest::testDBLogAddAndClear in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Tests the addition and clearing of log events through the admin interface.
DbLogTest::testFilter in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DBLogTest::testWatchdog in drupal/core/modules/rest/lib/Drupal/rest/Tests/DBLogTest.php
Writes a log messages and retrieves it via the REST API.
DefaultViewRecentComments::testBlockDisplay in drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php
Tests the block defined by the comments_recent view.
DefaultViewRecentComments::testPageDisplay in drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/DefaultViewRecentComments.php
Tests the page defined by the comments_recent view.
DeleteTest::testDelete in drupal/core/modules/rest/lib/Drupal/rest/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DeleteTest::testInUse in drupal/core/modules/file/lib/Drupal/file/Tests/DeleteTest.php
Tries deleting a file that is in use.
DeleteTruncateTest::testSimpleDelete in drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php
Confirms that we can delete a single record successfully.
DeleteTruncateTest::testSubselectDelete in drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php
Confirms that we can use a subselect in a delete successfully.
DeleteTruncateTest::testTruncate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/DeleteTruncateTest.php
Confirms that we can truncate a whole table successfully.
DenormalizeTest::testBasicFieldDenormalization in drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php
Test that non-reference fields can be denormalized.
DenormalizeTest::testTypeHandling in drupal/core/modules/hal/lib/Drupal/hal/Tests/DenormalizeTest.php
Tests that the type link relation in incoming data is handled correctly.
DependencyOrderingTest::testUpdateOrderingSingleModule in drupal/core/modules/system/lib/Drupal/system/Tests/Update/DependencyOrderingTest.php
Test that updates within a single module run in the correct order.
DialogTest::testDialog in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/DialogTest.php
Test sending non-JS and AJAX requests to open and manipulate modals.
DirectoryTest::testFileCheckDirectoryHandling in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Test directory handling functions.
DirectoryTest::testFileCreateNewFilepath in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
This will take a directory and path, and find a valid filepath that is not taken by another file.
DirectoryTest::testFileDestination in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
This will test the filepath for a destination based on passed flags and whether or not the file exists.
DirectoryTest::testFileDirectoryTemp in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Ensure that the file_directory_temp() function always returns a value.
DiscoveryTestBase::testDiscoveryInterface in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/DiscoveryTestBase.php
Tests getDefinitions() and getDefinition().
DisplayAttachmentTest::testAttachment in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php
Tests the attachment plugin.
DisplayAttachmentTest::testAttachmentUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayExtenderTest::testDisplayExtenders in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayExtenderTest.php
Test display extenders.
DisplayExtenderUITest::testDisplayExtenderUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayExtenderUITest.php
Tests the display extender UI.
DisplayFeedTest::testFeedOutput in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayFeedTest::testFeedUI in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayFeedTest.php
Tests feed display admin ui.
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.
DisplayPageTest::testPageResponses in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Checks the behavior of the page for access denied/not found behaviours.
DisplayPageTest::testPageRouterItems in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageTest.php
Checks that the router items are properly registered
DisplayPageWebTest::testArguments in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageWebTest.php
Tests arguments.
DisplayPageWebTest::testPageDisplayMenu in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayTest::testCloneDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests the cloning of a display.
DisplayTest::testDefaultDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests that the correct display is loaded by default.
DisplayTest::testDisplayAreas in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests display areas.
DisplayTest::testDisplayPlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the display test plugin.
DisplayTest::testGetAttachedDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the getAttachedDisplays method.
DisplayTest::testLinkDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests the link-display setting.
DisplayTest::testReadMore in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayTest.php
Tests the readmore functionality.
DisplayTest::testReorderDisplay in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests reordering of displays.
DownloadTest::checkUrl in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::testPrivateFileTransfer in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Test the private file transfer system.
DownloadTest::testPublicFileTransfer in drupal/core/modules/file/lib/Drupal/file/Tests/DownloadTest.php
Test the public file transfer system.
DrupalKernelTest::testCompileDIC in drupal/core/modules/system/lib/Drupal/system/Tests/DrupalKernel/DrupalKernelTest.php
Tests DIC compilation.
DrupalUnitTestBaseTest::testEnableModulesFixedList in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/DrupalUnitTestBaseTest.php
Tests that the module list is retained after enabling/installing/disabling modules.
EditIntegrationTest::testEditorSelection in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests editor selection when the Editor module is present.
EditIntegrationTest::testGetUntransformedTextCommand in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests GetUntransformedTextCommand AJAX command.
EditIntegrationTest::testMetadata in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
EditorSelectionTest::testNumber in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a number field, with cardinality 1 and >1.
EditorSelectionTest::testText in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, without/with text processing, with cardinality 1 and >1, always without a WYSIWYG editor present.
EditorSelectionTest::testTextWysiwyg in drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php
Tests a textual field, with text processing, with cardinality 1 and >1, always with an Editor plugin present that supports textual fields with text processing, but with varying text format compatibility.
EfqTest::testTaxonomyEfq in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/EfqTest.php
Tests that a basic taxonomy entity query works.
ElementsLabelsTest::testFormLabels in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsLabelsTest.php
Test form elements, labels, title attibutes and required marks output correctly and have the correct label option class if needed.
ElementsTableSelectTest::testTableselectColSpan in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementTest::testButtonClasses in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests button classes.
EmailItemTest::testEmailItem in drupal/core/modules/email/lib/Drupal/email/Tests/EmailItemTest.php
Tests using entity fields of the email field type.
EmailTest::testFormEmail in drupal/core/modules/system/lib/Drupal/system/Tests/Form/EmailTest.php
Tests that #type 'email' fields are properly validated.
EntityAccessTest::assertEntityAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Asserts entity access correctly grants or denies access.
EntityApiInfoTest::testEntityInfoCacheWatchdog in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php
Tests entity info cache after enabling a module with a dependency on an entity providing module.
EntityApiInfoTest::testEntityInfoChanges in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiInfoTest.php
Ensures entity info cache is updated after changes.
EntityApiTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Executes a test set for a defined entity type and user.
EntityApiTest::testEntityStorageExceptionHandling in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityApiTest.php
Tests that exceptions are properly thrown when saving or deleting an entity.
EntityBCDecoratorTest::testBCDecorator in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityBCDecoratorTest.php
Tests using the entity BC decorator with entity properties.
EntityDisplayTest::testEntityDisplayCRUD in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests basic CRUD operations on EntityDisplay objects.
EntityDisplayTest::testEntityGetDisplay in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests entity_get_display().
EntityDisplayTest::testExtraFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an EntityDisplay object.
EntityDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests the behavior of a field component within an EntityDisplay object.
EntityDisplayTest::testRenameDeleteBundle in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityDisplayTest.php
Tests renaming and deleting a bundle.
EntityFieldTest::assertComputedProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the computed properties tests for the given entity type.
EntityFieldTest::assertDataStructureInterfaces in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the data structure interfaces tests for the given entity type.
EntityFieldTest::assertIntrospection in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the introspection tests for the given entity type.
EntityFieldTest::assertIterator in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the iterator 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.
EntityFieldTest::assertSave in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Executes the save tests for the given entity type.
EntityFieldTest::testEntityConstraintValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFieldTest.php
Tests validation constraints provided by the Entity API.
EntityFormDisplayTest::testEntityGetFromDisplay in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php
Tests entity_get_form_display().
EntityFormDisplayTest::testFieldComponent in drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php
Tests the behavior of a field component within an EntityFormDisplay object.
EntityLabelTest::testEntityLabel in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityLabelTest.php
Tests label key and label callback of an entity.
EntityQueryAggregateTest::testAggregation in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php
Test aggregation support.
EntityQueryRelationshipTest::assertResults in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php
Assert the results.
EntityQueryRelationshipTest::testQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php
Tests querying.
EntityQueryTest::testEntityQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test basic functionality.
EntityQueryTest::testMetaData in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test adding a tag and metadata to the Entity query object.
EntityQueryTest::testSort in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Test sort().
EntityReferenceAutoCreateTest::testAutoCreate in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceAutoCreateTest.php
Assert creation on a new entity.
EntityReferenceItemTest::testEntityReferenceFieldSchema in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php
Tests foreign key support.
EntityReferenceItemTest::testEntityReferenceItem in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceItemTest.php
Tests using entity fields of the entity reference field type.
EntityReferenceSelectionAccessTest::assertReferencable in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php
EntityResolverTest::testUuidEntityResolver in drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntityResolverTest.php
Test that fields referencing UUIDs can be denormalized.
EntityRevisionsTest::assertRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntitySerializationTest::testNormalize in drupal/core/modules/serialization/lib/Drupal/serialization/Tests/EntitySerializationTest.php
Test the normalize function.
EntityTranslationSettingsTest::assertSettings in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php
Asserts that translatability has the expected value for the given bundle.
EntityTranslationSettingsTest::testSettingsUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSettingsTest.php
Tests that the settings UI works as expected.
EntityTranslationTest::assertEntityLanguageMethods in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the entity language method tests for the given entity type.
EntityTranslationTest::assertMultilingualProperties in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php
Executes the multilingual property tests for the given entity type.
EntityTranslationUITest::assertAuthoringInfo in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the translation authoring information.
EntityTranslationUITest::assertBasicTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the basic translation workflow.
EntityUriTest::testDefaultUri in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUriTest.php
Tests that an entity without a URI callback uses the default URI.
EntityUUIDTest::assertCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php
Executes the UUID CRUD tests for the given entity type.
EntityValidationTest::checkValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityValidationTest.php
Executes the validation test set for a defined entity type.
ExceptionControllerTest::test405HTML in drupal/core/modules/system/lib/Drupal/system/Tests/System/ExceptionControllerTest.php
Ensure the execute() method returns a valid response on 405 exceptions.
ExtensionViewsFieldTest::testFileExtensionTarOption in drupal/core/modules/file/lib/Drupal/file/Tests/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
FeedLanguageTest::testFeedLanguage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedLanguageTest.php
Tests creation of feeds with a language.
FeedParserTest::testAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testRedirectFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests error handling when an invalid feed is added.
FeedProcessorPluginTest::testPostProcess in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedProcessorPluginTest.php
Test post-processing functionality.
FieldAttachOtherTest::testFieldAttachCache in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field cache.
FieldAttachOtherTest::testFieldAttachForm in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_form().
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::testEntityDeleteBundle in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test field_attach_delete().
FieldAttachStorageTest::testFieldAttachLoadMultiple in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveLoad in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Check field values insert, update and load.
FieldAttachStorageTest::testFieldAttachSaveLoadDifferentStorage in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test saving and loading fields using different storage backends.
FieldAttachStorageTest::testFieldAttachSaveMissingData in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Tests insert and update with missing or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveMissingDataDefaultValue in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test insert with missing or NULL fields, with default value.
FieldAttachStorageTest::testFieldStorageDetailsAlter in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test storage details alteration.
FieldBooleanTest::testFieldBoolean in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php
FieldCounterTest::testSimple in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php
FieldCustomTest::testFieldCustom in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php
FieldDateTest::assertRenderedDatesEqual in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php
FieldDropButtonTest::testDropbutton in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldEntityTest::testGetEntity in drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FieldEntityTest.php
Tests the getEntity method.
FieldFileSizeTest::testFieldFileSize in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldFileSizeTest.php
FieldImportChangeTest::testImportChange in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php
Tests importing an updated field instance.
FieldImportCreateTest::testImportCreateDefault in drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportCreateTest.php
Tests creating fields and instances during default 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::testFieldMap in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test field_info_field_map().
FieldInfoTest::testFieldPrepare in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that cached field definitions are ready for current runtime context.
FieldInfoTest::testInstancePrepare in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that cached instance definitions are ready for current runtime context.
FieldInstanceCrudTest::testCreateFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
Test the creation of a field instance.
FieldInstanceCrudTest::testUpdateFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
Test the update of a field instance.
FieldLanguageTest::testField in drupal/core/modules/language/lib/Drupal/language/Tests/Views/FieldLanguageTest.php
Tests the language field.
FieldSqlStorageTest::testFieldAttachInsertAndUpdate in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Reads mysql to verify correct data is written when using insert and update.
FieldSqlStorageTest::testFieldAttachLoad in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Uses the mysql tables and records to verify field_load_revision works correctly.
FieldSqlStorageTest::testFieldAttachSaveMissingData in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Tests insert and update with missing or NULL fields.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test foreign key support.
FieldSqlStorageTest::testFieldStorageDetails in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test the storage details.
FieldSqlStorageTest::testFieldUpdateIndexesWithData in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php
Test adding and removing indexes while data is present.
FieldTestBase::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php
Assert that a field has the expected values in an entity.
FieldUITest::testHandlerUI in drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldUITest.php
Tests basic field handler settings in the UI.
FieldUnitTest::testFieldTokens in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests the field tokens, row level and field level.
FieldUnitTest::testQuery in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests all things related to the query.
FieldUnitTest::testRender in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests that the render function is called.
FieldUnitTest::testTrimText in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests the trimText method.
FieldUnitTestBase::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php
Assert that a field has the expected values in an entity.
FieldUpgradePathTest::testEntityDisplayUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests upgrade of entity displays.
FieldUpgradePathTest::testEntityFormDisplayUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests upgrade of entity form displays.
FieldUpgradePathTest::testFieldUpgradeToConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUpgradePathTest.php
Tests migration of field and instance definitions to config.
FieldUrlTest::testFieldUrl in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUrlTest.php
FieldWebTest::testClickSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
FieldWebTest::testFieldClasses in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests the field/label/wrapper classes.
FieldXssTest::testFieldXss in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldXssTest.php
FileFieldRevisionTest::testRevisions in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
FileFieldTestBase::assertFileEntryExists in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Asserts that a file exists in the database.
FileItemTest::testFileItem in drupal/core/modules/file/lib/Drupal/file/Tests/FileItemTest.php
Tests using entity fields of the file field type.
FileManagedTestBase::assertFileHookCalled in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php
Assert that a hook_file_* hook was called a certain number of times.
FileTestBase::assertDirectoryPermissions in drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php
Helper function to test the permissions of a directory.
FileTestBase::assertFilePermissions in drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php
Helper function to test the permissions of a file.
FileTestBase::assertFileUnchanged in drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php
Check that two files have the same values for all fields other than the timestamp.
FileTestBase::assertSameFile in drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php
Check that two files are the same by comparing the fid and filepath.
FileTokenReplaceTest::testFileTokenReplacement in drupal/core/modules/file/lib/Drupal/file/Tests/FileTokenReplaceTest.php
Creates a file, then tests the tokens generated from it.
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledMinimalUpgradePathTest.php
Tests a successful point release update.
FilledStandardUpgradePathTest::testFilledStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Tests a successful point release update.
FilterAdminTest::testFilterAdmin in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAPITest::testFilterFormatAPI in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php
Tests the function filter_get_filter_types_by_format().
FilterCrudTest::verifyFilters in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php
Verifies that filters are properly stored for a text format.
FilterCrudTest::verifyTextFormat in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterCrudTest.php
Verifies that a text format is properly stored.
FilterDefaultConfigTest::testInstallation in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests installation of default formats.
FilterDefaultConfigTest::testUpdateRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultConfigTest.php
Tests that changes to FilterFormat::$roles do not have an effect.
FilterDefaultFormatTest::testDefaultTextFormats in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterDefaultFormatTest.php
Tests if the default text format is accessible to users.
FilterEntityBundleTest::testFilterEntity in drupal/core/modules/views/lib/Drupal/views/Tests/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
FilterFormatAccessTest::testFormatRoles in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterFormatAccessTest.php
Tests if text format is available to a role.
FilterHtmlImageSecureTest::testImageSource in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterInOperatorSimple in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FilterInOperatorTest.php
FilterNoFormatTest::testCheckMarkupNoFormat in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php
Tests text without format.
FilterSecurityTest::testSkipSecurityFilters in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Tests that security filters are enforced even when marked to be skipped.
FilterSettingsTest::testFilterDefaults in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSettingsTest.php
Tests explicit and implicit default settings for filters.
FilterTest::testFilterQuery in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/FilterTest.php
Test query of the row plugin.
FilterUnitTest::testHtmlCorrectorFilter in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests the HTML corrector filter.
FilterUnitTest::testLineBreakFilter in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests the line break filter.
FormCacheTest::testCacheToken in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Tests the form cache with a logged-in user.
FormCacheTest::testNoCacheToken in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormCacheTest.php
Tests the form cache without a logged-in user.
FormTest::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
{inheritdoc}
FormTest::testCheckboxProcessing in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test default value handling for checkboxes.
FormTest::testColorValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'color' elements.
FormTest::testDisabledElements in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test handling of disabled elements.
FormTest::testFieldFormAccess in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests fields with no 'edit' access.
FormTest::testFieldFormHiddenWidget in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
Tests the Hidden widget.
FormTest::testFieldFormSingle in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testFieldFormSingleRequired in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
FormTest::testRange in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests default value handling of #type 'range' elements.
ForumTest::createForumTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Creates a forum topic.
ForumTest::editForumVocabulary in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testAddOrphanTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests that forum nodes can't be added without a parent.
ForumTest::testForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
FrontPageTest::testFrontPage in drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php
Tests the frontpage.
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.
GenericCacheBackendUnitTestBase::testGetMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testInvalidate in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::invalidate() and Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().
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.
GetRdfNamespacesTest::testGetRdfNamespaces in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/GetRdfNamespacesTest.php
Tests getting RDF namespaces.
GlossaryTest::testGlossaryView in drupal/core/modules/views/lib/Drupal/views/Tests/GlossaryTest.php
Tests the default glossary view.
GotoTest::testDrupalGoto in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_goto().
GroupByTest::testGroupBySave in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/GroupByTest.php
Tests whether basic saving works.
HandlerArgumentUserUidTest::testArgumentTitle in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerArgumentUserUidTest.php
Tests the generated title of an user: uid argument.
HandlerFieldFieldTest::_testFormatterSimpleFieldRender in drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php
Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::_testMultipleFieldRender in drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::_testSimpleFieldRender in drupal/core/modules/field/lib/Drupal/field/Tests/Views/HandlerFieldFieldTest.php
HandlerFieldRoleTest::testRole in drupal/core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldRoleTest.php
HandlerTest::testBreakPhrase in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests Drupal\views\Plugin\views\HandlerBase::breakPhrase() function.
HandlerTest::testBreakPhraseString in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the breakPhraseString() method.
HandlerTest::testPlaceholder in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the placeholder function.
HandlerTest::testRelationshipUI in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testSetRelationship in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php
Tests the relationship method on the base class.
HistoryTimestampTest::testHandlers in drupal/core/modules/history/lib/Drupal/history/Tests/Views/HistoryTimestampTest.php
Tests the handlers.
HtmlTagTest::testHtmlTag in drupal/core/modules/system/lib/Drupal/system/Tests/Common/HtmlTagTest.php
Tests #type 'html_tag'.
HtmlToTextTest::assertHtmlToText in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Helper function for testing drupal_html_to_text().
HtmlToTextTest::testDrupalHtmlToTextBlockTagToNewline in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Test that text separated by block-level tags in HTML get separated by (at least) a newline in the plaintext version.
HtmlToTextTest::testUsenetSignature in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Tests that drupal_wrap_mail() does not remove the trailing whitespace from Usenet style signatures.
ImageAdminStylesTest::testConfigImport in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testStyle in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsScaleUnitTest::testImageDimensionsScale in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsScaleUnitTest.php
Tests all control flow branches in image_dimensions_scale().
ImageDimensionsTest::testImageDimensions in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageEffectsTest::testCropEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_crop_effect() function.
ImageEffectsTest::testDesaturateEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_desaturate_effect() function.
ImageEffectsTest::testResizeEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_resize_effect() function.
ImageEffectsTest::testRotateEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_rotate_effect() function.
ImageEffectsTest::testScaleAndCropEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_scale_and_crop_effect() function.
ImageEffectsTest::testScaleEffect in drupal/core/modules/image/lib/Drupal/image/Tests/ImageEffectsTest.php
Test the image_scale_effect() function.
ImageFieldDefaultImagesTest::testDefaultImages in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields instances with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldDisplayTest::_testImageFieldFormatters in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageItemTest::testImageItem in drupal/core/modules/image/lib/Drupal/image/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStyleFlushTest::testFlush in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php
General test to flush a style.
ImageStylesPathAndUrlTest::testImageStylePath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Test image_style_path().
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStylesPathAndUrlTest.php
Tests image_style_url().
ImageThemeFunctionTest::testImageFormatterTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in drupal/core/modules/image/lib/Drupal/image/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
ImageUpgradePathTest::testImageStyleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php
Tests that custom and overridden image styles have been upgraded.
ImportOpmlTest::submitImportForm in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Submits form with invalid, empty, and valid OPML files.
ImportOpmlTest::validateImportFormFields in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
Submits form filled with invalid fields.
InsertDefaultsTest::testDefaultInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php
Tests that we can run a query that uses default values for everything.
InsertDefaultsTest::testDefaultInsertWithFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertDefaultsTest.php
Tests that we can insert fields with values and defaults in the same query.
JavaScriptTest::testAddInline in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding inline scripts.
JavaScriptTest::testAddSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding settings.
JavaScriptTest::testAggregationOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTest::testDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests that default JavaScript is empty.
JavaScriptTest::testDifferentGroup in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding a JavaScript file with a different group.
JavaScriptTest::testDifferentWeight in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests adding a JavaScript file with a different weight.
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::testLibraryAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Adds a JavaScript library to the page and alters it.
JavaScriptTest::testLibraryNameConflicts in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests that multiple modules can implement the same library.
JavaScriptTest::testReset in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php
Tests to see if resetting the JavaScript empties the cache.
JoinTest::testBasePlugin in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/JoinTest.php
Tests the join plugin base.
LanguageConditionTest::testConditions in drupal/core/modules/language/lib/Drupal/language/Tests/Condition/LanguageConditionTest.php
Test the language condition.
LanguageConfigurationElementTest::testDefaultLangcode in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests that the language_get_default_langcode() returns the correct values.
LanguageConfigurationElementTest::testLanguageConfigurationElement in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests the language settings have been saved.
LanguageConfigurationElementTest::testNodeTypeUpdate in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationElementTest.php
Tests that the configuration is updated when the node type is changed.
LanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageCustomLanguageConfigurationTest::testLanguageConfiguration in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php
Functional tests for adding, editing and deleting languages.
LanguageDependencyInjectionTest::testDependencyInjectedNewDefaultLanguage in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php
Test dependency injected Language object against a new default language object.
LanguageDependencyInjectionTest::testDependencyInjectedNewLanguage in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageDependencyInjectionTest.php
Test dependency injected languages against a new Language object.
LanguageListTest::testLanguageList in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguageListTest::testLanguageStates in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php
Functional tests for the language states (locked or configurable).
LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
LanguagePathMonolingualTest::setUp in drupal/core/modules/language/lib/Drupal/language/Tests/LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
LanguageSelectElementTest::testHiddenLanguageSelectElement in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Tests the case when the language select elements should not be printed.
LanguageSelectElementTest::_testLanguageSelectElementOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php
Helper function to check the options of a language select form element.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
LanguageUrlRewritingTest::testDomainNameNegotiationPort in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Check URL rewriting when using a domain name and a non-standard port.
LegacyTest::testTaxonomyLegacyNode in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LegacyTest.php
Test taxonomy functionality with nodes prior to 1970.
LinkItemTest::testLinkItem in drupal/core/modules/link/lib/Drupal/link/Tests/LinkItemTest.php
Tests using entity fields of the link field type.
LinksTest::assertMenuLinkParents in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LinksTest.php
Assert that at set of links is properly parented.
LoadMultipleTest::testTaxonomyTermMultipleLoad in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/LoadMultipleTest.php
Create a vocabulary and some taxonomy terms, ensuring they're loaded correctly using taxonomy_term_load_multiple().
LoadTest::testMultiple in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
This will test loading file data from the database.
LoadTest::testSingleValues in drupal/core/modules/file/lib/Drupal/file/Tests/LoadTest.php
Load a single file and ensure that the correct values are returned.
LocalActionTest::assertLocalAction in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LocalActionTest.php
Asserts local actions in the page output.
LocaleConfigTranslationTest::testConfigTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleImportFunctionalTest::testConfigPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleImportFunctionalTest::testStandalonePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Test import of standalone .po files.
LocaleInstallTest::testFunctionSignatures in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleInstallTest.php
Verify that function signatures of t() and st() are equal.
LocaleJavascriptTranslation::testFileParsing in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php
LocalePathTest::testPathLanguageConfiguration in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocalePathTest.php
Test if a language can be associated with a path alias.
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
LocaleStringTest::testStringSearchAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test Search API loading multiple objects.
LocaleTranslationTest::testStringTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUninstallTest::testUninstallProcess in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php
Check if the values of the Locale variables are correct after uninstall.
LocaleUpdateTest::assertTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks the translation of a string.
LocaleUpdateTest::testUpdateCheckStatus in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks if local or remote translation sources are detected.
LocaleUpdateTest::testUpdateImportModeNonCustomized in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import with a translations directory and only overwrite non-customized translations.
LocaleUpdateTest::testUpdateImportSourceLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from local sources.
LocaleUpdateTest::testUpdateImportSourceRemote in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import from remote sources.
LocaleUpdateTest::testUpdateImportWithoutDirectory in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Tests translation import without a translations directory.
LocaleUpdateTest::testUpdateProjects in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LoggingTest::testEnableLogging in drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php
Tests that we can log the existence of a query.
LoggingTest::testEnableMultiConnectionLogging in drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php
Tests that we can log queries separately on different connections.
LoggingTest::testEnableMultiLogging in drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php
Tests that we can run two logs in parallel.
LoggingTest::testEnableTargetLogging in drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php
Tests logging queries against multiple targets on the same connection.
LoggingTest::testEnableTargetLoggingNoTarget in drupal/core/modules/system/lib/Drupal/system/Tests/Database/LoggingTest.php
Tests that logs to separate targets utilize the same connection properly.
MailCaptureTest::testMailSend in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php
Test to see if the wrapper function is executed correctly.
MailTest::testFromHeader in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php
Checks for the site name in an auto-generated From: header.
MailTest::testPluggableFramework in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/MailTest.php
Assert that the pluggable mail system is functional.
MailUpgradePathTest::testMailSystemUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/MailUpgradePathTest.php
Tests that mail backends are upgraded to their Drupal 8 equivalents.
ManageDisplayTest::testFormatterUI in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageFieldsTest::testDefaultValue in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that default value is correctly validated and saved.
ManageFieldsTest::testWidgetChange in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests changing the widget used by a field.
MappingDefinitionTest::testMappingDefinitionPage in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Creates a node of type page and tests whether the RDF mapping is attached to the node.
MappingDefinitionTest::testMappingDefinitionRandomContentType in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Creates a random content type and node and ensures the default mapping for the node is being used.
MappingDefinitionTest::testMappingDefinitionTestBundleInstall in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingDefinitionTest.php
Creates a content type and a node of type test_bundle_hook_install and tests whether the RDF mapping defined in rdf_test.install is used.
MappingHookTest::testMapping in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/MappingHookTest.php
Tests that hook_rdf_mapping() correctly returns and processes mapping.
MatcherDumperTest::testAddRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirms that we can add routes to the dumper.
MatcherDumperTest::testDump in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php
Confirm that we can dump a route collection to the database.
MenuRouterTest::testMenuHidden in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests menu link depth and parents of local tasks and menu callbacks.
MenuRouterTest::testMenuHierarchy in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests for menu hierarchy.
MenuRouterTest::testMenuItemHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test menu maintenance hooks.
MenuRouterTest::testMenuName in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests for menu_name parameter for hook_menu().
MenuRouterTest::testMenuSetItem in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Test menu_set_item().
MenuTest::assertMenuLink in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Fetch the menu item from the database and compare it to the specified array.
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.
MergeTest::testMergeInsert in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-insert a record successfully.
MergeTest::testMergeInsertWithoutUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Tests that we can merge-insert without any update fields.
MergeTest::testMergeUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExcept in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully.
MergeTest::testMergeUpdateExplicit in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-update a record, with alternate replacement.
MergeTest::testMergeUpdateExpression in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-update a record successfully, with expressions.
MergeTest::testMergeUpdateWithoutUpdate in drupal/core/modules/system/lib/Drupal/system/Tests/Database/MergeTest.php
Confirms that we can merge-update without any update fields.
MetadataGeneratorTest::testEditorWithCustomMetadata in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
MetadataGeneratorTest::testSimpleEntityType in drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php
Tests a simple entity type, with two different simple fields.
MimeTypeMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeType matcher matches properly.
ModuleApiTest::assertModuleList in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Assert that the extension handler returns the expected values.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
ModulesDisabledUpgradePathTest::testDisabledUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ModulesDisabledUpgradePathTest.php
Tests an upgrade with all non-required modules installed but disabled.
ModuleTest::assertInstanceHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Ensure that a certain handler is a instance of a certain table/field.
ModuleTest::testStatusFunctions in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests view enable and disable procedural wrapper functions.
ModuleTest::testViewsGetHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the views_get_handler method.
ModuleTestBase::assertModules in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert the list of modules are enabled or disabled.
MoveTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test that moving onto an existing file fails when FILE_EXISTS_ERROR is specified.
MoveTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test replacement when moving onto a file that already exists.
MoveTest::testExistingReplaceSelf in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test replacement when moving onto itself.
MoveTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Move a normal file.
NameMungingTest::testMungeNullByte in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
Tests munging with a null byte in the filename.
NextIdTest::testDbNextId in drupal/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php
Tests that the sequences API works.
NodeAccessLanguageAwareCombinationTest::testNodeAccessLanguageAwareCombination in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareCombinationTest.php
Tests node_access() and node access queries with multiple node languages.
NodeAccessLanguageAwareTest::testNodeAccessLanguageAware in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageAwareTest.php
Tests node_access() and node access queries with multiple node languages.
NodeAccessLanguageTest::testNodeAccessQueryTag in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessLanguageTest.php
Tests db_select() with a 'node_access' tag and langcode metadata.
NodeAccessRecordsTest::testNodeAccessRecords in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeConditionTest::testConditions in drupal/core/modules/node/lib/Drupal/node/Tests/Condition/NodeConditionTest.php
Tests conditions.
NodeEntityViewModeAlterTest::testNodeViewModeChange in drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityViewModeAlterTest.php
Create a "Basic page" node and verify its consistency in the database.
NodeFieldMultilingualTestCase::testMultilingualDisplaySettings in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFieldMultilingualTestCase.php
NodeFormButtonsTest::assertButtons in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php
Assert method to verify the buttons in the dropdown element.
NodeFormButtonsTest::testNodeFormButtons in drupal/core/modules/node/lib/Drupal/node/Tests/NodeFormButtonsTest.php
Tests that the right buttons are displayed for saving nodes.
NodeIntegrationTest::assertNids in drupal/core/modules/node/lib/Drupal/node/Tests/Views/NodeIntegrationTest.php
Ensures that a list of nodes appear on the page.
NodeLoadHooksTest::testHookNodeLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadHooksTest.php
Tests that hook_node_load() is invoked correctly.
NodeLoadMultipleTest::testNodeMultipleLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodePostSettingsTest::testPagePostInfo in drupal/core/modules/node/lib/Drupal/node/Tests/NodePostSettingsTest.php
Confirms "Basic page" content type and post information is on a new node.
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for edit access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user without access.
NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter, for user with access.
NodeQueryAlterTest::testNodeQueryAlterOverride in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests 'node_access' query alter override.
NodeQueryAlterTest::testNodeQueryAlterWithUI in drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php
Tests that node access permissions are followed.
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeSaveTest::testDeterminingChanges in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Tests node presave and static node load cache.
NodeSaveTest::testImport in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Checks whether custom node IDs are saved properly during an import operation.
NodeSaveTest::testNodeSaveOnInsert in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Tests saving a node on node insert.
NodeSaveTest::testTimestamps in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeTestBase::assertNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTestBase.php
Asserts that node_access() correctly grants or denies access.
NodeTitleTest::testNodeTitle in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTokenReplaceTest::testNodeTokenReplacement in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeTranslationUITest::assertAuthoringInfo in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertAuthoringInfo().
NodeTranslationUITest::assertPublishedStatus in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::assertPublishedStatus().
NodeTranslationUITest::testDisabledBundle in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTypePersistenceTest::testNodeTypeCustomizationPersistence in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypePersistenceTest.php
Tests that node type customizations persist through disable and uninstall.
NodeTypeTest::testNodeTypeEditing in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeGetFunctions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Ensures that node type functions (node_type_get_*) work correctly.
NormalizeTest::testNormalize in drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizeTest.php
Tests the normalize function.
NumberItemTest::testNumberItem in drupal/core/modules/number/lib/Drupal/number/Tests/NumberItemTest.php
Tests using entity fields of the number field type.
OptionsFieldUITest::testNodeDisplay in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFieldUITest::testOptionsAllowedValuesBoolean in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Options (boolean) : test 'On/Off' values input.
OptionsFormattersTest::testFormatter in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFormattersTest.php
Tests the formatters.
OptionsSelectDynamicValuesTest::testSelectListDynamic in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsSelectDynamicValuesTest.php
Tests the 'options_select' widget (single select).
PageCacheTest::testConditionalRequests in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testPageCache in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests cache headers.
PageCacheTest::testPageCompression in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/PageCacheTest.php
Tests page compression.
PageEditTest::testPageEdit in drupal/core/modules/node/lib/Drupal/node/Tests/PageEditTest.php
Checks node edit functionality.
PagerTest::testLimit in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests the none-pager-query.
PagerTest::testNormalPager in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPagerApi in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Test the api functions on the view object.
PagerTest::testRenderNullPager in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
Tests rendering with NULL pager.
PagerTest::testViewTotalRowsWithoutPager in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php
PageTest::testBatchProgressPageTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
ParseInfoFileUnitTest::testParseInfoFile in drupal/core/modules/system/lib/Drupal/system/Tests/Common/ParseInfoFileUnitTest.php
Parses an example .info.yml file and verifies the results.
PathLanguageTest::testAliasTranslation in drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PhpConditionTest::testConditions in drupal/core/modules/php/lib/Drupal/php/Tests/Condition/PhpConditionTest.php
Tests conditions.
PhpTestBase::setUp in drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php
Sets up a Drupal site for running functional and integration tests.
PictureFieldDisplayTest::_testPictureFieldFormatters in drupal/core/modules/picture/lib/Drupal/picture/Tests/PictureFieldDisplayTest.php
Test picture formatters on node display.
PluginBagTest::testPluginBag in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php
Tests the generic plugin bag.
PluginBaseUnitTest::testSetOptionDefault in drupal/core/modules/views/lib/Drupal/views/Tests/PluginBaseUnitTest.php
Tests the setOptionDefault method.
PluginBaseUnitTest::testUnpackOptions in drupal/core/modules/views/lib/Drupal/views/Tests/PluginBaseUnitTest.php
Tests the unpackOptions method.
PreviewTest::testPreviewContextual in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/PreviewTest.php
Tests arguments in the preview form.
ProcessingTest::testBatchForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testDrupalFormSubmitInBatch in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests that drupal_form_submit() can run within a batch operation.
QueryGroupByTest::GroupByTestHelper in drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php
QueryGroupByTest::testAggregateCount in drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php
Tests aggregate count feature.
QueryTest::queryMethodsTests in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php
Test methods provided by the QueryPluginBase.
QueryTest::testArraySubstitution in drupal/core/modules/system/lib/Drupal/system/Tests/Database/QueryTest.php
Tests that we can pass an array of values directly in the query.
QueryTest::testQueryUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/QueryTest.php
Tests query plugins settings.
QueueTest::queueTest in drupal/core/modules/system/lib/Drupal/system/Tests/Queue/QueueTest.php
Queues and dequeues a set of items to check the basic queue functionality.
RangeQueryTest::testRangeQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/RangeQueryTest.php
Confirms that range queries work and return the correct result.
RdfaMarkupTest::testDrupalRdfaAttributes in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
Tests rdf_rdfa_attributes().
ReadTest::testRead in drupal/core/modules/rest/lib/Drupal/rest/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
RebuildTest::testMenuRebuildByVariable in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RebuildTest.php
Test if the 'menu_rebuild_needed' variable triggers a menu_rebuild() call.
RegionContentTest::testRegions in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RegionContentTest.php
Tests setting and retrieving content for theme regions.
RenderTest::testDrupalRenderThemeArguments in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests passing arguments to the theme function.
ResettableStaticUnitTest::testDrupalStatic in drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/ResettableStaticUnitTest.php
Tests drupal_static() function.
RetrieveFileTest::testFileRetrieving in drupal/core/modules/system/lib/Drupal/system/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
RouteProviderTest::testExactPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testOutlinePathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchTrailingSlash in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
RouteProviderTest::testOutlinePathMatchZero in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Tests a route with a 0 as value.
RouteProviderTest::testRouteByName in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Test RouteProvider::getRouteByName() and RouteProvider::getRoutesByNames().
RouteProviderTest::testSystemPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteProviderTest.php
Confirms that system_path attribute overrides request path.
RouteTest::testCompilation in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php
Confirms that a route compiles properly with the necessary data.
RouteTest::testCompilationDefaultValue in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouteTest.php
Confirms that a compiled route with default values has the correct outline.
RowRssTest::testRssRow in drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/RowRssTest.php
Test comment rss output.
RowUITest::testRowUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
SaveDataTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test file_save_data() when renaming around an existing file.
SaveDataTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test file_save_data() when replacing an existing file.
SaveDataTest::testWithFilename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test the file_save_data() function when a filename is provided.
SaveDataTest::testWithoutFilename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveDataTest.php
Test the file_save_data() function when no filename is provided.
SaveTest::testFileSave in drupal/core/modules/file/lib/Drupal/file/Tests/SaveTest.php
SaveUploadTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test the file_save_upload() function.
ScanDirectoryTest::testOptionCallback in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the callback function is called correctly.
ScanDirectoryTest::testOptionKey in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that key parameter sets the return value's key.
ScanDirectoryTest::testOptionMinDepth in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the min_depth options lets us ignore files in the starting directory.
ScanDirectoryTest::testOptionNoMask in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the no-mask parameter is honored.
ScanDirectoryTest::testOptionRecurse in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check that the recurse option decends into subdirectories.
ScanDirectoryTest::testReturn in drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php
Check the format of the returned values.
SchemaTest::assertFieldCharacteristics in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Asserts that a newly added field has the correct characteristics.
SchemaTest::checkSchemaComment in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Checks that a table or column comment matches a given description.
SchemaTest::testSchema in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests database interactions.
SearchBlockTest::testSearchFormBlock in drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchConfigSettingsFormTest::testSearchModuleDisabling in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify that you can disable individual search modules.
SearchEmbedFormTest::testEmbeddedForm in drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php
Tests that the embedded form appears and can be submitted.
SearchExcerptTest::testSearchExcerpt in drupal/core/modules/search/lib/Drupal/search/Tests/SearchExcerptTest.php
Tests search_excerpt() with several simulated search keywords.
SearchLanguageTest::testLanguages in drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php
SearchMatchTest::_testQueryMatching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php
Test the matching abilities of the engine.
SearchMatchTest::_testQueryScores in drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php
Test the scoring abilities of the engine.
SearchMultilingualEntityTest::testIndexingThrottle in drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php
Tests for indexing throttle with nodes in multiple languages.
SearchRankingTest::testDoubleRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Verifies that if we combine two rankings, search still works.
SearchRankingTest::testHTMLRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SearchSimplifyTest::testSearchSimplifyPunctuation in drupal/core/modules/search/lib/Drupal/search/Tests/SearchSimplifyTest.php
Tests that search_simplify() does the right thing with punctuation.
SearchTokenizerTest::testNoTokenizer in drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php
Verifies that strings of non-CJK characters are not tokenized.
SearchTokenizerTest::testTokenizer in drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php
Verifies that strings of CJK characters are tokenized.
SelectCloneTest::testSelectConditionSubQueryCloning in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectCloneTest.php
Test that subqueries as value within conditions are cloned properly.
SelectComplexTest::testCountQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryDistinct in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with distinct.
SelectComplexTest::testCountQueryFieldRemovals in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that countQuery properly removes fields and expressions.
SelectComplexTest::testCountQueryGroupBy in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that we can generate a count query from a query with GROUP BY.
SelectComplexTest::testCountQueryRemovals in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testDistinct in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests distinct queries.
SelectComplexTest::testGroupBy in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testHavingCountQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests having queries.
SelectComplexTest::testJoinTwice in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Confirms we can join on a single table twice with a dynamic alias.
SelectComplexTest::testLeftOuterJoin in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests range queries.
SelectOrderedTest::testSimpleSelectMultiOrdered in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php
Tests multiple ORDER BY.
SelectOrderedTest::testSimpleSelectOrdered in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php
Tests basic ORDER BY.
SelectOrderedTest::testSimpleSelectOrderedDesc in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.php
Tests ORDER BY descending.
SelectPagerDefaultTest::testElementNumbers in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that every pager gets a valid, non-overlaping element ID.
SelectPagerDefaultTest::testEvenPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testHavingPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a paging query results with a having expression are valid.
SelectPagerDefaultTest::testInnerPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query results with an inner pager query are valid.
SelectPagerDefaultTest::testOddPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectSubqueryTest::testConditionSubquerySelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a WHERE clause.
SelectSubqueryTest::testExistsSubquerySelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests EXISTS subquery conditionals on SELECT statements.
SelectSubqueryTest::testFromSubquerySelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause.
SelectSubqueryTest::testFromSubquerySelectWithLimit in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a FROM clause with a LIMIT.
SelectSubqueryTest::testJoinSubquerySelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests that we can use a subquery in a JOIN clause.
SelectSubqueryTest::testNotExistsSubquerySelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectSubqueryTest.php
Tests NOT EXISTS subquery conditionals on SELECT statements.
SelectTableSortDefaultTest::testTableSortQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms that a tablesort query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
SelectTest::testIsNotNullCondition in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that we can find a record without a NULL value.
SelectTest::testIsNullCondition in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that we can find a record with a NULL value.
SelectTest::testNullCondition in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that a comparison with NULL is always FALSE.
SelectTest::testRandomOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that random ordering of queries works.
SelectTest::testSimpleComment in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests rudimentary SELECT statement with a COMMENT.
SelectTest::testSimpleSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests rudimentary SELECT statements.
SelectTest::testSimpleSelectAllFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests adding all fields from a given table to a SELECT statement.
SelectTest::testSimpleSelectConditional in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests basic conditionals on SELECT statements.
SelectTest::testSimpleSelectExpression in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests SELECT statements with expressions.
SelectTest::testSimpleSelectExpressionMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests SELECT statements with multiple expressions.
SelectTest::testSimpleSelectMultipleFields in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests adding multiple fields to a SELECT statement at the same time.
SelectTest::testUnion in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that we can UNION multiple Select queries together.
SelectTest::testUnionAll in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that we can UNION ALL multiple SELECT queries together.
SelectTest::testUnionCount in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that we can get a count query for a UNION Select query.
SelectTest::testVulnerableComment in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests query COMMENT system against vulnerabilities.
SerializeQueryTest::testSerializeQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SerializeQueryTest.php
Confirms that a query can be serialized and unserialized.
SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
SessionTest::testEmptyAnonymousSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that empty anonymous sessions are destroyed.
SessionTest::testSessionWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that sessions are only saved when necessary.
SettingsRewriteTest::testDrupalRewriteSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/SettingsRewriteTest.php
Tests the drupal_rewrite_settings() function.
SettingsTest::testEditUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/SettingsTest.php
Tests the settings for the edit ui.
ShapeItemTest::testShapeItem in drupal/core/modules/field/lib/Drupal/field/Tests/ShapeItemTest.php
Tests using entity fields of the field field type.
ShortcutSetsTest::testShortcutSetSwitchCreate in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
ShortcutSetsTest::testShortcutSetSwitchNoSetName in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set without providing a new set name.
ShortcutUpgradePathTest::testContactUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ShortcutUpgradePathTest.php
Tests upgrade of {shortcut_set} table to configuration entities.
SimpleTestErrorCollectorTest::assertError in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php
Asserts that a collected error matches what we are expecting.
SimpleTestErrorCollectorTest::testErrorCollect in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php
Tests that simpletest collects errors from the tested site.
SimpleTestTest::confirmStubTestResults in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Confirm that the stub test produced the desired results.
SimpleTestTest::testInternalBrowser in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Test the internal browsers functionality.
SiteSchemaTest::testSiteSchema in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/SiteSchemaTest.php
Tests site-generated schema.
SizeUnitTest::testCommonFormatSize in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php
Checks that format_size() returns the expected string.
SizeUnitTest::testCommonParseSize in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php
Checks that parse_size() returns the proper byte sizes.
SizeUnitTest::testCommonParseSizeFormatSize in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SizeUnitTest.php
Cross-tests parse_size() and format_size().
SortDateTest::testDateOrdering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortDateTest.php
Tests numeric ordering of the result set.
SortRandomTest::testRandomOrdering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortRandomTest.php
Tests random ordering of the result set.
SortTest::testNumericOrdering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php
Tests numeric ordering of the result set.
SortTest::testStringOrdering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/SortTest.php
Tests string ordering of the result set.
SpaceUsedTest::testFileSpaceUsed in drupal/core/modules/file/lib/Drupal/file/Tests/SpaceUsedTest.php
Test different users with the default status.
StandardTest::testStandard in drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php
Tests Standard installation profile.
StateValuesCleanTest::testFormStateValuesClean in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php
Tests form_state_values_clean().
StatisticsAdminTest::testDeleteNode in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsAdminTest.php
Tests that when a node is deleted, the node counter is deleted too.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StorageTest::testDetails in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StorageTest.php
Tests changing label, description and tag.
StorageTestBase::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests CRUD operations.
StorageTestBase::testSetIfNotExists in drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/StorageTestBase.php
Tests the setIfNotExists() method.
StreamWrapperTest::testGetClassName in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the getClassName() function.
StreamWrapperTest::testGetInstanceByScheme in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the file_stream_wrapper_get_instance_by_scheme() function.
StreamWrapperTest::testGetValidStreamScheme in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the scheme functions.
StreamWrapperTest::testUriFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the URI and target functions.
StyleSerializerTest::testPreview in drupal/core/modules/rest/lib/Drupal/rest/Tests/Views/StyleSerializerTest.php
Tests the preview output for json output.
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.
StyleTest::_testGrouping in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php
Tests the grouping features of styles.
StyleUITest::testStyleUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/StyleUITest.php
Tests changing the style plugin and changing some options of a style.
SystemConfigFormTestBase::testConfigForm in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
SystemListingTest::testDirectoryPrecedence in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SystemListingTest.php
Tests that files in different directories take precedence as expected.
SystemUpgradePathTest::testVariableUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/SystemUpgradePathTest.php
Tests upgrade of variables to config.
TableSortExtenderUnitTest::testTableSortInit in drupal/core/modules/system/lib/Drupal/system/Tests/Common/TableSortExtenderUnitTest.php
Tests tablesort_init().
TaggingTest::testMetaData in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TaggingTest.php
Tests that we can attach metadata to a query object.
TagTest::testViewsUiAutocompleteTag in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
TaxonomyTermReferenceItemTest::testTaxonomyTermReferenceItem in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TaxonomyTermReferenceItemTest.php
Tests using entity fields of the taxonomy term reference field type.
TelephoneItemTest::testTestItem in drupal/core/modules/telephone/lib/Drupal/telephone/Tests/TelephoneItemTest.php
Tests using entity fields of the telephone field type.
TemporaryQueryTest::testTemporaryQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php
Confirms that temporary tables work and are limited to one request.
TempStoreDatabaseTest::testUserTempStore in drupal/core/modules/user/lib/Drupal/user/Tests/TempStoreDatabaseTest.php
Tests the UserTempStore API.
TermFieldMultipleVocabularyTest::testTaxonomyTermFieldMultipleVocabularies in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldMultipleVocabularyTest.php
Tests term reference field and widget with multiple vocabularies.
TermFieldTest::testTaxonomyTermFieldChangeMachineName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php
Tests that vocabulary machine name changes are mirrored in field definitions.
TermIndexTest::testTaxonomyIndex in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermIndexTest.php
Tests that the taxonomy index is maintained properly.
TermLanguageTest::testTermLanguage in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermLanguageTest.php
TermTest::testNodeTermCreationAndDeletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTaxonomyGetTermByName in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test taxonomy_term_load_multiple_by_name().
TermTest::testTaxonomyTermHierarchy in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test terms in a single and multiple hierarchy.
TermTest::testTermAutocompletion in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Tests term autocompletion edge cases with slashes in the names.
TermTest::testTermMultipleParentsInterface in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Test saving a term with multiple parents through the UI.
TermTest::testTermReorder in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationUITest::testTranslationUI in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::testTranslationUI().
TermUnitTest::testTaxonomyVocabularyTree in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermUnitTest.php
Test a taxonomy with terms that have multiple parents of different depths.
TestItemTest::testTestItem in drupal/core/modules/field/lib/Drupal/field/Tests/TestItemTest.php
Tests using entity fields of the field field type.
ThemeTest::testFindThemeTemplates in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Tests drupal_find_theme_templates().
ThemeTest::testSwitchDefaultTheme in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test switching the default theme.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
ThemeTest::testThemeSuggestions in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test function theme_get_suggestions() for SA-CORE-2009-003.
TokenReplaceTest::testSystemDateTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system date tokens.
TokenReplaceTest::testSystemSiteTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system site information tokens.
TokenReplaceTest::testTaxonomyTokenReplacement in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenReplaceTest::testTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Creates a user and a node, then tests the tokens generated from them.
ToolbarMenuTranslationTest::testToolbarClasses in drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarMenuTranslationTest.php
Tests that toolbar classes don't change when adding a translation.
ToolkitTest::testCrop in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_crop() function.
ToolkitTest::testDesaturate in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_desaturate() function.
ToolkitTest::testLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_load() function.
ToolkitTest::testResize in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_resize() function.
ToolkitTest::testRotate in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_rotate() function.
ToolkitTest::testScale in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_scale() function.
ToolkitTest::testScaleAndCrop in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Test the image_scale_and_crop() function.
TourTest::testTourFunctionality in drupal/core/modules/tour/lib/Drupal/tour/Tests/TourTest.php
Test tour functionality.
TrailTest::testCustom403And404Pages in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TrailTest.php
Tests that the active trail works correctly on custom 403 and 404 pages.
TranslationTest::testContentTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Creates, modifies, and updates a basic page with a translation.
TranslationTest::testFieldDisplayLanguage in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Tests display language logic for translatable fields.
TranslationTest::testFieldInvoke in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test the multilanguage logic of _field_invoke().
TranslationTest::testFieldInvokeMultiple in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test the multilanguage logic of _field_invoke_multiple().
TranslationTest::testTranslatableFieldSaveLoad in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test translatable fields storage/retrieval.
TreeAccessTest::testRouteItemMenuLinksAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeAccessTest.php
Tests access check for menu links with a route item.
TreeOutputTest::testMenuTreeData in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/TreeOutputTest.php
Validate the generation of a proper menu tree output.
TwigReferenceUnitTest::testTwigReference in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php
Test function for TwigReference class
TwigReferenceUnitTest::testTwigReferenceFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceUnitTest.php
Test function for TwigReferenceFunctions class
TypedDataTest::createTypedData in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Creates a typed data object and executes some basic assertions.
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.
UninstallTest::testUserPermsUninstalled in drupal/core/modules/system/lib/Drupal/system/Tests/Module/UninstallTest.php
Tests the hook_modules_uninstalled() of the user module.
UnmanagedCopyTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedMoveTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UnmanagedSaveDataTest::testFileSaveData in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php
Test the file_unmanaged_save_data() function.
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.
UpdateCoreTest::testFetchTasks in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php
Tests that exactly one fetch task per project is created and not more.
UpdateCoreUnitTest::testUpdateBuildFetchUrl in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php
Tests that _update_build_fetch_url() builds the URL correctly.
UpdateFeedTest::testUpdateFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdateScriptTest::testThemeSystem in drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php
Tests the effect of using the update script on the theme system.
UpdateTest::testPatchUpdate in drupal/core/modules/rest/lib/Drupal/rest/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UrlRewritingTest::testPublicCreatedFileURL in drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php
Test the generating of rewritten public created file URLs.
UrlRewritingTest::testShippedFileURL in drupal/core/modules/system/lib/Drupal/system/Tests/File/UrlRewritingTest.php
Test the generating of rewritten shipped file URLs.
UrlTest::testDrupalGetQueryParameters in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_get_query_parameters().
UrlTest::testDrupalHttpBuildQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_http_build_query().
UrlTest::testDrupalParseUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests drupal_parse_url().
UrlTest::testExternalUrls in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests external URL handling.
UrlTest::testFormUrl in drupal/core/modules/system/lib/Drupal/system/Tests/Form/UrlTest.php
Tests that #type 'url' fields are properly validated and trimmed.
UrlTest::testLinkRenderArrayText in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests that link functions support render arrays as 'text'.
UsageTest::testAddUsage in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Tests file_usage()->add().
UsageTest::testGetUsage in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Tests file_usage()->listUsage().
UsageTest::testRemoveUsage in drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php
Tests file_usage()->delete().
UserAccountLinksTests::testAccountPageTitles in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests page title is set correctly on user account tabs.
UserAccountLinksTests::testDisabledAccountLink in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests disabling the 'My account' link.
UserAccountLinksTests::testSecondaryMenu in drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php
Tests the secondary menu.
UserAdminListingTest::testUserListing in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminListingTest.php
Tests the listing.
UserAdminTest::testUserAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserAdminTest.php
Registers a user and deletes it.
UserBlocksTests::testUserLoginBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
Test the user login block.
UserCancelTest::testMassUserCancelByAdmin in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Create an administrative user and mass-delete other users.
UserCancelTest::testUserCancelUid1 in drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php
Tests that user account for uid 1 cannot be cancelled.
UserCreateTest::testUserAdd in drupal/core/modules/user/lib/Drupal/user/Tests/UserCreateTest.php
Create a user through the administration interface and ensure that it displays in the user list.
UserDataTest::testDataField in drupal/core/modules/user/lib/Drupal/user/Tests/Views/UserDataTest.php
Tests field handler.
UserEntityCallbacksTest::testLabelCallback in drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php
Test label callback.
UserEntityCallbacksTest::testUriCallback in drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityCallbacksTest.php
Test URI callback.
UserEntityTest::testUserMethods in drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php
Tests some of the methods.
UserLanguageCreationTest::testLocalUserCreation in drupal/core/modules/user/lib/Drupal/user/Tests/UserLanguageCreationTest.php
Functional test for language handling during user creation.
UserPasswordResetTest::testUserPasswordReset in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserPictureUpgradePathTest::testUserPictureUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRegistrationTest::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserRoleAdminTest::testRoleAdministration in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleAdminTest::testRoleWeightOrdering in drupal/core/modules/user/lib/Drupal/user/Tests/UserRoleAdminTest.php
Test user role weight change operation and ordering.
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
ValidateTest::testCallerValidation in drupal/core/modules/file/lib/Drupal/file/Tests/ValidateTest.php
Test that the validators passed into are checked.
ValidatorTest::testFileValidateExtensions in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
Test the file_validate_extensions() function.
ValidatorTest::testFileValidateImageResolution in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
This ensures the resolution of a specific file is within bounds. The image will be resized if it's too large.
ValidatorTest::testFileValidateIsImage in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
This ensures a specific file is actually an image.
ValidatorTest::testFileValidateNameLength in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
This will ensure the filename length is valid.
ValidatorTest::testFileValidateSize in drupal/core/modules/file/lib/Drupal/file/Tests/ValidatorTest.php
Test file_validate_size().
VersionTest::testModuleVersions in drupal/core/modules/system/lib/Drupal/system/Tests/Module/VersionTest.php
Test version dependencies.
ViewElementTest::testViewElement in drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php
Tests the rendered output and form output of a view element.
ViewExecutableTest::testDisplays in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the display related methods and properties.
ViewExecutableTest::testInitMethods in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testPropertyMethods in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the setting/getting of properties.
ViewExecutableTest::testValidate in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewExecutableTest::testViewsHandlerTypes in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests ViewExecutable::viewsHandlerTypes().
ViewPageControllerTest::testPageController in drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php
Tests the page controller.
ViewRenderTest::testRender in drupal/core/modules/views/lib/Drupal/views/Tests/ViewRenderTest.php
Tests render functionality.
ViewsDataTest::assertCountIncrement in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Asserts that the count for hook_views_data either equal or has increased.
ViewsDataTest::testCacheRequests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Ensures that cache entries are only set and get when necessary.
ViewsDataTest::testFetchBaseTables in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the fetchBaseTables() method.
ViewsDataTest::testViewsFetchData in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the views.views_data service.
ViewsDataTest::testViewsFetchFields in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the views_fetch_fields function().
ViewStorageTest::displayMethodTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
ViewStorageTest::displayTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests adding, saving, and loading displays on 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.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyTest::testTaxonomyAdminChangingWeights in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyTest.php
Changing weights on the vocabulary overview with two or more vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyDeleteWithTerms in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Test deleting a taxonomy that contains terms.
VocabularyUnitTest::testTaxonomyVocabularyLoadMultiple in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Tests for loading multiple vocabularies.
VocabularyUnitTest::testTaxonomyVocabularyLoadStaticReset in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/VocabularyUnitTest.php
Ensure that the vocabulary static reset works correctly.
WebTestBase::assertTitle in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Pass if the page title is the given string.
WebTestBase::assertUrl in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Pass if the internal browser's URL matches the given path.
WebTestBase::drupalCreateContentType in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a custom content type based on default settings.
WizardPluginBaseUnitTest::testCreateView in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/WizardPluginBaseUnitTest.php
Tests the creating of a view.
WizardTest::testCommentWizard in drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php
Tests adding a view of comments.
WrapMailUnitTest::testDrupalWrapMail in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/WrapMailUnitTest.php
Makes sure that drupal_wrap_mail() wraps the correct types of lines.
XmlRpcBasicTest::testListMethods in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcBasicTest.php
Ensure that a basic XML-RPC call with no parameters works.
XmlRpcMessagesTest::testAlterListMethods in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php
Ensure that hook_xmlrpc_alter() can hide even builtin methods.
XmlRpcMessagesTest::testSizedMessages in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php
Make sure that XML-RPC can transfer large messages.
XmlRpcValidatorTest::testValidator in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php
Run validator1 tests.
XssUnitTest::testT in drupal/core/modules/system/lib/Drupal/system/Tests/Common/XssUnitTest.php
Tests t() functionality.