126 calls to ExpectDeprecationTrait::expectDeprecation()
- BackwardsCompatibilityClassLoaderTest::testModuleMovedClass in core/
tests/ Drupal/ KernelTests/ Core/ ClassLoader/ BackwardsCompatibilityClassLoaderTest.php - Tests that a moved class from a module works.
- BlockThemeDeprecationTest::testConstructorDeprecation in core/
modules/ block/ tests/ src/ Unit/ Plugin/ migrate/ process/ BlockThemeDeprecationTest.php - Tests the deprecation in the constructor.
- BlockValidationTest::testWeightCannotBeNull in core/
modules/ block/ tests/ src/ Kernel/ BlockValidationTest.php - @group legacy
- CKEditor5PluginManagerTest::testDerivedPluginDefinitions in core/
modules/ ckeditor5/ tests/ src/ Kernel/ CKEditor5PluginManagerTest.php - @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getDiscovery @dataProvider providerTestDerivedPluginDefinitions @group legacy
- ConfigSchemaDeprecationTest::testConfigSchemaDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaDeprecationTest.php - Tests config schema deprecation.
- ConnectionTest::testDeprecationOfRootInConnectionOptionsFromUrl in core/
modules/ sqlite/ tests/ src/ Unit/ ConnectionTest.php - Confirms deprecation of the $root argument.
- ConnectionTest::testSupportedLegacyFetchModes in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Tests supported fetch modes.
- ConnectionTest::testUnsupportedFetchModes in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Tests unsupported legacy fetch modes.
- DefaultPluginManagerTest::testDefaultPluginManager in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests annotations and attributes on the default plugin manager.
- DefaultPluginManagerTest::testDefaultPluginManagerAnnotationsOnly in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ DefaultPluginManagerTest.php - Tests the deprecation message for using only annotations.
- DeprecatedAssetsTest::testDeprecatedLibraries in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ DeprecatedAssetsTest.php - Confirms the status and definition contents of deprecated libraries.
- DeprecatedTemplateTest::testDeprecatedTemplate in core/
modules/ system/ tests/ src/ Functional/ Module/ DeprecatedTemplateTest.php - Tests that the deprecated template is marked as deprecated.
- DialogDeprecationsTest::testDialogDeprecations in core/
tests/ Drupal/ FunctionalJavascriptTests/ Dialog/ DialogDeprecationsTest.php - Tests that the deprecation events are triggered.
- DoTrustedCallbackTraitTest::testSilencedDeprecation in core/
tests/ Drupal/ Tests/ Core/ Security/ DoTrustedCallbackTraitTest.php - @dataProvider errorTypeProvider @group legacy
- EntityDeprecationTest::testCreateUserDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDeprecationTest.php - Tests deprecation of \Drupal\KernelTests\Core\Entity\EntityKernelTestBase::createUser().
- EntityMethodConfigActionsTest::testSimpleConfigUpdateFailsOnEntities in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ EntityMethodConfigActionsTest.php - Tests that the simpleConfigUpdate action cannot be used on entities.
- EntityOriginalDeprecationTest::testOriginalMagicGetSet in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityOriginalDeprecationTest.php - Tests deprecation of the original property.
- EntityPermissionsFormTest::testPermissionsByProvider in core/
modules/ user/ tests/ src/ Unit/ Form/ EntityPermissionsFormTest.php - Tests generating the permissions list.
- EntityPermissionsRouteProviderWithCheckTest::testEntityPermissionsRouteProviderWithCheck in core/
modules/ user/ tests/ src/ Unit/ Entity/ EntityPermissionsRouteProviderWithCheckTest.php - Tests the route provider deprecation.
- EntityQueryServiceDeprecation::testPostgresServiceDeprecated in core/
modules/ pgsql/ tests/ src/ Kernel/ EntityQueryServiceDeprecation.php - Tests that the core provided service is deprecated.
- EntityViewsDataTest::testDeprecations in core/
modules/ views/ tests/ src/ Kernel/ Entity/ EntityViewsDataTest.php - Tests EntityViewsData deprecations.
- ExpectDeprecationTest::testExpectDeprecation in core/
tests/ Drupal/ Tests/ ExpectDeprecationTest.php - Tests expectDeprecation.
- ExpectDeprecationTest::testExpectDeprecationInIsolation in core/
tests/ Drupal/ Tests/ ExpectDeprecationTest.php - Tests expectDeprecation in isolated test.
- ExtensionMimeTypeGuesserDeprecationTest::testConstructorDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ File/ ExtensionMimeTypeGuesserDeprecationTest.php - Tests that deprecations are raised for missing constructor arguments.
- ExtensionMimeTypeGuesserLegacyTest::testFileMimeTypeDetectionCustomMapping in core/
tests/ Drupal/ KernelTests/ Core/ File/ MimeType/ ExtensionMimeTypeGuesserLegacyTest.php - Tests mapping of mimetypes from filenames.
- ExtensionMimeTypeGuesserLegacyTest::testGuessMimeType in core/
tests/ Drupal/ KernelTests/ Core/ File/ MimeType/ ExtensionMimeTypeGuesserLegacyTest.php - Tests mapping of mimetypes from filenames.
- FetchLegacyTest::testQueryFetchAllAssoc in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchLegacyTest.php - Tests ::fetchAllAssoc().
- FetchLegacyTest::testQueryFetchAllColumn in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchLegacyTest.php - Confirms that we can fetch all records into an array explicitly.
- FetchLegacyTest::testQueryFetchArray in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchLegacyTest.php - Confirms that we can fetch a record to an associative array explicitly.
- FetchLegacyTest::testQueryFetchNum in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchLegacyTest.php - Confirms that we can fetch a record into an indexed array explicitly.
- FetchLegacyTest::testQueryFetchObject in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchLegacyTest.php - Confirms that we can fetch a record to an object explicitly.
- FetchTest::testLegacyFetchColumn in core/
tests/ Drupal/ KernelTests/ Core/ Database/ FetchTest.php - Confirms deprecation of StatementPrefetchIterator::fetchColumn().
- FieldStorageCreateCheckDeprecationTest::testFieldStorageCreateCheck in core/
tests/ Drupal/ KernelTests/ Core/ Field/ FieldStorageCreateCheckDeprecationTest.php - Tests the field storage create check subscriber.
- GenericCacheBackendUnitTestBase::testInvalidateAll in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ GenericCacheBackendUnitTestBase.php - Tests Drupal\Core\Cache\CacheBackendInterface::invalidateAll().
- ImageDeprecationTest::testImageFilterKeywordDeprecation in core/
modules/ image/ tests/ src/ Unit/ ImageDeprecationTest.php - Tests deprecation of image_filter_keyword.
- InternalViolationTest::testSetGetArrayPropertyPath in core/
tests/ Drupal/ Tests/ Core/ Field/ InternalViolationTest.php - @covers ::__get @covers ::__set
- InternalViolationTest::testSetGetDynamicProperties in core/
tests/ Drupal/ Tests/ Core/ Field/ InternalViolationTest.php - @covers ::__get @covers ::__set
- ItemsPerPageTest::testItemsPerPage in core/
modules/ views/ tests/ src/ Functional/ Wizard/ ItemsPerPageTest.php - Tests the number of items per page.
- JavascriptDeprecationTest::testJavascriptDeprecation in core/
tests/ Drupal/ FunctionalJavascriptTests/ JavascriptDeprecationTest.php - Tests Javascript deprecation notices.
- LayoutPluginManagerTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Layout/ LayoutPluginManagerTest.php - LegacyAssetTest::testDeprecatedDrupalFlushCssJs in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LegacyAssetTest.php - Tests the deprecation.
- LegacyBootstrapTest::testWatchdogException in core/
tests/ Drupal/ KernelTests/ Core/ Bootstrap/ LegacyBootstrapTest.php - Tests watchdog_exception() deprecation.
- LegacyCommonTest::testFormatSizeDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Common/ LegacyCommonTest.php - Tests deprecation of the format_size() function.
- LegacyExtensionTest::testDeprecatedCall in core/
tests/ Drupal/ Tests/ Core/ Extension/ LegacyExtensionTest.php - @covers ::__call
- LegacyFileModuleTest::testFileIconClassDeprecation in core/
modules/ file/ tests/ src/ Kernel/ LegacyFileModuleTest.php - @covers ::file_icon_class
- LegacyFileModuleTest::testFileIconMapDeprecation in core/
modules/ file/ tests/ src/ Kernel/ LegacyFileModuleTest.php - @covers ::file_icon_map
- LegacyFileModuleTest::testFileProgressDeprecation in core/
modules/ file/ tests/ src/ Kernel/ LegacyFileModuleTest.php - @covers ::file_progress_implementation
- LegacyFileSystemTest::testCopyWithDeprecatedFileExists in core/
tests/ Drupal/ KernelTests/ Core/ File/ LegacyFileSystemTest.php - @covers ::copy
- LegacyFileSystemTest::testCopyWithOutOfBoundsIntNegative in core/
tests/ Drupal/ KernelTests/ Core/ File/ LegacyFileSystemTest.php - @covers ::copy
- LegacyFileSystemTest::testCopyWithOutOfBoundsIntPositive in core/
tests/ Drupal/ KernelTests/ Core/ File/ LegacyFileSystemTest.php - @covers ::copy
- LegacyFileSystemTest::testMoveWithDeprecatedFileExists in core/
tests/ Drupal/ KernelTests/ Core/ File/ LegacyFileSystemTest.php - @covers ::move
- LegacyFileSystemTest::testSaveDataWithDeprecatedFileExists in core/
tests/ Drupal/ KernelTests/ Core/ File/ LegacyFileSystemTest.php - @covers ::saveData
- LegacyFileThemeTest::testTemplatePreprocessFileUploadHelp in core/
modules/ file/ tests/ src/ Kernel/ LegacyFileThemeTest.php - @covers ::template_preprocess_file_upload_help
- LegacyFileUploadHandlerTest::testThrow in core/
modules/ file/ tests/ src/ Kernel/ Upload/ LegacyFileUploadHandlerTest.php - @covers ::handleFileUpload
- LegacyMatcherDumperTest::testConstructorDeprecationNoLogger in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ LegacyMatcherDumperTest.php - Tests the constructor deprecations.
- LegacyMatcherDumperTest::testConstructorDeprecationWithLegacyTableNameParam in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ LegacyMatcherDumperTest.php - Tests the constructor deprecations.
- LegacyMimeTypeTest::testHookFileMimetypeMappingAlter in core/
tests/ Drupal/ KernelTests/ Core/ File/ MimeType/ LegacyMimeTypeTest.php - Tests deprecation of hook_file_mimetype_mapping_alter.
- LegacyPasswordHashingTest::setUp in core/
modules/ phpass/ tests/ src/ Unit/ LegacyPasswordHashingTest.php - LegacySessionTest::testLegacyDataPersistence in core/
modules/ system/ tests/ src/ Functional/ Session/ LegacySessionTest.php - Tests data persistence via the session_test module callbacks.
- LegacySettingsRewriteTest::testDrupalRewriteSettings in core/
tests/ Drupal/ KernelTests/ Core/ Site/ LegacySettingsRewriteTest.php - Tests the drupal_rewrite_settings() function.
- LegacyStateTest::testDeprecatedState in core/
tests/ Drupal/ KernelTests/ Core/ State/ LegacyStateTest.php - @covers ::get @covers ::set
- LegacyUserTest::testUserRolePermissions in core/
modules/ user/ tests/ src/ Kernel/ LegacyUserTest.php - Tests deprecation of user_role_permissions().
- LegacyValidateTest::testCallerValidation in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidateTest.php - Tests that the validators passed into are checked.
- LegacyValidateTest::testInsecureExtensions in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidateTest.php - Tests hard-coded security check in file_validate().
- LegacyValidatorTest::testFileValidateExtensions in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - Tests the file_validate_extensions() function.
- LegacyValidatorTest::testFileValidateExtensionsOnUri in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - Tests the file_validate_extensions() function.
- LegacyValidatorTest::testFileValidateImageResolution in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - This ensures the dimensions of a specific file is within bounds.
- LegacyValidatorTest::testFileValidateIsImage in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - This ensures a specific file is actually an image.
- LegacyValidatorTest::testFileValidateNameLength in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - This will ensure the filename length is valid.
- LegacyValidatorTest::testFileValidateSize in core/
modules/ file/ tests/ src/ Kernel/ LegacyValidatorTest.php - Tests file_validate_size().
- LibraryDiscoveryCollectorTest::testLibrariesExtendDeprecated in core/
tests/ Drupal/ Tests/ Core/ Asset/ LibraryDiscoveryCollectorTest.php - Tests a deprecated library with an extend.
- LibraryDiscoveryIntegrationTest::testDeprecatedLibrary in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ LibraryDiscoveryIntegrationTest.php - Test library deprecation support.
- LibraryDiscoveryParserTest::testLibraryOverrideDeprecated in core/
tests/ Drupal/ Tests/ Core/ Asset/ LibraryDiscoveryParserTest.php - Tests deprecated library with an override.
- LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchRefreshName in core/
modules/ locale/ tests/ src/ Unit/ LocaleBulkDeprecationTest.php - Tests the deprecation of locale_config_batch_refresh_name().
- LocaleBulkDeprecationTest::testDeprecatedLocaleConfigBatchSetConfigLangcodes in core/
modules/ locale/ tests/ src/ Unit/ LocaleBulkDeprecationTest.php - Tests the deprecation of locale_config_batch_set_config_langcodes().
- MenuLinkAddTest::testDeprecation in core/
modules/ menu_ui/ tests/ src/ Kernel/ MenuLinkAddTest.php - Tests \Drupal\menu_ui\Plugin\Menu\LocalAction\MenuLinkAdd deprecation.
- MenuLinkContentDeprecationsTest::testMenuLinkContentFormConstructorDeprecation in core/
modules/ menu_link_content/ tests/ src/ Kernel/ MenuLinkContentDeprecationsTest.php - Tests the deprecation in the \Drupal\menu_link_content\Form\MenuLinkContentForm constructor.
- MigrateSkipProcessExceptionTest::testDeprecation in core/
modules/ migrate/ tests/ src/ Unit/ Exception/ MigrateSkipProcessExceptionTest.php - Tests a deprecation error is triggered on throw.
- ModuleHandlerDeprecatedHookTest::testAlterDeprecated in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleHandlerDeprecatedHookTest.php - @covers ::alterDeprecated
- ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleHandlerDeprecatedHookTest.php - @covers ::invokeAllDeprecated
- ModuleHandlerDeprecatedHookTest::testInvokeDeprecated in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleHandlerDeprecatedHookTest.php - @covers ::invokeDeprecated
- ModuleHandlerTest::testAddModule in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Tests adding a module.
- ModuleHandlerTest::testAddProfile in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - Tests adding a profile.
- ModuleHandlerTest::testGetNameDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleHandlerTest.php - Tests deprecation of getName() function.
- ModuleHandlerTest::testGroupIncludes in core/
tests/ Drupal/ Tests/ Core/ Extension/ ModuleHandlerTest.php - @covers ::getHookListeners
- ModuleInstallerTest::testDeprecatedInstall in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleInstallerTest.php - Tests trying to install a deprecated module.
- ModuleInstallerTest::testUninstallValidatorsBC in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleInstallerTest.php - Tests the BC layer for uninstall validators.
- ModuleLegacyTest::testModuleLoadInclude in core/
tests/ Drupal/ KernelTests/ Core/ Extension/ ModuleLegacyTest.php - Test deprecation of module_load_include() function.
- NodeDeprecationTest::testNodeRevisionDeleteDeprecation in core/
modules/ node/ tests/ src/ Kernel/ NodeDeprecationTest.php - Tests the deprecation of node_revision_delete.
- NodeDeprecationTest::testNodeRevisionDeleteFormConstructorDeprecation in core/
modules/ node/ tests/ src/ Kernel/ NodeDeprecationTest.php - Tests the deprecation of NodeRevisionDeleteForm constructor.
- NodeDeprecationTest::testNodeRevisionLoadDeprecation in core/
modules/ node/ tests/ src/ Kernel/ NodeDeprecationTest.php - Tests the deprecation of node_revision_load.
- NodeDeprecationTest::testNodeTypeUpdateNodesDeprecation in core/
modules/ node/ tests/ src/ Kernel/ NodeDeprecationTest.php - Tests the deprecation of node_type_update_nodes.
- NodeSyndicateBlockTest::testSyndicateBlock in core/
modules/ node/ tests/ src/ Functional/ NodeSyndicateBlockTest.php - Tests that the "Syndicate" block is shown when enabled.
- NumberTest::testAlphadecimalToIntReturnsZeroWithNullAndEmptyString in core/
tests/ Drupal/ Tests/ Component/ Utility/ NumberTest.php - Tests the alphadecimal conversion function keeps backward compatibility.
- OembedUpdateTest::testUpdate in core/
modules/ media/ tests/ src/ Functional/ FieldFormatter/ OembedUpdateTest.php - Test eager-load setting upgrade path.
- PasswordHashingLegacyTest::testDeprecation in core/
tests/ Drupal/ Tests/ Core/ Password/ PasswordHashingLegacyTest.php - @covers \Drupal\Core\Password\PhpassHashedPassword
- PhpUnitBridgeIsolatedTest::testDeprecatedClass in core/
tests/ Drupal/ Tests/ Core/ Test/ PhpUnitBridgeIsolatedTest.php - PhpUnitBridgeTest::testDeprecatedClass in core/
tests/ Drupal/ KernelTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests class deprecation.
- PhpUnitBridgeTest::testDeprecatedClass in core/
tests/ Drupal/ Tests/ Core/ Test/ PhpUnitBridgeTest.php - Tests class-level deprecation.
- PhpUnitBridgeTest::testDeprecatedFunction in core/
tests/ Drupal/ KernelTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests function deprecation.
- PhpUnitBridgeTest::testErrorOnSiteUnderTest in core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests deprecation message from deprecated route.
- PhpUnitBridgeTest::testSilencedError in core/
tests/ Drupal/ FunctionalTests/ Core/ Test/ PhpUnitBridgeTest.php - Tests deprecation message from deprecation_test_function().
- PhpUnitWarningsTest::testAddWarning in core/
tests/ Drupal/ Tests/ PhpUnitWarningsTest.php - Tests that selected PHPUnit warning is converted to deprecation.
- RecipeRunnerTest::testRenamedConfigActions in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests that renamed plugins are marked as deprecated.
- RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation in core/
tests/ Drupal/ Tests/ Core/ Cache/ RefinableCacheableDependencyTraitTest.php - @group legacy
- RenderTest::testDeprecateRenderPlain in core/
tests/ Drupal/ KernelTests/ Core/ Render/ RenderTest.php - Tests the deprecation of \Drupal\Core\Render\Renderer::renderPlain()
- ResponsiveImageLazyLoadUpdateTest::testEntitySave in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageLazyLoadUpdateTest.php - Test responsive_image_entity_view_display_presave invokes deprecations.
- ResponsiveImageOrderMultipliersNumericallyUpdateTest::testEntitySave in core/
modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageOrderMultipliersNumericallyUpdateTest.php - Test ResponsiveImageStyle::preSave correctly orders by multiplier weight.
- RouterTest::testRouteAliasWithDeprecation in core/
modules/ system/ tests/ src/ Functional/ Routing/ RouterTest.php - Tests route aliasing with deprecation.
- ServiceDeprecationTest::testGetDeprecated in core/
tests/ Drupal/ FunctionalTests/ Core/ Container/ ServiceDeprecationTest.php - @covers ::get
- SettingsTest::testFakeDeprecatedSettings in core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php - Tests deprecation messages and values when using fake deprecated settings.
- SettingsTest::testRealDeprecatedSettings in core/
tests/ Drupal/ Tests/ Core/ Site/ SettingsTest.php - Tests deprecation messages for real deprecated settings.
- SqlDeprecationTest::testOptionalParametersDeprecation in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ id_map/ SqlDeprecationTest.php - @covers \Drupal\migrate\Plugin\migrate\id_map\Sql::__construct
- TestSetupTraitTest::testGetDatabaseConnection in core/
tests/ Drupal/ KernelTests/ Core/ Test/ TestSetupTraitTest.php - @covers ::getDatabaseConnection @group legacy
- ThemeExtensionListTest::testGetBaseThemes in core/
tests/ Drupal/ Tests/ Core/ Extension/ ThemeExtensionListTest.php - Tests getting the base themes for a set a defines themes.
- ThemeHandlerTest::testRebuildThemeData in core/
tests/ Drupal/ Tests/ Core/ Extension/ ThemeHandlerTest.php - Tests rebuilding the theme data.
- ThemeInstallerTest::testInstallDeprecated in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeInstallerTest.php - Tests trying to install a deprecated theme.
- ThemeRenderAndAutoescapeTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ ThemeRenderAndAutoescapeTest.php - TruncateDeprecateTest::testDeprecateViewsUiTruncate in core/
modules/ views_ui/ tests/ src/ Kernel/ TruncateDeprecateTest.php - Tests the deprecation of views_ui_truncate() replaced by Unicode::truncate.
- TwigDeprecationsTest::testEmptyDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of empty variable triggers error.
- TwigDeprecationsTest::testHookThemeDeprecations in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecating variables at definition in hook_theme().
- TwigDeprecationsTest::testMultipleDeprecations in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of multiple variables triggers errors.
- TwigDeprecationsTest::testSingleDeprecation in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ TwigDeprecationsTest.php - Test deprecation of single variable triggers error.
- UserValidationTest::testUsernames in core/
modules/ user/ tests/ src/ Kernel/ UserValidationTest.php - Tests user name validation.
- ViewsBlockTest::testSaveBlockWithDeprecatedItemsPerPageSetting in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ ViewsBlockTest.php - Tests that saving a Views block with items_per_page = `none` is deprecated.
- WorkspaceAssociationDeprecationTest::testPostPublishDeprecation in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAssociationDeprecationTest.php - @covers ::postPublish
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.