331 calls to format_string()

ActiveTest::_testActiveHelper in drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php
Helper function for testActive().
AddFeedTest::testBasicFeedAddNoTitle in drupal/core/modules/system/lib/Drupal/system/Tests/Common/AddFeedTest.php
Tests drupal_add_feed() with paths, URLs, and titles.
AggregatorConfigurationTest::testSettingsPage in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTest::testBlockLinks in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
Adds a feed block to the page and checks its links.
AggregatorTestBase::createFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Creates an aggregator feed.
AggregatorTestBase::updateFeedItems in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Updates the feed items.
AliasTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Path/AliasTest.php
AnalyzeTest::testAnalyzeBasic in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/AnalyzeTest.php
Tests that analyze works in general.
AreaEntityTest::testEntityAreaData in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaEntityTest.php
Tests views data for entity area handlers.
BasicTest::testWizardDefaultValues in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/BasicTest.php
Tests default plugin values are populated from the wizard form.
BlockPluginBag::initializePlugin in drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php
Initializes a plugin and stores the result in $this->pluginInstances.
BlockTest::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Moves a block to a given region via the UI and confirms the result.
BlockTest::testBlockModuleDisable in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTest.php
Tests blocks belonging to disabled modules.
BlockTestBase::moveBlockToRegion in drupal/core/modules/block/lib/Drupal/block/Tests/BlockTestBase.php
Moves a block to a given region via the UI and confirms the result.
BookTest::checkBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Checks the outline of sub-pages; previous, up, and next.
BookTest::testBookNavigationBlock in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Tests the functionality of the book navigation block.
Breakpoint::isValid in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/Breakpoint.php
Checks if the breakpoint is valid.
BreakpointGroup::isValid in drupal/core/modules/breakpoint/lib/Drupal/breakpoint/Plugin/Core/Entity/BreakpointGroup.php
Checks if the breakpoint group is valid.
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.
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.
CacheDecoratorLanguageTest::testCacheDecoratorLanguage in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/CacheDecoratorLanguageTest.php
Check the translations of the cached plugin definitions.
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.
CheckboxTest::testFormCheckbox in drupal/core/modules/system/lib/Drupal/system/Tests/Form/CheckboxTest.php
ClearTest::testFlushAllCaches in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/ClearTest.php
Tests drupal_flush_all_caches().
CommentFieldsTest::testCommentDefaultFields in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
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().
CommentTestBase::performCommentOperation in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Performs the specified operation on the specified comment.
CommentTestBase::setCommentAnonymous in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets the value governing restrictions on anonymous comments.
CommentTestBase::setCommentPreview in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets the value governing the previewing mode for the comment form.
CommentTestBase::setCommentsPerPage in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets the value specifying the default number of comments per page.
CommentThreadingTest::assertNoParentLink in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php
Asserts that the specified comment does not have a link to a parent.
CommentThreadingTest::assertParentLink in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentThreadingTest.php
Asserts that the link to the specified parent comment is present.
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
Config::validateName in drupal/core/lib/Drupal/Core/Config/Config.php
Validates the configuration object name.
ConfigCRUDTest::testNameValidation in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigCRUDTest.php
Tests the validation of configuration object names.
ConfigDiffTest::testDiff in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigDiffTest.php
Tests calculating the difference between two sets of configuration.
ConfigEntityTest::testCRUDUI in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigFileContentTest::testReadWriteConfig in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigFileContentTest.php
Tests setting, writing, and reading of a configuration setting.
ConfigImportUITest::testImportDiff in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests the screen that shows differences between active and staging.
ConfigTestFormController::save in drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
ConfigTestTranslationUITest::testTranslationUI in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php
Overrides EntityTranslationTest::testTranslationUI().
config_get_config_directory in drupal/core/includes/bootstrap.inc
Returns the path of a configuration directory.
ConnectionUnitTest::assertConnection in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Asserts that a connection ID exists.
ConnectionUnitTest::assertNoConnection in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php
Asserts that a connection ID does not exist.
ContactSitewideTest::deleteCategories in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Deletes all categories.
ContextualDynamicContextTest::assertContextualLinkPlaceHolder in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Asserts that a contextual link placeholder with the given id exists.
ContextualDynamicContextTest::assertNoContextualLinkPlaceHolder in drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php
Asserts that a contextual link placeholder with the given id does not exist.
CustomBlockCreationTest::testCustomBlockCreation in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
CustomBlockRevisionsTest::testRevisions in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockRevisionsTest.php
Checks block revision related operations.
CustomBooleanTest::testCustomOption in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CustomBooleanTest.php
Tests the setting and output of custom labels for boolean values.
DatetimeFieldTest::testDateField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date field functionality.
DatetimeFieldTest::testDatetimeField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Tests date and time field.
DatetimeFieldTest::testInvalidField in drupal/core/modules/datetime/lib/Drupal/datetime/Tests/DatetimeFieldTest.php
Test that invalid values are caught and marked as invalid.
DateUpgradePathTest::testDateUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/DateUpgradePathTest.php
Tests that date formats have been upgraded.
DbLogTest::doNode in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Generates and then verifies some user events.
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::verifyCron in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Verifies that cron correctly applies the database log row limit.
DbLogTest::verifyRowLimit in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DbLogTest.php
Verifies setting of the database log row limit.
DefaultMobileMetaTagsTest::testDefaultMetaTagsExist in drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags are added.
DefaultMobileMetaTagsTest::testRemovingDefaultMetaTags in drupal/core/modules/system/lib/Drupal/system/Tests/System/DefaultMobileMetaTagsTest.php
Verifies that the default mobile meta tags can be removed.
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.
DefaultViewsTest::clickViewsOperationLink in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DefaultViewsTest.php
Click a link to perform an operation on a view.
DefaultViewsTest::testDefaultViews in drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php
Test that all Default views work as expected.
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.
DisplayApiTest::testFieldViewField in drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php
Test the field_view_field() function.
DisplayApiTest::testFieldViewValue in drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php
Test the field_view_value() function.
DisplayAttachmentTest::testAttachmentUI in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php
Tests the attachment UI.
DisplayBlockTest::testBlockContextualLinks in drupal/core/modules/block/lib/Drupal/block/Tests/Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
DisplayTest::testPageContextualLinks in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayTest.php
Tests contextual links on Views page displays.
DrupalUnitTestBase::disableModules in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Disables modules for this test.
DrupalUnitTestBase::enableModules in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Enables modules for this test.
DrupalUnitTestBase::installConfig in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Installs default configuration for a given list of modules.
DrupalUnitTestBase::installSchema in drupal/core/modules/simpletest/lib/Drupal/simpletest/DrupalUnitTestBase.php
Installs a specific table from a module schema definition.
EfqTest::testTaxonomyEfq in drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/EfqTest.php
Tests that a basic taxonomy entity query works.
ElementsTableSelectTest::testMultipleFalse in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Test the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testTableselectColSpan in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementsTableSelectTest.php
Tests the display when #colspan is set.
ElementTest::testOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests expansion of #options for #type checkboxes and radios.
ElementTest::testPlaceHolderText in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php
Tests placeholder text for elements that support placeholders.
EnableDisableTest::testEnableDisable in drupal/core/modules/system/lib/Drupal/system/Tests/Module/EnableDisableTest.php
Tests that all core modules can be enabled, disabled and uninstalled.
EntityAccessTest::assertEntityAccess in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php
Asserts entity access correctly grants or denies access.
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.
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::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.
EntityFormTest::assertFormCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityOperationsTest::testEntityOperationAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php
Checks that hook_entity_operation_alter() can add an operation.
EntityQueryTest::assertBundleOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
EntityReferenceEntityFormatter::viewElements in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/field/formatter/EntityReferenceEntityFormatter.php
Overrides \Drupal\field\Plugin\Type\Formatter\FormatterBase::viewElements().
EntityReferenceSelectionAccessTest::assertReferencable in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Tests/EntityReferenceSelectionAccessTest.php
EntityRevisionsTest::assertRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Executes the revision tests for the given entity type.
EntityTranslation::get in drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php
Implements \Drupal\Core\TypedData\ComplexDataInterface::get().
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.
EntityTranslationSyncImageTest::testImageFieldSync in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php
Tests image field field synchronization.
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::assertBasicTranslation in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php
Tests the basic translation workflow.
EntityTranslationWorkflowsTest::assertWorkflows in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
EntityTranslationWorkflowsTest::testWorkflows in drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
entity_test_entity_operation_alter in drupal/core/modules/system/tests/modules/entity_test/entity_test.module
Implements hook_entity_operation_alter().
ErrorHandlerTest::assertErrorMessage in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Helper function: assert that the error message is found.
ErrorHandlerTest::assertNoErrorMessage in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Helper function: assert that the error message is not found.
ErrorHandlerTest::testExceptionHandler in drupal/core/modules/system/lib/Drupal/system/Tests/System/ErrorHandlerTest.php
Test the exception handler.
FeedParserTest::testAtomSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testRSS091Sample in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
Field::saveNew in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php
Saves a new field definition.
FieldAttachOtherTest::testFieldAttachView in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php
Test field_attach_view() and field_attach_prepare_view().
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::testFieldStorageDetailsAlter in drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php
Test storage details alteration.
FieldCounterTest::testSimple in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCounterTest.php
FieldInfoTest::testFieldInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that field types and field definitions are correctly cached.
FieldInfoTest::testSettingsInfo in drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
Test that the field_info settings convenience functions work.
FieldInstance::saveNew in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Saves a new field instance definition.
FieldInstance::__construct in drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/FieldInstance.php
Constructs a FieldInstance object.
FieldTestBase::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldTestBase.php
Assert that a field has the expected values in an entity.
FieldUIUpgradePathTest::testFieldUIPermissions in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FieldUIUpgradePathTest.php
Tests Field UI permissions upgrade path.
FieldUnitTest::testFieldTokens in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldUnitTest.php
Tests the field tokens, row level and field level.
FieldUnitTestBase::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FieldUnitTestBase.php
Assert that a field has the expected values in an entity.
FieldWebTest::testTextRendering in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php
Tests trimming/read-more/ellipses.
FilterBag::initializePlugin in drupal/core/modules/filter/lib/Drupal/filter/FilterBag.php
Initializes a plugin and stores the result in $this->pluginInstances.
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.
FilterHtmlImageSecureTest::testImageSource in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
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::assertFilteredString in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Asserts multiple filter output expectations for multiple input strings.
FilterUnitTest::testHtmlCorrectorFilter in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterUnitTest.php
Tests the HTML corrector filter.
FormTest::assertFieldValues in drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
{inheritdoc}
FormTest::assertFormValuesDefault in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Assert that the values submitted to a form matches the default values of the elements.
FormTest::testCheckboxProcessing in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Test default value handling for checkboxes.
FormTest::testDisabledMarkup in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Verify markup for disabled form elements.
FormTest::testNumber in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'number' and 'range' elements.
FormTest::testRequiredAttribute in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests required attribute.
FormTest::testRequiredCheckboxesRadio in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation for required checkbox, select, and radio elements.
FormTest::testSelect in drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormTest.php
Tests validation of #type 'select' elements.
ForumBlockTest::testActiveForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
Tests the "Active forum topics" block.
ForumBlockTest::testNewForumTopicsBlock in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumBlockTest.php
Tests the "New forum topics" block.
ForumTest::createForum in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::createForumTopic in drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php
Creates a forum topic.
FrameworkTest::testLazyLoad in drupal/core/modules/system/lib/Drupal/system/Tests/Ajax/FrameworkTest.php
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrontPageTest::testFrontPage in drupal/core/modules/node/lib/Drupal/node/Tests/Views/FrontpageTest.php
Tests the frontpage.
HandlerAllTest::testHandlers in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerAllTest.php
Tests most of the handlers.
HandlerBase::getEntityType in drupal/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
Determines the entity type used by this handler.
HelpTest::testHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Logs in users, creates dblog events, and tests dblog functionality.
HelpTest::verifyHelp in drupal/core/modules/help/lib/Drupal/help/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
ImageAdminStylesTest::testConfigImport in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Tests image style configuration import that does a delete.
ImageAdminStylesTest::testNumericStyleName in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Test creating an image style with a numeric name and ensuring it can be applied to an image.
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.
ImageAdminStylesTest::testStyleReplacement in drupal/core/modules/image/lib/Drupal/image/Tests/ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageDimensionsScaleUnitTest::testImageDimensionsScale in drupal/core/modules/image/lib/Drupal/image/Tests/ImageDimensionsScaleUnitTest.php
Tests all control flow branches in image_dimensions_scale().
ImageFieldDefaultImagesTest::testDefaultImages in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields instances with default images.
ImageStyleFlushTest::testFlush in drupal/core/modules/image/lib/Drupal/image/Tests/ImageStyleFlushTest.php
General test to flush a style.
ImageUpgradePathTest::testImageStyleUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/ImageUpgradePathTest.php
Tests that custom and overridden image styles have been upgraded.
InsertLobTest::testInsertOneBlob in drupal/core/modules/system/lib/Drupal/system/Tests/Database/InsertLobTest.php
Tests that we can insert a single blob field successfully.
InstallerLanguageTest::testInstallerTranslationFiles in drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php
Tests that the installer can find translation files.
InstallStorage::getFilePath in drupal/core/lib/Drupal/Core/Config/InstallStorage.php
Overrides Drupal\Core\Config\FileStorage::getFilePath().
JsonUnitTest::testJSON in drupal/core/modules/system/lib/Drupal/system/Tests/Common/JsonUnitTest.php
Tests converting PHP variables to JSON strings and back.
LanguageBrowserDetectionUnitTest::testLanguageFromBrowser in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageBrowserDetectionUnitTest.php
Unit tests for the language_from_browser() function.
LanguageConfigurationTest::checkConfigurableLanguageWeight in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageConfigurationTest.php
Validates system languages are ordered after configurable 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.
LanguageNegotiationInfoTest::checkFixedLanguageTypes in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Check that language negotiation for fixed types matches the stored one.
LanguageNegotiationInfoTest::testInfoAlterations in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageNegotiationInfoTest.php
Tests alterations to language types/negotiation info.
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
Tests that the options printed by the language select element are correct.
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.
LanguageUILanguageNegotiationTest::testLanguageDomain in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUILanguageNegotiationTest.php
Tests url() when separate domains are used for multiple languages.
LanguageUpgradePathTest::testLanguageUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/LanguageUpgradePathTest.php
Tests a successful upgrade.
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().
LocaleImportFunctionalTest::testConfigPoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleImportFunctionalTest.php
Tests .po file import with configuration translation.
LocaleStringTest::testStringCRUDAPI in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php
Test CRUD API.
LocaleUpdateTest::assertTranslation in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks the translation of a string.
LocaleUpdateTest::testUpdateProjects in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LocalTasksTest::assertLocalTasks in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/LocalTasksTest.php
Asserts local tasks in the page output.
MailCaptureTest::testMailSend in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MailCaptureTest.php
Test to see if the wrapper function is executed correctly.
ManageFieldsTest::manageFieldsPage in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests the manage fields page.
ManageFieldsTest::testHiddenFields in drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/ManageFieldsTest.php
Tests that Field UI respects the 'no_ui' option in hook_field_info().
Mapping::get in drupal/core/lib/Drupal/Core/Config/Schema/Mapping.php
Implements Drupal\Core\TypedData\ComplexDataInterface::get().
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.
MatchPathTest::testDrupalMatchPath in drupal/core/modules/system/lib/Drupal/system/Tests/Path/MatchPathTest.php
Run through our test cases, making sure each one works as expected.
MenuRouterTest::menuItemTitlesCasesHelper in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative".
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::testMenuLoadArgumentsInheritance in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuRouterTest.php
Tests inheritance of 'load arguments'.
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::testBlockContextualLinks in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Tests the contextual links on a menu block.
MenuTestBase::assertBreadcrumb in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/MenuTestBase.php
Assert that a given path shows certain breadcrumb links.
MimeTypeTest::testFileMimeTypeDetection in drupal/core/modules/system/lib/Drupal/system/Tests/File/MimeTypeTest.php
Test mapping of mimetypes from filenames.
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.
ModuleTest::testViewsGetHandler in drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
Tests the views_get_handler method.
ModuleTestBase::assertLogMessage in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Verify a log entry was entered for a module's status change. Called in the same way of the expected original watchdog() execution.
ModuleTestBase::assertModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that the default configuration of a module has been installed.
ModuleTestBase::assertModules in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert the list of modules are enabled or disabled.
ModuleTestBase::assertModuleTablesDoNotExist in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesExist in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert that all tables defined in a module's hook_schema() exist.
ModuleTestBase::assertNoModuleConfig in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Asserts that no configuration exists for a given module.
ModuleTestBase::assertTableCount in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleTestBase.php
Assert there are tables that begin with the specified base table name.
NameMungingTest::testMungeIgnoreInsecure in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
If the system.file.allow_insecure_uploads setting evaluates to true, the file should come out untouched, no matter how evil the filename.
NameMungingTest::testMungeIgnoreWhitelisted in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
White listed extensions are ignored by file_munge_filename().
NameMungingTest::testMunging in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
Create a file and munge/unmunge the name.
NameMungingTest::testUnMunge in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
Ensure that unmunge gets your name back.
NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks in drupal/core/modules/block/lib/Drupal/block/Tests/NewDefaultThemeBlocksTest.php
Check the enabled Bartik blocks are correctly copied over.
NodeAccessRecordsTest::testNodeAccessRecords in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeLoadMultipleTest::testNodeMultipleLoad in drupal/core/modules/node/lib/Drupal/node/Tests/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeTestBase::assertNodeAccess in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTestBase.php
Asserts that node_access() correctly grants or denies access.
NodeTokenReplaceTest::testNodeTokenReplacement in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
NodeTypeTest::testNodeTypeStatus in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests that node_types_rebuild() correctly handles the 'disabled' flag.
OptionsFieldUITest::testNodeDisplay in drupal/core/modules/options/lib/Drupal/options/Tests/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
PageEditTest::testPageEdit in drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/PageEditTest.php
Checks block edit functionality.
PercentagesUnitTest::testBatchPercentages in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PercentagesUnitTest.php
Tests the _batch_api_percentage() function.
PluginBagTest::testPluginBag in drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/PluginBagTest.php
Tests the generic plugin bag.
PluginInstanceTest::testPluginData in drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php
Confirms that there is plugin data for all views plugin types.
PluginInstanceTest::testPluginInstances in drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php
Tests creating instances of every views plugin.
ProgrammaticTest::submitForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ProgrammaticTest.php
Helper function used to programmatically submit the form defined in form_test.module with the given values.
RegionContentTest::testRegions in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RegionContentTest.php
Tests setting and retrieving content for theme regions.
RenderTest::assertRenderedElement in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests that elements are rendered properly.
RenderTest::testDrupalRenderInvalidKeys in drupal/core/modules/system/lib/Drupal/system/Tests/Common/RenderTest.php
Tests rendering elements with invalid keys.
RequiredTest::testDisableRequired in drupal/core/modules/system/lib/Drupal/system/Tests/Module/RequiredTest.php
Assert that core required modules cannot be disabled.
SchemaTest::assertFieldAdditionRemoval in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Asserts that a given field can be added and removed from a table.
SchemaTest::testUnsignedColumns in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php
Tests creating unsigned columns and data integrity thereof.
SearchConfigSettingsFormTest::testSearchModuleDisabling in drupal/core/modules/search/lib/Drupal/search/Tests/SearchConfigSettingsFormTest.php
Verify that you can disable individual search modules.
SearchNumberMatchingTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php
Tests that all the numbers can be searched.
SearchNumbersTest::testNumberSearching in drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumbersTest.php
Tests that all the numbers can be searched.
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.
SelectPagerDefaultTest::testEvenPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectPagerDefaultTest::testOddPagerQuery in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php
Confirms that a pager query returns the correct results.
SelectTableSortDefaultTest::testTableSortQueryFirst in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTableSortDefaultTest.php
Confirms precedence of tablesorts headers.
SessionTest::testSessionSaveRegenerate in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Tests for drupal_save_session() and drupal_session_regenerate().
SettingsForm::__construct in drupal/core/modules/aggregator/lib/Drupal/aggregator/Form/SettingsForm.php
Constructs a \Drupal\aggregator\SettingsForm object.
ShortcutSetsTest::testShortcutSetRenameAlreadyExists in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set to the same name as another set.
SimpleTestErrorCollectorTest::assertError in drupal/core/modules/system/lib/Drupal/system/Tests/Common/SimpleTestErrorCollectorTest.php
Asserts that a collected error matches what we are expecting.
SimpleTestTest::assertAssertion in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Assert that an assertion with the specified values is displayed in the test results.
Sql::execute in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Executes the query and fills the associated view object with according values.
st in drupal/core/includes/install.inc
Translates a string when some systems are not available.
StateSystemUpgradePathTest::testSystemVariableUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/StateSystemUpgradePathTest.php
Tests upgrade of system variables to state system.
StateValuesCleanTest::testFormStateValuesClean in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanTest.php
Tests form_state_values_clean().
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.
StringBase::delete in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\LocaleString::delete().
StringBase::save in drupal/core/modules/locale/lib/Drupal/locale/StringBase.php
Implements Drupal\locale\LocaleString::save().
StringDatabaseStorage::dbStringInsert in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Createds a database record for a string object.
StringDatabaseStorage::dbStringUpdate in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Updates string object in the database.
StringDatabaseStorage::delete in drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php
Implements Drupal\locale\StringStorageInterface::delete().
StyleMappingTest::mappedOutputHelper in drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleMappingTest.php
Tests the mapping of fields.
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.
system_update_8046 in drupal/core/modules/system/system.install
Install new default views.
system_update_8050 in drupal/core/modules/system/system.install
Convert mail settings to config.
Tables::addField in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
Tables::ensureEntityTable in drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/Tables.php
Join entity table if necessary and return the alias for it.
TagTest::testViewsUiAutocompleteTag in drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/TagTest.php
Tests the views_ui_autocomplete_tag function.
TempStore::delete in drupal/core/modules/user/lib/Drupal/user/TempStore.php
Deletes data from the store for a given key and releases the lock on it.
TempStore::set in drupal/core/modules/user/lib/Drupal/user/TempStore.php
Stores a particular key/value pair in this TempStore.
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.
TestBase::assertIdenticalObject in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Checks to see if two objects are identical.
TestBase::exceptionHandler in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Handle exceptions.
TextFieldTest::_testTextfieldWidgets in drupal/core/modules/text/lib/Drupal/text/Tests/TextFieldTest.php
Helper function for testTextfieldWidgets().
TextSummaryTest::assertTextSummary in drupal/core/modules/text/lib/Drupal/text/Tests/TextSummaryTest.php
Calls text_summary() and asserts that the expected teaser is returned.
TipsBag::initializePlugin in drupal/core/modules/tour/lib/Drupal/tour/TipsBag.php
Overrides \Drupal\Component\Plugin\PluginBag::initializePlugin().
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::testSystemTokenRecognition in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Test whether token-replacement works in various contexts.
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/views/lib/Drupal/views/Tests/TokenReplaceTest.php
Tests core token replacements generated from a view.
ToolkitGdTest::testManipulations in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ToolkitTestBase::assertToolkitOperationsCalled in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTestBase.php
Assert that all of the specified image toolkit operations were called exactly once once, other values result in failure.
TrackerTest::testTrackerCronIndexing in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests that existing nodes are indexed by cron.
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.
TransactionTest::assertRowAbsent in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Asserts that a given row is absent from the test table.
TransactionTest::assertRowPresent in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Asserts that a given row is present in the test table.
TranslationTest::assertLanguageSwitchLinks in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Tests whether the specified language switch links are found.
TranslationTest::testContentTranslation in drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php
Creates, modifies, and updates a basic page with a translation.
TranslationTest::testFieldAvailableLanguages in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Ensures that only valid values are returned by field_available_languages().
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.
TranslationWebTest::checkTranslationRevisions in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php
Check if the field translation attached to the entity revision identified by the passed arguments were correctly stored.
TransliterationTest::testPHPTransliteration in drupal/core/modules/system/lib/Drupal/system/Tests/Transliteration/TransliterationTest.php
Tests the PHPTransliteration class.
TypedDataFactory::createInstance in drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php
Implements \Drupal\Component\Plugin\Factory\FactoryInterface::createInstance().
TypedDataTest::createTypedData in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Creates a typed data object and executes some basic assertions.
UpdateFeedItemTest::testUpdateFeedItem in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdateLobTest::testUpdateOneBlob in drupal/core/modules/system/lib/Drupal/system/Tests/Database/UpdateLobTest.php
Confirms that we can update a blob column.
UpdateModuleHandler::enable in drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php
Enables or installs a given list of modules.
UrlAlterFunctionalTest::assertUrlInboundAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter in drupal/core/modules/system/lib/Drupal/system/Tests/Path/UrlAlterFunctionalTest.php
Assert that an outbound path is altered to an expected value.
UrlTest::testLinkCustomClass in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Tests for custom class in links produced by l() and theme_link() functions.
UrlTest::testLinkXSS in drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php
Confirms that invalid URLs are filtered in link generating functions.
UserDeleteTest::testUserDeleteMultiple in drupal/core/modules/user/lib/Drupal/user/Tests/UserDeleteTest.php
Test deleting multiple users.
UserRegistrationTest::testRegistrationWithUserFields in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
Tests Field API fields on user registration forms.
UserTokenReplaceTest::testUserTokenReplacement in drupal/core/modules/user/lib/Drupal/user/Tests/UserTokenReplaceTest.php
Creates a user, then tests the tokens generated from it.
UuidUnitTest::testUuidValidation in drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php
Tests UUID validation.
ValidationTest::testValidateLimitErrors in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ValidationTest.php
Tests partial form validation through #limit_validation_errors.
ViewExecutable::setDisplay in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Sets the current display.
ViewExecutableTest::testInitMethods in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testValidate in drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewPageController::handle in drupal/core/modules/views/lib/Drupal/views/Routing/ViewPageController.php
Handles a response for a view.
ViewsDataTest::testViewsFetchFields in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php
Tests the views_fetch_fields function().
ViewsHooksTest::testHooks in drupal/core/modules/views/lib/Drupal/views/Tests/ViewsHooksTest.php
Tests the hooks.
ViewStorageTest::createTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests creating configuration entities.
ViewStorageTest::displayMethodTests in drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php
Tests the display related functions like getDisplaysList().
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.
ViewTestBase::assertBlockAppears in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Checks to see whether a block appears on the page.
ViewTestBase::assertNoBlockAppears in drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php
Checks to see whether a block does not appears on the page.
ViewUnitTestBase::assertIdenticalResultsetHelper in drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php
Performs View result assertions.
WebTestBase::assertMailPattern in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that the most recently sent e-mail message has the pattern in it.
WebTestBase::assertMailString in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts that the most recently sent e-mail message has the string in it.
WebTestBase::assertThemeOutput in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Asserts themed output.
WebTestBase::drupalLogin in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Log in a user with the internal browser.
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
XmlRpcMessagesTest::testSizedMessages in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcMessagesTest.php
Make sure that XML-RPC can transfer large messages.
_drupal_log_error in drupal/core/includes/errors.inc
Logs a PHP error or exception and displays an error page in fatal cases.