Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!7449
Closes
#3440176
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Closes
#3440176
issue/drupal-3440176:3440176-change-remaining-media
into
11.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
mondrake
requested to merge
issue/drupal-3440176:3440176-change-remaining-media
into
11.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3440176
0
0
Merge request reports
Compare
11.x
11.x (base)
and
latest version
latest version
c4019f4a
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
core/modules/media/tests/src/FunctionalJavascript/MediaEmbedFilterTestBase.php
+
1
−
1
Options
@@ -54,7 +54,7 @@ protected function setUp(): void {
/**
* Data provider for testing validation when adding and editing media embeds.
*/
public
function
providerTestValidations
()
{
public
static
function
providerTestValidations
()
:
array
{
return
[
'Tests that no filter_html occurs when filter_html not enabled.'
=>
[
'filters[filter_html][status]'
=>
FALSE
,
Loading