You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/oe_media_iframe/tests/src/Unit/FilterIframeTagTest.php
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,21 @@ public function processDataProvider(): array {
60
60
],
61
61
'nested tags' => [
62
62
'<iframe src="http://example.com"><a href="http://dangerous-domain.example">Click here!</a>Please enable iframes in your browser.</iframe>',
63
-
$higher_core_version ? '<iframe src="http://example.com"><a href="http://dangerous-domain.example">Click here!</a>Please enable iframes in your browser.</iframe>' : '<iframe src="http://example.com">Please enable iframes in your browser.</iframe>',
63
+
$higher_core_version
64
+
? '<iframe src="http://example.com"><a href="http://dangerous-domain.example">Click here!</a>Please enable iframes in your browser.</iframe>'
65
+
: '<iframe src="http://example.com">Please enable iframes in your browser.</iframe>',
0 commit comments